is not current version
Last Version 4.2.2

com.lowagie:itext 1.3.1

The iText classes are very useful for people who need to generate read-only, platform independent documents containing text, lists, tables and images. The library is especially useful in combination with Java(TM) technology-based Servlets: The look and feel of HTML is browser dependent; with iText and PDF you can control exactly how your servlet's output will look. iText requires JDK 1.2, and no extra dependencies. It's available for free under a multiple license: MPL and LGPL.

Categories

Categories

iText Business Logic Libraries Documents Processing iText Data PDF
GroupId

GroupId

com.lowagie
ArtifactId

ArtifactId

itext
Version

Version

1.3.1
Type

Type

jar

Download itext 1.3.1


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