red6 / pdfcompare

A simple Java library to compare two PDF files
Apache License 2.0
220 stars 66 forks source link

Upgrade pdfbox dependency to 3.0.0-RC1 #127

Closed john-shipman-bah closed 1 year ago

john-shipman-bah commented 1 year ago

Upgrading the version of pdfbox to 3.0.0-RC1. This also necessitated some small changes to use the new Loader when creating PDDocuments from InputStreams.

finsterwalder commented 1 year ago

Thanks for this MR! But I would rather like to leave it, until the 3.0.0 final of PdfBox is released.

micha-sommer commented 1 year ago

@john-shipman-bah Since PdfBox has released version 3.0.0 (https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox/3.0.0), will there be an update to this PR?

finsterwalder commented 1 year ago

This MR is replaced by another one doing the upgrade to the PDFBox 3.0.0 final version