PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   External Binaries (http://www.phpdig.net/forum/forumdisplay.php?f=36)
-   -   pdftotext - not indexing PDFs - oh geez (http://www.phpdig.net/forum/showthread.php?t=2244)

monkeynutts 11-11-2005 09:07 AM

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 :D

thanks in advance.

Charter 11-11-2005 09:15 AM

Your settings look good, but make sure that pdftotext is set to 755 permission and also take a read through this thread. PhpDig indexes by following links, so if your PDF files are not linked in webpages, check out this thread.


All times are GMT -8. The time now is 12:31 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.