Create PDF A-Version that is accepted by mustang-CLI

The answer by Jedimaster from Jan '19 did not work for me. In the current version of libre office writer (25.8.5.2) I can create a type A-Version, but it is not accepted when I call it with e.g.
java -jar Mustang-CLI.jar --action combine --source,

Any ideas ???

:thinking:

Ask/Guide - How to use the Ask site - The Document Foundation Wiki

  • Yes: Provide links. I guess you read(?) this
    How can I create a pdf-a

  • Tell what settings you used (screenshot useful)

  • provide an example, if one is intrested to test

  • It should be possible to generate a compliant pdf, as @RobertG generates some for his XRechnung-project.

1 Like

I created it by using internal PDF-export of LO and then added the *.xml-file by mustang.jar

DIM filterArgs(1) as New com.sun.star.beans.PropertyValue
filterArgs(1).Name = "SelectPdfVersion"
filterArgs(1).Value = 3
DIM arg(1) AS NEW com.sun.star.beans.PropertyValue
arg(0).name = "FilterName"
arg(0).value = "writer_pdf_Export"
arg(1).Name = "FilterData"
arg(1).Value = filterArgs
oNewDoc.storeToURL(stPrintDir, arg())

Tried to describe more here but the post would be stopped by the system for review. Have a look at the complete solution on https://www.familiegrosskopf.de/robert/