Home » iText-2.1.7 » com.lowagie » text » pdf » codec »

com.lowagie.text.pdf.codec

Sub Packages:

com.lowagie.text.pdf.codec.postscript    
com.lowagie.text.pdf.codec.wmf    

Classes:

Base64  

Encodes and decodes to and from Base64 notation.

Homepage: http://iharder.net/base64.

Change Log:

  • v2.2.1 - Fixed bug using URL_SAFE and ORDERED encodings. 
code | html
Base64.InputStream   A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.  code | html
Base64.OutputStream   A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.  code | html
BmpImage   Reads a BMP image.  code | html
CCITTG4Encoder   Encodes data in the CCITT G4 FAX format.  code | html
GifImage   Reads gif images of all types.  code | html
GifImage.GifFrame     code | html
JBIG2Image   Support for JBIG2 Images.  code | html
JBIG2SegmentReader   Class to read a JBIG2 file at a basic level: understand all the segments, understand what segments belong to which pages, how many pages there are, what the width and height of each page is, and global segments if there are any.  code | html
JBIG2SegmentReader.JBIG2Page   Inner class that holds information about a JBIG2 page.  code | html
JBIG2SegmentReader.JBIG2Segment   Inner class that holds information about a JBIG2 segment.  code | html
PngImage   Reads a PNG image.  code | html
PngImage.NewByteArrayOutputStream     code | html
TIFFConstants   A list of constants used in class TIFFImage.  code | html
TIFFDirectory   A class representing an Image File Directory (IFD) from a TIFF 6.0 stream.  code | html
TIFFFaxDecoder     code | html
TIFFField   A class representing a field in a TIFF 6.0 Image File Directory.  code | html
TIFFLZWDecoder   A class for performing LZW decoding.  code | html
TiffImage   Reads TIFF images  code | html