danfickle / openhtmltopdf

An HTML to PDF library for the JVM. Based on Flying Saucer and Apache PDF-BOX 2. With SVG image support. Now also with accessible PDF support (WCAG, Section 508, PDF/UA)!
https://danfickle.github.io/pdf-templates/index.html
Other
1.93k stars 359 forks source link

Upgrade PDFBox and PDFBoxGraphics2D #842

Open yosephatg opened 2 years ago

yosephatg commented 2 years ago

PDFBox' <2.0.26 have CVEs, this bumps to the latest stable versions

rPraml commented 1 year ago

Current PdfBox version is 2.0.29 and graphics2d 0.43

I've compiled the current 1.10 release against these versions. While compilation works fine (no API changes ;) ), I have 3 failing tests now:

TextVisualRegressionTest.testIssue472AddSemiTransparentWatermark:686
TextVisualRegressionTest.testIssue472CustomObjectDrawerMultiplePages:674
VisualRegressionTest.testMaliciousSvgInsecureMode:876

On the current open-dev-v1 branch, only the [ERROR] VisualRegressionTest.testMaliciousSvgInsecureMode:876 breaks.

@danfickle I see, the last contribution in this repo was 1. April 2022 and it seems that you are no longer active on Github. I wanted to ask you kindly about the future of this project.