View Single Post
Old 11-11-2005, 09:07 AM   #1
monkeynutts
Green Mole
 
Join Date: Nov 2005
Posts: 1
Exclamation pdftotext - not indexing PDFs - oh geez

I have installed phpDig - working nice on html docs --

I have installed PdfToText as well - and working through SSH - converts PDFs to text, html - like it should ... I just need it to pick up PDFs in numerous folders --

Here are my settings:
define('PHPDIG_INDEX_PDF',true);
define('PHPDIG_PARSE_PDF','/usr/local/bin/pdftotext');
define('PHPDIG_OPTION_PDF','');
define('PHPDIG_PDF_EXTENSION','.txt');


Any help is much much appreciated

thanks in advance.
monkeynutts is offline   Reply With Quote