i5js-sandbox
i5js-sandbox copied to clipboard
[DEPRECATED] iText 5 has been deprecated, and only security fixes will be added — please use iText 7
iText 5 Sandbox
To build these examples:
- Either checkout the latest release tag. The jars you need are from the latest official iText release and are published on the Maven Central repository.
- Or checkout the
developbranch. This depends on the currentHEADof iText. You have two options:- Use the iText Artifactory server for
SNAPSHOTbuilds. Add this to yourpom.xml:
<repositories> <repository> <id>itext</id> <name>iText Repository - snapshots</name> <url>https://repo.itextsupport.com/snapshot/</url> </repository> </repositories>- Clone the iText repository and build everything yourself.
- Use the iText Artifactory server for