Skip to content

OpenPDF 1.3.24

Compare
Choose a tag to compare
@asturio asturio released this 27 Dec 17:28
· 597 commits to master since this release

OpenPDF 1.3.24 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:

Dependency Updates

  • Bump assertj-core from 3.18.0 to 3.18.1
  • Bump bcpkix-jdk15on from 1.67 to 1.68
  • Bump bcprov-jdk15on from 1.67 to 1.68
  • Bump imageio-tiff from 3.6 to 3.6.1
  • Bump mockito-core from 3.6.0 to 3.6.28
  • Bump spotbugs from 4.1.4 to 4.2.0

Bugfixes

  • Fix issue #442: Accented Letters composed of Unicode base letter and combining accent are rendered incorrectly
  • Fix issue #450: Huge increase in PDF filesize since 1.3.12

Meta

  • Licenses are now in separated files
  • Switched from Travis-CI to GutHub CI

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.24</version>
  </dependency>