Source code archives
You can download the complete Java code base in three different formats:
- UNIX-style: iText-src-2.1.6 or iText-src-with-libs-2.1.6.tar.gz
- Windows-style: iText-src-2.1.6.zip or iText-src-with-libs-2.1.6
- Maven-style: iText-2.1.6-sources.jar
These files contain the code that is used to build all the iText jar (the content of the three files is identical). If you need the C# source for building your own iTextSharp DLL, please download the appropriate zip file from SourceForge.
If you want to know which packages are part of which jar, you can consult the following overview:
Jars and packages
Click on the package name to find out the contents of each package. Click on a classname to consult the source code of each individual class. You can also browse the SVN repository on SourceForge or get the source using an Subversion client.
core jar
- com/lowagie/text
- com/lowagie/text/html
- com/lowagie/text/html/simpleparser
- com/lowagie/text/pdf
- com/lowagie/text/pdf/codec
- com/lowagie/text/pdf/codec/wmf
- com/lowagie/text/pdf/events
- com/lowagie/text/pdf/fonts
- com/lowagie/text/pdf/hyphenation
- com/lowagie/text/xml
- com/lowagie/text/xml/xmp
- com/lowagie/tools
- com/lowagie/text/pdf/crypto
- com/lowagie/text/pdf/collection
- com/lowagie/text/pdf/interfaces
- com/lowagie/text/pdf/internal
- com/lowagie/text/xml/simpleparser
- com/lowagie/text/factories
- com/lowagie/text/pdf/draw
- com/lowagie/text/pdf/parser
- com/lowagie/text/pdf/fonts/cmaps
- com/lowagie/text/exceptions
- com/lowagie/text/pdf/richmedia
rtf jar
- com/lowagie/text/rtf
- com/lowagie/text/rtf/document
- com/lowagie/text/rtf/document/output
- com/lowagie/text/rtf/field
- com/lowagie/text/rtf/graphic
- com/lowagie/text/rtf/headerfooter
- com/lowagie/text/rtf/list
- com/lowagie/text/rtf/style
- com/lowagie/text/rtf/table
- com/lowagie/text/rtf/text
- com/lowagie/text/rtf/direct
- com/lowagie/text/rtf/parser/ctrlwords
- com/lowagie/text/rtf/parser/destinations
- com/lowagie/text/rtf/parser/enumerations
- com/lowagie/text/rtf/parser/exceptions
- com/lowagie/text/rtf/parser/properties
- com/lowagie/text/rtf/parser
rups jar
- com/lowagie/rups/controller
- com/lowagie/rups/io
- com/lowagie/rups/io/filters
- com/lowagie/rups/model
- com/lowagie/rups
- com/lowagie/rups/view
- com/lowagie/rups/view/icons
- com/lowagie/rups/view/itext
- com/lowagie/rups/view/itext/treenodes
- com/lowagie/rups/view/models
- com/lowagie/rups/view/renderer
toolbox jar

