ITextSharp 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.

    📦 iText 5.5.13 for .NET (also known as iTextSharp) can be installed using NuGet: https://www.nuget.org/packages/iTextSharp/5.5.13

    📦 Package Manager:

    Install-Package iTextSharp
    Install-Package itextsharp.pdfa
    Install-Package itextsharp.xtra
    Install-Package itextsharp.xmlworker
    Install-Package itextsharp.xfaworker
    

    .NET CLI:

    dotnet add package iTextSharp
    dotnet add package itextsharp.pdfa
    dotnet add package itextsharp.xtra
    dotnet add package itextsharp.xmlworker
    dotnet add package itextsharp.xfaworker
    

    🚀 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.

    iText 5.5.12 for .NET (also known as iTextSharp) can be installed using NuGet.

    📦 Package Manager:

    Install-Package iTextSharp -Version 5.5.12
    Install-Package itextsharp.pdfa -Version 5.5.12
    Install-Package itextsharp.xtra -Version 5.5.12
    Install-Package itextsharp.xmlworker -Version 5.5.12
    Install-Package itextsharp.xfaworker -Version 5.5.12
    

    .NET CLI:

    dotnet add package iTextSharp --version 5.5.12
    dotnet add package itextsharp.pdfa --version 5.5.12
    dotnet add package itextsharp.xtra --version 5.5.12
    dotnet add package itextsharp.xmlworker --version 5.5.12
    dotnet add package itextsharp.xfaworker --version 5.5.12