i

itext

iText, a free Java-PDF library
http://www.lowagie.com/iText/
Mozilla Public License
Bruno Lowagie Paulo Soares Mark Hall
Files download
File Operation
itext-1.2.3.jar download
itext-1.2.3.pom download
Apache Maven
<dependency>
  <groupId>com.lowagie</groupId>
  <artifactId>itext</artifactId>
  <version>1.2.3</version>
</dependency>
Gradle Groovy
implementation 'com.lowagie:itext:1.2.3'
Gradle Kotlin
implementation("com.lowagie:itext:1.2.3")
Scala SBT
libraryDependencies += "com.lowagie" % "itext" % "1.2.3"
Groovy Grape
@Grapes(
  @Grab(group='com.lowagie', module='itext', version='1.2.3')
)
Apache Ivy
<dependency org="com.lowagie" name="itext" rev="1.2.3" />
Leiningen
[com.lowagie/itext "1.2.3"]
Apache Buildr
'com.lowagie:itext:jar:1.2.3'
Dependencies
The project has no third-party dependencies