Hello Everyone,
I am strugling with something. I need to dump the text out of
presentation files (Impress, PowerPoint, anything that LibreOffice
Impress can read).
The problem, I can convert to pdf, but not text. Is there any reason
why? After all, grabbing text strings should be easy. However, I get the
following
$ libreoffice --headless --convert-to txt:Text FilterPresentation.odp
convert /tmp/FilterPresentation.odp -> /tmp/FilterPresentation.txt using
Text
Overwriting: /tmp/FilterPresentation.txt
Error: Please reverify input parameters...
Also, why is it that I cannot have any instance of libreoffice running
and have this work at all? (This is testing with open windows, will it
work with just --headless?? I need to be able to do batch jobs that may
overlap.)
Thank you for any help anyone may have.
Trever