I am working on a new site where the client wants search capability. I wrote a PHP script which will search for the key words through files on the server. However, they also have .pdf files.
There will be an admin interface for them to load new / replace the .pdfs. What I would ultimately like to do, if possible, is find a way to pull out all the text of the .pdf when they upload it and write to a MySQL table along w/ the file name. Any idea how this can be done?
We have a virtual server and I have all the access I need, but my partner and I are not the most verse in UNIX. I have checked out the htdig site, but I couldn't make heads or tails out of it. Any other solutions out there?
Thanks,
Shaun