Skip to content

OpenPDF 1.2.3

Compare
Choose a tag to compare
@andreasrosdal andreasrosdal released this 10 Sep 10:52
· 1231 commits to master since this release

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

  • Java 8 or later is now required to use OpenPDF. There is a separate legacy branch and release for Java 7.
  • Hyphenation support was fixed #102
  • Fix Illegal reflective access warning in Java 10. #104
  • Dependency on Apache Commons Text updated to 1.4. This dependency also requires Java 8.

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