Is it possible to convert to PDF with specific PDF-options from the command line?
My specific problem is that I would like to force PDF/A 1a.
I have found that the property is this:
<item oor:path="/org.openoffice.Office.Common/Filter/PDF/Export"><prop oor:name="SelectPdfVersion" oor:op="fuse"><value>1</value></prop></item>
LibreOffice stores this and other settings in the user profile file. But is it somehow possible to parse specific options from command line.
I’m looking for something like -outfilter similar to -infilter.