Package com.etymon.pjx.util

Utility classes for performing common functions on PDF documents.

See:
          Description

Interface Summary
PdfFieldTreeIterator An iterator over the tree of field dictionaries in a PDF document.
 

Class Summary
AddImageSimple Deprecated. This class will be removed when a more comprehensive image class is completed.
PdfAppender Appends multiple PDF documents together, forming a new PDF document.
PdfCatalog Provides methods related to a PDF document's catalog dictionary.
PdfFieldTree Provides methods for retrieving and modifying the field tree of a PDF document.
PdfModifier Deprecated.  
PdfPageObjects 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 Provides methods for retrieving and modifying the page tree of a PDF document.
PdfReferencedObjects Examines a specified object and returns the set of all objects it references.
PdfRenumberOffset Modifies indirect references within a PDF object, adding a specified offset to each object number in a reference.
 

Package com.etymon.pjx.util Description

Utility classes for performing common functions on PDF documents.