I built a site for a library. There are about 300,000 pages of pdfs. The pdfs are stored above the web root to prevent people from downloading the entire library.
I use readfile to grab and display the pdf to the browser when a viistor clicks the linked pdf from the search results. This is working. But, I would like to add a #search= parameter to the displayed pdf so Acrobat Reader highlights the words searched for. Can I do this with readfile, or is there a better way? Thanks for any help.