| Interface | Description |
|---|---|
| CharStream |
This interface describes a character stream that maintains line and
column number positions of the characters.
|
| ColorFactory | |
| FontFactory | |
| ImageFactory |
A class implementing the ImageFactory interface knows how to create
java.awt.Image classes for the various formats supported by PDF.
|
| PathFactory | |
| PDFParserConstants |
| Class | Description |
|---|---|
| BufferedMarkupHandler |
BufferedMarkupHandler.
|
| DefaultFactories | |
| GlyphMapper | |
| IndentityGlyphMapper | |
| Java2DMarkupHandler | |
| LatinGlyphMapper |
A LatinGlyphMapper is a concrete subclass of GlyphMapper that can handle
the standard pdf encodings that map single byte character codes from
a named encoding, with possible modifications by a Differences array.
|
| PDFCharStream |
An implementation of interface CharStream, where the stream can contain any
binary data.
|
| PDFDeviceCMYK | |
| PDFDeviceNColorSpace | |
| PDFDeviceRGB | |
| PDFDictUtils | |
| PDFFile |
This class is used to read a PDF file for parsing.
|
| PDFFontFactory |
PDFFontFactory.java
|
| PDFForm | |
| PDFFunction | |
| PDFGlyphWidthTable | |
| PDFGState | |
| PDFImageColorModel | |
| PDFImageFactory | |
| PDFIndexedColorSpace | |
| PDFMarkupHandler | |
| PDFObjectStream | |
| PDFPage |
This class is used by RMPDFFile to read a PDF file (page) for parsing.
|
| PDFPageParser |
This class parses the page marking operators for a specific page number (it gets the contents for that page from n
RMPDFParser.) It uses the various factory objects for graphic object creation and a MarkupHandler to do the actual
drawing.
|
| PDFParser | |
| PDFParserTokenManager | |
| PDFPattern | |
| PDFPatternSpace | |
| PDFSecurityHandler | |
| PDFSeparationColorSpace | |
| PDFStream |
This class represents a PDF stream object.
|
| PDFTextObject | |
| PDFXEntry |
An inner class for XRef Table entries.
|
| RBCodec | |
| RBCodecCCITTFaxDecode | |
| RBCodecLZW | |
| Token |
Describes the input token stream.
|
| Exception | Description |
|---|---|
| ParseException |
This exception is thrown when parse errors are encountered.
|
| Error | Description |
|---|---|
| PDFException | |
| TokenMgrError |