Sorry to hijack this thread, but I have a similar question/problem.
I have copied the file pdftotext.exe to my IIS 4.0 web server into D:\PDFTOTEXT
I have amended the "config.php" file like this:
PHP Code:
define('PHPDIG_INDEX_PDF',true);
define('PHPDIG_PARSE_PDF','d:\\\\pdftotext\\\\pdftotext.exe');
define('PHPDIG_OPTION_PDF','');
When I dig the site I get the error:
Quote:
Fatal error: Call to undefined function: is_executable() in D:\Inetpub\wwwroot\Public\phpdig\admin\robot_functions.php on line 628
|
This error points to the configuration of the PDF content. My question is, do I have the syntax correct for the "config.php" file?
I have tried with single backslashes but get the same error.
PHP Version 4.3.3
OS is NT4.0 with latest service packs.