is not current version
Last Version 2.2.1

com.github.albfernandez:itext2 2.1.10

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.

Categories

Categories

iText Business Logic Libraries Documents Processing iText Data PDF
GroupId

GroupId

com.github.albfernandez
ArtifactId

ArtifactId

itext2
Version

Version

2.1.10
Type

Type

jar

Download itext2 2.1.10


<!-- https://jarcasting.com/artifacts/com.github.albfernandez/itext2/ -->
<dependency>
    <groupId>com.github.albfernandez</groupId>
    <artifactId>itext2</artifactId>
    <version>2.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.albfernandez/itext2/
implementation 'com.github.albfernandez:itext2:2.1.10'
// https://jarcasting.com/artifacts/com.github.albfernandez/itext2/
implementation ("com.github.albfernandez:itext2:2.1.10")
'com.github.albfernandez:itext2:jar:2.1.10'
<dependency org="com.github.albfernandez" name="itext2" rev="2.1.10">
  <artifact name="itext2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.albfernandez', module='itext2', version='2.1.10')
)
libraryDependencies += "com.github.albfernandez" % "itext2" % "2.1.10"
[com.github.albfernandez/itext2 "2.1.10"]