I've integrated xpdf for searching in pdf files. The command "pdftotext -raw example.pdf example.txt" works fine. Here's my config.inc.php:
<?php
$win = (substr(PHP_OS, 0, 3) == "WIN");
// change this if you install xpdf to other directory
$file_conf['extract_tool']['pdf'] = ($win) ? APP_EXTRA_MODULE_DIR . 'file_extractors/xpdf/win/'
: '/usr/local/groundwork/apache2/htdocs/kb/admin/extra/file_extractors/xpdf/win/';
?>
Have someone made this running in his environment?
Thank's!
