I'm trying to set up a search on a bunch of PDF files. Does anyone know a way I can use PHP to to get the text of a PDF file to create a searchable index?
I've looked through the functions in PDFlib and a couple other PDF function libraries, and they all have functions for making PDF files, but I haven't seen anyone that will return the text of an existing file.
Thanks in advance,
Kenneth