Package | Description |
---|---|
com.etymon.pj | |
com.etymon.pjx.util |
Utility classes for performing common functions on PDF documents.
|
Modifier and Type | Method and Description |
---|---|
private static void |
PjxConvert.pjxGetFieldsAddField(PdfManager manager,
java.util.ArrayList fieldList,
PdfReference fieldRef)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected PdfReference |
PdfPageTree._pageTreeRoot
The page tree root of the document.
|
Modifier and Type | Method and Description |
---|---|
protected PdfReference |
PdfFieldTree.FieldTreeIterator.descendTree()
Descends the left-edge of the tree until reaching a
terminal node and returns its reference.
|
PdfReference |
PdfCatalog.getCatalog()
Retrieves an indirect reference to the document's catalog.
|
PdfReference |
PdfModifier.getCatalogReference()
Deprecated.
|
PdfReference |
PdfPageTree.getPage(int pageNumber)
Returns an indirect reference to a page object specified by
page number.
|
PdfReference |
PdfModifier.getPageTreeRootReference()
Deprecated.
|
PdfReference |
PdfPageTree.getRoot()
Returns an indirect reference to the root node of the
document's page tree.
|
PdfReference |
PdfFieldTree.FieldTreeIterator.next() |
PdfReference |
PdfFieldTreeIterator.next()
Returns an indirect reference to the next field object.
|
Modifier and Type | Method and Description |
---|---|
void |
AddImageSimple.addImage(java.nio.ByteBuffer image,
int imageWidth,
int imageHeight,
PdfName imageName,
PdfReference page,
float positionX,
float positionY,
float scaleX,
float scaleY,
boolean background)
Deprecated.
Adds a specified JPEG image (contained in a buffer) to a
page in the PDF document.
|
void |
AddImageSimple.addImage(java.io.File imageFile,
int imageWidth,
int imageHeight,
PdfName imageName,
PdfReference page,
float positionX,
float positionY,
float scaleX,
float scaleY,
boolean background)
Deprecated.
Adds a specified JPEG image (contained in a file) to a page
in the PDF document.
|
private void |
PdfModifier.getFieldsAddField(java.util.ArrayList fieldList,
PdfReference fieldRef)
Deprecated.
|