Package | Description |
---|---|
com.etymon.pjx |
The fundamental classes for creation and modification of PDF
documents.
|
com.etymon.pjx.util |
Utility classes for performing common functions on PDF documents.
|
Modifier and Type | Method and Description |
---|---|
PdfObject |
PdfObject.filter(PdfObjectFilter f)
Filter this object recursively through
PdfObjectFilter . |
protected PdfObject |
PdfArray.filterContents(PdfObjectFilter f) |
protected PdfObject |
PdfDictionary.filterContents(PdfObjectFilter f) |
protected PdfObject |
PdfObject.filterContents(PdfObjectFilter f)
Second stage filtering, called by
filter(PdfObjectFilter) . |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
PdfReferencedObjects
Examines a specified object and returns the set of all objects it
references.
|
class |
PdfRenumberOffset
Modifies indirect references within a PDF object, adding a
specified offset to each object number in a reference.
|