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

Changelog History
Page 1

  • v1.3.23 Changes

    November 05, 2020

    🚀 OpenPDF 1.3.23 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:

    • 🏗 Build: assertj-core from 3.12.2 to 3.18.0
    • 🏗 Build: bcpkix-jdk15on from 1.66 to 1.67
    • 🏗 Build: bcprov-jdk15on from 1.66 to 1.67
    • 🏗 Build: imageio-tiff from 3.5 to 3.6
    • 🏗 Build: jakarta.servlet-api from 5.0.0-M2 to 5.0.0
    • 🏗 Build: jfreechart from 1.5.0 to 1.5.1
    • 💅 Build: maven-checkstyle-plugin to 3.1.1
    • 🏗 Build: maven-surefire-plugin from 2.22.1 to 2.22.2
    • 🏗 Build: mockito-core from 2.25.1 to 3.6.0
    • 🏗 Build: pitest-junit5-plugin from 0.7 to 0.12
    • 🏗 Build: pitmp-maven-plugin from 1.3.6 to 1.3.7
    • 🏗 Build: spotbugs from 4.1.3 to 4.1.4
    • 🚚 Cleanup: removed redundant interface modifier
    • 🛠 Fix: Javadoc errors and warnings (#367)
    • 🛠 Fix: module-info.java for jfreechart update from 1.5.0 to 1.5.1 in pdftoolbox
    • 🛠 Fix: No added space to extracted text (#119)
    • 🛠 Fix: NPE fix (#443)
    • 🛠 Fix: setColor(java.awt.Color.SOMECOLOR) does not work. Update module-info.java (#439)
    • 🛠 Fix: Update dependencies & enable dependabot (#413)
    • Project: code of conduct chat badge added
    • Project: Create CODE_OF_CONDUCT.md
    • Project: Create issue templates
    • ⏪ Project: Restore contributors layout
    • Project: Use bullet points for author list
    • ✅ Test: Use jakarta-EE instead of javax (only for tests)

    ⚡️ 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.23</version>
    </dependency>
    
  • v1.3.22 Changes

    September 23, 2020

    🚀 OpenPDF 1.3.22 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:

    - Works again with Java 8 [#411]
    
    <dependency>
        <groupId>com.github.librepdf</groupId>
        <artifactId>openpdf</artifactId>
        <version>1.3.22</version>
    </dependency>
    
  • v1.3.21

    September 10, 2020
  • v1.3.20 Changes

    June 25, 2020

    🚀 OpenPDF 1.3.20 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:

    • 👌 Support CSS4 colors in WebColors (#379)
    • 🛠 Fix signatures for large PDF files (#383, #384).

    ⚡️ 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.20</version>
        </dependency>
    
  • v1.3.19 Changes

    June 11, 2020

    🚀 OpenPDF 1.3.19 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:

    • 🛠 Fix WebColors transparency (#378)
    • ⚡️ Updated dependency versions

    ⚡️ 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.19</version>
        </dependency>
    
  • v1.3.18 Changes

    June 02, 2020

    🚀 OpenPDF 1.3.18 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:

    • 🛠 Fix PDF/A Conformance (#374).
    • ⚡️ Update Bouncy Castle dependency version.
    • 🛠 Fix NullPointerException in PdfContentByte (#370).
    • Create chunks on the fly if an image resides in two nested span-elements (#377).

    ⚡️ 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.18</version>
        </dependency>
    
  • v1.3.17 Changes

    May 13, 2020

    🚀 OpenPDF 1.3.17 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:

    • 👌 Improve JavaDoc, remove errors and warning, provide links. Updated JavaDoc. #368 #366
    • Resolve fonts for FOP which loaded externally and passed as byte array to BaseFont.createFont #361
    • ⚡️ Update spotbugs dependency version to 4.0.3. Make it optional.

    ⚡️ 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.17</version>
        </dependency>
    
  • v1.3.16 Changes

    April 23, 2020

    🚀 OpenPDF 1.3.16 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:

    • Re-use the already set document language in new PdfWriter instances #357.
    • Avoid NPE in AcroFields related to PdfAppearance #359.

    ⚡️ 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.16</version>
        </dependency>
    
  • v1.3.15 Changes

    April 17, 2020

    🚀 OpenPDF 1.3.15 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:

    • 🛠 Fix NPE when adding illegal child to nameless PdfLayer (#354).
    • 👌 Improve error reporting when processing bookmark destination (#353).
    • 🛠 Fixed issues introduced with Apache FOP (#352).
    • ⚡️ Update Bouncy castle dependency version.

    ⚡️ 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.15</version>
        </dependency>
    
  • v1.3.14

    March 30, 2020