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