searching in pdf's searching in pdf's
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

searching in pdf's

Started by addi, August 25, 2005, 03:23:13 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

addi

Im not sure this has been brought up, but i am looking for a way to add pdf search in the coppermine search script.

Anyone have any pointers or ideas?

Stramm

you could try pdftotext... convert pdf to text files while uploading, then index the txt files and delete them. Modify the search script to include the generated index. I'd say it's a lot of work to implemet this