Exporting a document as PDF/A seams to work both ways
a) via GUI, with a warning about the transparency which is not allowed for PDF/A ==> perfect
b) command line, headless, no warning ==> the pdf will be created and is readable
But when checking the outputs from a) and b) above via the online check tool
document from a) passes the check, where doc from b) is invalid
- The value for SelectPdfVersion is set to one in the registrymodifications.xcu file.
- Using unoconv -f pdf -eSelectPdfVersion=1 etc. works, but is not really a beautiful solution in my context
Any hints?
Thank you.