11-19-2012, 03:19 AM
(11-19-2012, 12:57 AM)Daniel Wrote:(11-19-2012, 12:23 AM)steinm Wrote:Sorry, my mistake, i meant pdftotext. Just checked my Apache log, it just says "pdftotext not found".(11-19-2012, 12:04 AM)Daniel Wrote: I set up xpdf on my Test DMS to run the fulltext index, but it doesn't index the documents contents.It doesn't use xpdf but pdftotext which may come with xpdf. The conversion programm from any mimetype to plain text is set in the configuration.
I ran xpdf on the console and was successfully able to convert a PDF to text (i took one in the DMS directory).
Is there a way how i can test if PHP is able to find the xpdf binary and use it?
Where do i need to set this in the configuration? I went through the sample file, but maybe i just looked at the wrong place.
install/settings.xml.template_install of LetoDMS 3.4.0 has as secton <converters>.
In LetoDMS 3.3.x it was still hardcoded in the source.
Uwe