i

itext2

Itext is a java library to create and manipulate PDFs. This is a fork of version 2.1.7 the last MPL/LGPL version. It's focused basically on mantain compatibility with newer bouncycastle releases and small bugfixes.
https://github.com/albfernandez/itext2
GNU LESSER GENERAL PUBLIC LICENSE, version 3 (GPL-3.0)
Alberto Fernández
Files download
File Operation
itext2-2.1.20.jar download
itext2-2.1.20.pom download
itext2-2.1.20-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.albfernandez</groupId>
  <artifactId>itext2</artifactId>
  <version>2.1.20</version>
</dependency>
Gradle Groovy
implementation 'com.github.albfernandez:itext2:2.1.20'
Gradle Kotlin
implementation("com.github.albfernandez:itext2:2.1.20")
Scala SBT
libraryDependencies += "com.github.albfernandez" % "itext2" % "2.1.20"
Groovy Grape
@Grapes(
  @Grab(group='com.github.albfernandez', module='itext2', version='2.1.20')
)
Apache Ivy
<dependency org="com.github.albfernandez" name="itext2" rev="2.1.20" />
Leiningen
[com.github.albfernandez/itext2 "2.1.20"]
Apache Buildr
'com.github.albfernandez:itext2:jar:2.1.20'