OpenPDF icon indicating copy to clipboard operation
OpenPDF copied to clipboard

PDF/A PDF/UA Support

Open pipebaum opened this issue 4 years ago • 8 comments

Trying to figure out if either PDF/A or PDF/UA are supported. If so what versions and is there any documentation?

pipebaum avatar Feb 26 '21 22:02 pipebaum

Yes, PDF/A is supported. Take a look in the Class PdfWriter. You can use the method setPDFXConformance() and some of the Constants there, like PDFA1A or PDFA1B. There is no example for that, but you can create one in pdf-toolbox if you want. Pull requests are welcome.

asturio avatar Feb 28 '21 10:02 asturio

What is needed to support PDF/UA? https://en.m.wikipedia.org/wiki/PDF/UA

andreasrosdal avatar Mar 05 '22 17:03 andreasrosdal