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