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 2.1 (GPL-2.1) Mozilla Public License Version 2.0
Alberto Fernández
Files download
File Operation
itext2-2.2.1.jar download
itext2-2.2.1.pom download
itext2-2.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.albfernandez</groupId>
  <artifactId>itext2</artifactId>
  <version>2.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.albfernandez:itext2:2.2.1'
Gradle Kotlin
implementation("com.github.albfernandez:itext2:2.2.1")
Scala SBT
libraryDependencies += "com.github.albfernandez" % "itext2" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.albfernandez', module='itext2', version='2.2.1')
)
Apache Ivy
<dependency org="com.github.albfernandez" name="itext2" rev="2.2.1" />
Leiningen
[com.github.albfernandez/itext2 "2.2.1"]
Apache Buildr
'com.github.albfernandez:itext2:jar:2.2.1'