Where can I download the license key library?
NOTE: These instructions apply to both iText 5 and iText 7.
For iText versions 5.5.13 and later, we changed to use the same license key version as for iText 7. Download the license key library from the iText 7 link below for Java or .NET.
Java
- For iText 7, you can download the license key library from https://repo.itextsupport.com/list/releases/com/itextpdf/itext-licensekey/.
- For iText versions 5.5.12 and earlier, you can download the license key library from https://repo.itextsupport.com/list/releases/com/itextpdf/tool/itext-licensekey/.
Alternatively, you can use the following instructions for our supported dependency managers:
Maven
You'll need to add the iText Artifactory server, https://repo.itextsupport.com/releases, as an additional repository in the repositories section of your pom.xml
, as described in the Maven documentation. Then you can add the following dependency to your dependencies to install the latest version:
<properties>
<itext.version>RELEASE</itext.version>
</properties>
<dependencies>
<!-- iText 7 License Key Library -->
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>itext-licensekey</artifactId>
<version>${itext.licensekey.version}</version>
</dependency>
</dependencies>
.NET
The license key library can be downloaded from NuGet.
- For iText 7, and iTextSharp 5.5.13 and later, you can download the license key library from https://www.nuget.org/packages/itext7.licensekey/.
- For iTextSharp versions 5.5.12 and earlier, you can download the license key library from https://www.nuget.org/packages/itextsharp.licensekey/.
If you need information about installing the license key library or loading your license key, see the installation guide.