Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 807 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 807 Bytes

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 develop branch. This depends on the current HEAD of iText. You have two options:
    <repositories>
      <repository>
        <id>itext</id>
        <name>iText Repository - snapshots</name>
        <url>https://repo.itextsupport.com/snapshot/</url>
      </repository>
    </repositories>