Skip to content

OpenPDF 1.3.14

Choose a tag to compare

@andreasrosdalw andreasrosdalw released this 31 Mar 12:30
· 1182 commits to master since this release

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

  • Fixed bug concerning simulated bold fonts and lineWidth (#349).
  • With glyph substitution question mark is coming in PDF (#348).
  • Glyph mapping exists in fonts (#340).
  • Some minor version updates for dependencies.

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