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
develop
branch. This depends on the currentHEAD
of iText. You have two options:- Use the iText Artifactory server for
SNAPSHOT
builds. 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