[Libreoffice-bugs] [Bug 136923] Export to PDF/A is not PDF/A conformant (ISO 19005-1:2005, Clause: 6.1.12, Test number: 5 - Maximum capacity of an array (in elements) is 8191)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Oct 3 17:57:32 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=136923

--- Comment #5 from jan.prochaska at archimetes.com ---
One useful information.
When testing in newer version of LibreOffice (in my case 7.0.2.2) then with
this setting

filterParam.Name = "SelectPdfVersion";
filterParam.Value = Integer.valueOf(2);
filterParams.add(filterParam);

(note the change from 1 (PDF/A-1a) to 2 (PDF/A-2b)
the exported PDF is really a PDF/A-2b.
At least according to VeraPDF which is a good reference for start.
It seems that the export problem can be constrained to case when trying to
export to PDF/A-1a.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201003/278c2eee/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list