iText 5.5.13
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 pdfXFA1.0.3
, an add-on for iText 7. All bugfixes for XFA Worker5.5.13
were ported to pdfXFA1.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.