iText v5.5.13 Release Notes

Release Date: 2018-02-12 // about 6 years ago
  • ๐Ÿ›  iText 5.5.13 is a maintenance release that rolls up 4 bugfixes for iText 5 Core from the past 5 months:

    • ๐Ÿš€ As of this release XFA Worker is no longer supported on .NET 2.0 - instead you need to use .NET 4.0.
    • ๐Ÿ‘Œ Support has been added for License Key Library 3.0.1. Users on License Key Library 1.0.x should migrate to 3.0.1.
    • ๐Ÿ›  3 bugfixes for iText 5 Core 5.5.13.
    • ๐Ÿ›  1 bugfix for XFA Worker 5.5.13 (commercial add-on, not on GitHub).
      ๐Ÿ›  Please be informed that at the same time we release pdfXFA 1.0.3, an add-on for iText 7. All bugfixes for XFA Worker 5.5.13 were ported to pdfXFA 1.0.3.

    ๐Ÿš€ No new functionality has been added since 5.5.11.

    ๐Ÿš€ The full list of changes can be found in the changelogs and the release in our download hub for Java and .NET.

    If you use Maven, then you can download iText from the Central Repository by adding one or more of the following XML snippets to your pom.xml:

    <dependency>
      <groupId>com.itextpdf</groupId>
      <artifactId>itextpdf</artifactId>
      <version>${itext.version}</version>
    </dependency>
    
    <dependency>
      <groupId>com.itextpdf</groupId>
      <artifactId>itext-pdfa</artifactId>
      <version>${itext.version}</version>
    </dependency>
    
    <dependency>
      <groupId>com.itextpdf</groupId>
      <artifactId>itext-xtra</artifactId>
      <version>${itext.version}</version>
    </dependency>
    
    <dependency>
      <groupId>com.itextpdf.tool</groupId>
      <artifactId>xmlworker</artifactId>
      <version>${itext.version}</version>
    </dependency>
    

    ๐Ÿš€ Still questions about the release, don't hesitate to contact us.


Previous changes from v5.5.12

  • ๐Ÿ›  iText 5.5.12 is a maintenance release that rolls up 22 bugfixes for iText 5 Core from the past 5 months:

    • ๐Ÿ›  22 bugfixes for iText 5 Core 5.5.12.
    • ๐Ÿ›  6 bugfixes for XFAWorker 5.5.12 (Commercial add-on, not on GitHub).

    No new functionality has been added since 5.5.11.

    ๐Ÿ›  At the same time we also release pdfXFA 1.0.2, an add-on for iText 7. All bugfixes for XFAWorker 5.5.12 were ported to pdfXFA 1.0.2.