Package | Description |
---|---|
com.etymon.pj | |
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 |
---|---|
static PdfDictionary |
PjxConvert.pjxInheritFieldAttributes(PdfManager manager,
PdfDictionary d)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static PdfDictionary |
PjxConvert.pjxInheritFieldAttributes(PdfManager manager,
PdfDictionary d)
Deprecated.
|
static void |
PjxConvert.pjxUpdateFieldValue(PdfManager manager,
PdfDictionary origField,
PdfDictionary field,
java.lang.String value)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected PdfDictionary |
PdfStream._d
The stream dictionary.
|
protected PdfDictionary |
PdfManager._trailer
The document's trailer dictionary, in its current (possibly
modified) state.
|
protected PdfDictionary |
XrefTable._trailer
The trailer dictionary associated with this cross-reference
table.
|
Modifier and Type | Method and Description |
---|---|
PdfDictionary |
PdfStream.getDictionary()
Returns this stream's dictionary.
|
PdfDictionary |
PdfManager.getTrailerDictionary()
Returns the document's trailer dictionary.
|
PdfDictionary |
XrefTable.getTrailerDictionary()
Returns the trailer dictionary associated with this
cross-reference table.
|
protected static PdfDictionary |
PdfDictionary.wrap(java.util.Map m)
A factory for fast construction of this class.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfManager.setTrailerDictionary(PdfDictionary dictionary)
Assigns the document a new trailer dictionary, replacing
the existing one (if any).
|
protected static XrefTable |
XrefTable.wrap(long[] index,
int[] generation,
byte[] usage,
PdfDictionary trailerDictionary)
A factory for fast construction of this class.
|
protected static PdfStream |
PdfStream.wrap(PdfDictionary d,
java.nio.ByteBuffer bb)
A factory for fast construction of this class.
|
Constructor and Description |
---|
PdfStream(PdfDictionary d,
java.nio.ByteBuffer bb)
Constructs a stream object from a PDF dictionary and a
ByteBuffer . |
XrefTable(long[] index,
int[] generation,
byte[] usage,
PdfDictionary trailerDictionary)
Constructs a cross-reference table from a set of arrays and
a trailer dictionary.
|
Modifier and Type | Method and Description |
---|---|
PdfDictionary |
PdfModifier.getCatalog()
Deprecated.
|
PdfDictionary |
PdfModifier.getPageTreeRoot()
Deprecated.
|
PdfDictionary |
PdfFieldTree.inheritAttributes(PdfDictionary field)
Adds inherited attributes to a specified field dictionary
object.
|
PdfDictionary |
PdfPageTree.inheritAttributes(PdfDictionary page)
Adds inherited attributes to a specified page dictionary
object.
|
PdfDictionary |
PdfModifier.pjUpdateFieldValue(PdfDictionary origField,
PdfDictionary field,
java.lang.String value)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
PdfFieldTree.getFullyQualifiedName(PdfDictionary field)
Determines the fully qualified field name of a specified
field.
|
PdfDictionary |
PdfFieldTree.inheritAttributes(PdfDictionary field)
Adds inherited attributes to a specified field dictionary
object.
|
PdfDictionary |
PdfPageTree.inheritAttributes(PdfDictionary page)
Adds inherited attributes to a specified page dictionary
object.
|
PdfDictionary |
PdfModifier.pjUpdateFieldValue(PdfDictionary origField,
PdfDictionary field,
java.lang.String value)
Deprecated.
|
void |
PdfModifier.setCatalog(PdfDictionary catalog)
Deprecated.
|
void |
PdfModifier.setPageTreeRoot(PdfDictionary pageTreeRoot)
Deprecated.
|