For this below soffice.exe pdf conversion command, why does specifying a user installation result in a PDF that is not PDF/A-3b?
I cannot find a rhyme or reason that including “-env:UserInstallation=…” in my pdf conversion command makes the coversion not respect the “SelectPdfVersion” PDF/A-3b arg. The convert command still provides a legible pdf, but the file has no PDF/A3b marker and isn’t compliant with that standard according to this PDF format verification site. Then, as soon as I omit the -“env:UserInstallation=…” from the command it spits out a nice PDF/A-3b compliant doc as expected.
soffice "-env:UserInstallation=file:///xxxx..somepath...xxx" --convert-to pdf:draw_pdf_Export:{\"SelectPdfVersion\":{\"type\":\"long\",\"value\":\"3\"}} report.pdf
I noticed in the temp UserInstallation path there’s no ‘sdraw’ folder like there is in the normal user installation path. This isn’t related, is it? (see below screenshot)
Thanks,
Michael