Reputation: 21
I'm trying to have Plone 5 index LibreOffice / OpenOffice documents, ods, odt and odp, to be found via full text search. With OpenXml-1.2.1 Docx &Co is working, PDFs do work, too.
Are there any guidelines, what to do, what to install?
Products/PortalTransforms seems to support office_uno, so I run a headless soffice '--accept=socket,host=localhost,port=2002;urp' --norestore --nofirststartwizard --nologo --headless
but port 2002 is never triggered.
I also do not see the office_uno transform in Plone/portal_transforms . The LibreOffice MIME types are present.
I'm using Plone 5.0.6rc1 (5016) CMF 2.2.10 Zope 2.13.24 Python 2.7.9 (default, Jun 29 2016, 13:08:31) [GCC 4.9.2] PIL 3.3.1 (Pillow)
Upvotes: 2
Views: 147