kmachstang Posted October 23, 2007 Share Posted October 23, 2007 Hi, I am a PHP Newbie and looking for a bit of guidance with PHP search functionality. I have an online library of PDF files. Each PDF is roughly 500 pages. We would like to be able to search for words within the text of the PDF files. The PDF files will be searched across author, publication year, etc. Does anyone have any good tips/examples of how I might attempt to accomplish this? I had thought about using pdftotext to convert each pdf to a text file and then using grep to pull the words, but I think there is probably a better way of doing it. Thanks, Kyle Quote Link to comment https://forums.phpfreaks.com/topic/74487-php-search-functionality/ Share on other sites More sharing options...
dbo Posted October 23, 2007 Share Posted October 23, 2007 Hi, Could use a little more information. Quote Link to comment https://forums.phpfreaks.com/topic/74487-php-search-functionality/#findComment-376429 Share on other sites More sharing options...
kmachstang Posted October 23, 2007 Author Share Posted October 23, 2007 Sorry, got submitted before I was ready. Question modified. Quote Link to comment https://forums.phpfreaks.com/topic/74487-php-search-functionality/#findComment-376439 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.