Package com.itextpdf.text.pdf.codec

Class Summary
Base64 Encodes and decodes to and from Base64 notation.
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.
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.
BitFile Came from GIFEncoder initially.
BmpImage Reads a BMP image.
CCITTG4Encoder Encodes data in the CCITT G4 FAX format.
GifImage Reads gif images of all types.
JBIG2Image Support for JBIG2 Images.
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.
JBIG2SegmentReader.JBIG2Page Inner class that holds information about a JBIG2 page.
JBIG2SegmentReader.JBIG2Segment Inner class that holds information about a JBIG2 segment.
LZWCompressor Modified from original LZWCompressor to change interface to passing a buffer of data to be compressed.
LZWStringTable General purpose LZW String Table.
PngImage Reads a PNG image.
PngWriter Writes a PNG image.
TIFFConstants A list of constants used in class TIFFImage.
TIFFDirectory A class representing an Image File Directory (IFD) from a TIFF 6.0 stream.
TIFFFaxDecoder Class that can decode TIFF files.
TIFFFaxDecompressor Class that can decompress TIFF files.
TIFFField A class representing a field in a TIFF 6.0 Image File Directory.
TiffImage Reads TIFF images
TIFFLZWDecoder A class for performing LZW decoding.
TiffWriter Exports images as TIFF.
TiffWriter.FieldAscii Inner class containing info about an ASCII field.
TiffWriter.FieldBase Inner class class containing information about a field.
TiffWriter.FieldByte Inner class containing info about a field.
TiffWriter.FieldImage Inner class containing info about a field.
TiffWriter.FieldLong Inner class containing info about a field.
TiffWriter.FieldRational Inner class containing info about a field.
TiffWriter.FieldShort Inner class containing info about a field.
TiffWriter.FieldUndefined Inner class containing info about a field.
 



Copyright © 2013. All Rights Reserved.