Hi all,
on a plone 5 instance where I've installed Documentviewer 4.1, when I try to "convert" an docx I obtain
/var/lib/gems/2.5.0/gems/docsplit-0.7.6/lib/docsplit/pdf_extractor.rb:107:in `office_executable': No office software found (Docsplit::PdfExtractor::OfficeNotFound)
On my server there is a recent version of Openoffice.
Any ideas?
THanks
Vito
Yes, all dependencies are fine...
I've just solved my problem following this tip:
If you can execute docsplit as the user running Plone but are still having problems, check the order of your init script which starts Plone. Make sure that Plone starts at the latter part. Otherwise, there is a chance Plone will not be able to pick up the correct path of docsplit.
A little bit disappointing ... but it works
Thanks all