Class | Description |
---|---|
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.
|
CCITTG4Encoder |
Encodes data in the CCITT G4 FAX format.
|
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.
|
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.
|
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 © 1998–2018 iText Group NV. All rights reserved.