| License |
License |
|---|---|
| Categories |
CategoriesiText Business Logic Libraries Documents Processing iText Data PDF |
| GroupId | GroupIdcom.github.albfernandez |
| ArtifactId | ArtifactIditext2 |
| Last Version | Last Version2.2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionitext2
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.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| itext2-2.2.1.pom | |
| itext2-2.2.1.jar | 3 MB |
| itext2-2.2.1-sources.jar | 3 MB |
| itext2-2.2.1-javadoc.jar | 3 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.albfernandez/itext2/ -->
<dependency>
<groupId>com.github.albfernandez</groupId>
<artifactId>itext2</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.albfernandez/itext2/
implementation 'com.github.albfernandez:itext2:2.2.1'
// https://jarcasting.com/artifacts/com.github.albfernandez/itext2/
implementation ("com.github.albfernandez:itext2:2.2.1")
'com.github.albfernandez:itext2:jar:2.2.1'
<dependency org="com.github.albfernandez" name="itext2" rev="2.2.1">
<artifact name="itext2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.albfernandez', module='itext2', version='2.2.1')
)
libraryDependencies += "com.github.albfernandez" % "itext2" % "2.2.1"
[com.github.albfernandez/itext2 "2.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.bouncycastle : bcprov-jdk15on | jar | 1.70 |
| org.bouncycastle : bcpkix-jdk15on | jar | 1.70 |
| org.bouncycastle : bcmail-jdk15on | jar | 1.70 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| org.jfree : jfreechart | jar | 1.0.19 |