All Versions
22
Latest Version
Avg Release Cycle
21 days
Latest Release
1239 days ago

Changelog History
Page 3

  • v1.3.3 Changes

    August 16, 2019

    ๐Ÿš€ OpenPDF 1.3.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:

    • ๐Ÿ›  Bugfix to font loading (#231).

    โšก๏ธ 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.3</version>
        </dependency>
    
  • v1.3.2 Changes

    August 13, 2019

    ๐Ÿš€ OpenPDF 1.3.2 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:

    • ๐Ÿ“‡ Don't clean metadata by default in Stamper. (#230).
    • Modernization efforts (#223, #224, #225, #226, #227, #228).
    • ๐Ÿ›  Fix binary transparency bug (#216, #222).
    • ๐Ÿ›  Bugfixes by drawing text in PdfGraphics2D (#221).
    • ๐Ÿ›  Fix bug concerning stroke colors when simulating bold fonts (#220).

    โšก๏ธ 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.2</version>
        </dependency>