Skip to content

Releases: LibrePDF/OpenPDF

OpenPDF 1.3.8

03 Sep 06:57
Compare
Choose a tag to compare

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

  • Remove Closable And AutoClosable From PdfWriter (#252)

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

OpenPDF 1.3.7

30 Aug 06:58
Compare
Choose a tag to compare

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

  • Add close call to nested document (#250).

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

OpenPDF 1.3.6

28 Aug 11:28
Compare
Choose a tag to compare

OpenPDF 1.3.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:

  • Bugfix: Nullpointer on auto closing document (#211).
  • Remove unneeded call to close() on PDFFile when closing PdfWriter (#211).
  • Clean metadata: doesn't export Producer in XMP if explicitly removed (#245).
  • Use ForEach instead of Iterator (#243).
  • Sample Arabic Text test broken (#240).

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

OpenPDF 1.3.5

21 Aug 05:21
Compare
Choose a tag to compare

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

  • Use Try With Resources (#238).
  • Clean Javadoc Warnings (#237).
  • Generate new XMP metadata if cleanMetadata is called (#236).
  • Update dependency of imageio-tiff to 3.4.2.

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

OpenPDF 1.3.4

20 Aug 06:48
Compare
Choose a tag to compare

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

  • Modernization: Refactoring of Generics, Interfaces, Cleanups and removal of warnings (#234 and #235).

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

OpenPDF 1.3.3

16 Aug 05:58
Compare
Choose a tag to compare

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>

OpenPDF 1.3.2

13 Aug 05:50
Compare
Choose a tag to compare

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>

OpenPDF 1.3.1

01 Aug 06:21
Compare
Choose a tag to compare

OpenPDF 1.3.1 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 NullPointerException for OTF Fonts (#214).
  • Allow to create indirect references from other projects (#212).

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

OpenPDF 1.3.0

29 Jul 06:27
Compare
Choose a tag to compare

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

  • Modernization of OpenPDF to use more modern Java features (#139, #200, #201, #202, #210).
  • Bugfix check font size before drawing string (#209).
  • Fix using Document in try-with-resources (#198).

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

OpenPDF 1.2.21

24 Jun 05:47
Compare
Choose a tag to compare

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

  • Added UTF-8 Fonts Liberation-Fonts (#194).
  • Bugfix: PdfGraphics2D: fixed simulating of italic font also for the plain bold fonts (#195).

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