Bug 125758 - Support for PDF/A-3 (ISO 19005-3)
Summary: Support for PDF/A-3 (ISO 19005-3)
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Printing and PDF export (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: PDF-Export
  Show dependency treegraph
 
Reported: 2019-06-06 19:39 UTC by Dieter
Modified: 2022-02-11 07:36 UTC (History)
6 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dieter 2019-06-06 19:39:29 UTC
LO 6.3 provides PDF-export to PDF/A-2. That's great. Next step would be to implement PDF/A-3. I want to propose this.
Comment 1 raal 2019-06-18 03:10:55 UTC
https://en.wikipedia.org/wiki/PDF/A#PDF/A-3
Part 3 of the standard, published on October 15, 2012,[4] differs from PDF/A-2 in only one regard: it allows embedding of arbitrary file formats (such as XML, CSV, CAD, word-processing documents, spreadsheet documents, and others) into PDF/A conforming documents.


Adding cc to Thorsten, he added support for PDF/A-2 export
Comment 2 Xisco Faulí 2019-08-06 14:43:57 UTC
Moving to NEW. I think it makes sense as an enhancement
Comment 3 Jan-Marek Glogowski 2020-09-17 00:12:02 UTC
This was merged in https://gerrit.libreoffice.org/c/core/+/84687. But that is just an additional entry to the combo box, as every PDF/A-2 is also a PDF/A-3

Now the question is, what LO should do additionally?

In theory LO's hybrid PDFs could be more PDF/A-3 compliant. Interestingly you can already select PDF/A + hybrid PDF, but that is invisible in a PDF viewer.

I can imagine embedding additional data via UNO would make some sense, not sure about GUI stuff.
Comment 4 Gerry 2022-02-10 18:08:15 UTC
Isn't PDF/A-3 already implemented? At least LibreOffice 7.3 seems to support the export to PDF/A-3 (you can select it in the export dialog).
Comment 5 Dieter 2022-02-11 07:36:32 UTC
(In reply to Gerry from comment #4)
> Isn't PDF/A-3 already implemented? At least LibreOffice 7.3 seems to support
> the export to PDF/A-3 (you can select it in the export dialog).

You're right, but after reading comment 2 it "is just an additional entry to the combo box". So I think some more input is needed from a developer who is famliar with pDf-specifications.