I have an file attached to a book page. If I look in the drupal/files directory I can see that the PDF in question has been converted to a TXT file correctly. However if I type a word from the file in the search it isn't showing up. Any ideas?

Comments

IgD’s picture

After further review I don't think any of the attachments are being searched. I'm not getting any error messages. Again if I look in the files directory there are valid TXT files for most of my PDFs so I think the PDFTOTEXT application is working. Any ideas?

IgD’s picture

Status: Active » Closed (fixed)

I figured out the problem...
Under Site Configuration / Search Attachments for the Path to PDF helper app somehow I lost the trailing "-"...

/usr/bin/pdftotext %file% -

When I added it back it worked!