View Single Post
Old 02-12-2004, 10:23 AM   #1
jayhawk
Green Mole
 
Join Date: Feb 2004
Posts: 13
Not indexing pdf files

I am using pdftotext to index my pdf files. It converts the pdf to a txt file. I can do this successfully from the command prompt. However, when I try to index my site with phpdig it does not index the txt file. I have the following set in my config.php file:

define('PHPDIG_PDF_EXTENSION','.txt');

define('PHPDIG_INDEX_PDF',true);
define('PHPDIG_PARSE_PDF','F:/internet/search/pdftotext/pdftotext');
define('PHPDIG_OPTION_PDF','');

Any suggesions?
jayhawk is offline   Reply With Quote