Jar examples for i:itext
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 2.1.7 in this page.
GNU Affero General Public License v3
You can use the following script to add itext-2.1.7.jar to your project.
<dependency> <groupId>com.lowagie</groupId> <artifactId>itext</artifactId> <version>2.1.7</version> </dependency>
compile group: 'com.lowagie', name: 'itext', version: '2.1.7'
libraryDependencies += "com.lowagie" % "itext" % "2.1.7"
<dependency org="com.lowagie" name="itext" rev="2.1.7"/>
@Grapes(@Grab(group='com.lowagie', module='itext', version='2.1.7'))
'com.lowagie:itext:jar:2.1.7'
Click the following link to download the jar file.
itext-2.1.7-javadoc.jar