Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic support for PDF/A-2 and PDF/A-3 #1250

Open
hvbargen opened this issue Dec 22, 2024 · 1 comment
Open

Basic support for PDF/A-2 and PDF/A-3 #1250

hvbargen opened this issue Dec 22, 2024 · 1 comment

Comments

@hvbargen
Copy link

Is your feature request related to a problem? Please describe.
PDF/A-3 is needed for ZUGFeRD (Factur-X) electronic invoices.
Besides, VeraPDF complains about PDF files generated with OpenPDF about CIDSet when I try to generate PDF/UA-1 (tagging works BTW).

Describe the solution you'd like
Constants in PDFWriter.java for PDF/A-2a, -2b, -2u and PDF/A-3a, -3b, 3u.
Similar to the existing constants for PDF/A-1 and with corresponding code adaptions where the existing PDF/A-1 constants are used
(PdfXConformance.java, XmpWriter.java, PdfXConformanceImp, TrueTypeFontUnicode.java).

Describe alternatives you've considered
I don't think there any alternative solutions, except maybe post-processing the PDF with Apache PDFBox ;-).

Your real name
Henning von Bargen

Additional context
I'm working on adding PDF/UA support to Eclipse BIRT.

@andreasrosdal
Copy link
Contributor

Pull requests welcome. Thank you for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants