TIBCOSoftware / jasperreports

JasperReports® - Free Java Reporting Library
https://community.jaspersoft.com/downloads/community-edition/
GNU Lesser General Public License v3.0
1.06k stars 403 forks source link

suggestion using Apache PDFBox for support of PDF/A-2? #333

Closed thetuxinator closed 1 year ago

thetuxinator commented 1 year ago

Dear Devs,

I recently discovered Apache PDFBox, which also seems to be a Java PDF Library. Also it seems that PDFBox is capable of PDF/A-2

Apache PDFBox can be found here: https://pdfbox.apache.org/index.html

And an example Project of a PDF/A-2 converter here: https://github.com/ETDA/PdfAConverter

Maybe using that one could improve future PDF/A-2/3 support.

kind regards

teodord commented 1 year ago

Hi,

Maybe you can help write an Apache PDFBox exporter for JasperReports and contribute it to our project? We have ours based on iText/OpenPDF and we do not have plans to implement ourselves another one from scratch just because of PDFA2 requirements.

Thank you, Teodor