Skip to content

OpenPDF 1.2.6

Compare
Choose a tag to compare
@andreasrosdal andreasrosdal released this 29 Nov 06:51
· 1198 commits to master since this release

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

  • Maven plugins have been upgraded (#117), fixing bug #121.
  • The version of Juniversalchardet is changed to com.github.albfernandez instead of com.googlecode.juniversalchardet.
  • Twelvemonkeys.imageio imageio-tiff an optional maven dependency. Include imageio-tiff in your project's pom-file if reading .TIFF files is required.
  • PdfWriter.RUN_DIRECTION_LTR or PdfWriter.RUN_DIRECTION_RTL are temporarily marked as deprecated, because of issue #122. Use the default setting instead as a workaround.

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