Hello,
With UNO it's possible to set the PDF-Export's filter options before doing the actual PDF export, like for example set "PDF/1a" format, "No (Jpeg) compression", etc. Here's the list:
https://wiki.openoffice.org/wiki/API/Tutorials/PDF_export#General_properties
How to do the same thing with Libreoffice being called from the command-line with the parameter "--convert-to pdf" ? The "--help" message says:
--convert-to pdf:writer_pdf_Export[:output_filter_options]
Unfortunately, I don't find these mentioned ":output_filter_options". Does anybody know them?
If I knew C++ in large projects better, I would dare to look at Libreoffice's source-code (and I did so), but it's very Greek to me.
Aurelius