Download itext-4.2.0.jar file - Jar i

Jar examples for i:itext

Description

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.

You can download jar file itext 4.2.0 in this page.

License

GNU Affero General Public License v3

Build File

You can use the following script to add itext-4.2.0.jar to your project.

<dependency>
   <groupId>com.lowagie</groupId>
   <artifactId>itext</artifactId>
   <version>4.2.0</version>
</dependency>
compile group: 'com.lowagie', name: 'itext', version: '4.2.0'
libraryDependencies += "com.lowagie" % "itext" % "4.2.0"
<dependency org="com.lowagie" name="itext" rev="4.2.0"/>
@Grapes(@Grab(group='com.lowagie', module='itext', version='4.2.0'))
'com.lowagie:itext:jar:4.2.0'

Download

Click the following link to download the jar file.

itext-4.2.0-javadoc.jar
itext-4.2.0-sources.jar
itext-4.2.0.jar
itext-4.2.0.pom



Related Tutorials