com.etymon.pjx.util |
Utility classes for performing common functions on PDF documents.
|
Java Source File Name | Type | Comment |
AddImageSimple.java | Class | Provides a very rudimentary function for adding JPEG images to a
PDF document. |
PdfAppender.java | Class | Appends multiple PDF documents together, forming a new PDF
document. |
PdfCatalog.java | Class | Provides methods related to a PDF document's catalog dictionary. |
PdfFieldTree.java | Class | Provides methods for retrieving and modifying the field tree of a
PDF document. |
PdfFieldTreeIterator.java | Interface | An iterator over the tree of field dictionaries in a PDF document. |
PdfModifier.java | Class | Provides methods for retrieving and modifying various elements of a
PDF document. |
PdfPageObjects.java | Class | Examines a specified page dictionary and returns the set of all
objects it references that are required for the page to be
extracted from the document. |
PdfPageTree.java | Class | Provides methods for retrieving and modifying the page tree of a
PDF document. |
PdfReferencedObjects.java | Class | Examines a specified object and returns the set of all objects it
references. |
PdfRenumberOffset.java | Class | Modifies indirect references within a PDF object, adding a
specified offset to each object number in a reference. |