See: Description
Interface | Description |
---|---|
PdfInput |
Specifies methods used by
PdfReader to read
portions of a PDF document. |
PdfObjectFilter |
A filtering function that allows examining and modifying PDF
objects recursively.
|
Class | Description |
---|---|
PdfArray |
Represents the PDF array object.
|
PdfBoolean |
Represents the PDF Boolean object.
|
PdfDictionary |
Represents the PDF dictionary object.
|
PdfFloat |
Represents the PDF real object.
|
PdfInputBuffer |
Provides low-level methods for reading portions of a PDF document.
|
PdfInputFile |
Provides low-level methods for reading portions of a PDF document.
|
PdfInteger |
Represents the PDF integer object.
|
PdfLong |
Represents a long integer value to be used with byte offsets such
as the
Prev entry of a document trailer dictionary. |
PdfManager |
Manages the modification or creation of a PDF document.
|
PdfName |
Represents the PDF name object.
|
PdfNull |
Represents the PDF null object.
|
PdfNumber |
The abstract superclass of classes
PdfInteger ,
PdfFloat , and PdfLong . |
PdfObject |
The abstract superclass of all basic PDF object types.
|
PdfReader |
Reads a PDF document.
|
PdfReference |
Represents the PDF indirect reference.
|
PdfStream |
Represents the PDF stream object.
|
PdfString |
Represents the PDF string object.
|
PdfWriter |
Writes a PDF document.
|
XrefTable |
Represents the PDF cross-reference table and associated trailer
dictionary.
|
Exception | Description |
---|---|
PdfException |
The superclass of all exceptions within this package.
|
PdfFormatException |
Thrown if a PDF object is encountered that does not conform to the
PDF specification.
|
PdfManager
, which serves as a "hub" for
reading, modifying, and writing PDF documents.