OpenPDF 1.3.25
OpenPDF 1.3.25 has been released. OpenPDF is a free Java library for creating and editing PDF files with a LGPL and MPL open source license. This release contains these new improvements:
- [bugfix] Check if the annotation belongs to a valid page
- [bugfix] Check if the returned ANNOTS object is not PdfNull
- [bugfix] Fix #318: Small unit test checking that a single paragraph should create a single page.
- [bugfix] Fix #394: Avoid Exception parsing RegEx
- [bugfix] Fix #405: Bold+Underline is bolder than expected
- [code] CheckStyle checks on actions
- [code] CheckStyle rules updated
- [code] Maven cleanups
- [doc] Create pull_request_template.md
- [doc] Documenting correct version of bouncycastle
- [doc] How to add Chunk with chinese
- [update] Bump assertj-core from 3.18.1 to 3.19.0
- [update] Bump checkstyle from 8.39 to 8.40
- [update] Bump commons-io from 2.6 to 2.8.0
- [update] Bump fop from 2.5 to 2.6
- [update] Bump jfreechart from 1.5.1 to 1.5.2
- [update] Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2
- [update] Bump mockito-core from 3.6.28 to 3.7.7
Update to the latest OpenPDF version by using this in your pom.xml file:
<dependency>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf</artifactId>
<version>1.3.25</version>
</dependency>