Package | Description |
---|---|
com.etymon.pjx |
The fundamental classes for creation and modification of PDF
documents.
|
Modifier and Type | Field and Description |
---|---|
protected XrefTable |
PdfManager._xt
The cross-reference table and associated trailer read from
the PDF input document.
|
Modifier and Type | Method and Description |
---|---|
protected XrefTable |
PdfReader.readPartialXrefTable(XrefTable xt,
long startxref,
long[] prev)
Reads an individual (partial) cross-reference table and
trailer dictionary from the PDF document.
|
XrefTable |
PdfReader.readXrefTable(long startxref)
Reads and compiles all cross-reference tables and trailer
dictionaries from the PDF document beginning at a specified
position.
|
protected static XrefTable |
XrefTable.wrap(long[] index,
int[] generation,
byte[] usage,
PdfDictionary trailerDictionary)
A factory for fast construction of this class.
|
Modifier and Type | Method and Description |
---|---|
protected PdfObject |
PdfReader.parseObject(long start,
long end,
java.nio.CharBuffer cbuf,
XrefTable xt)
Parses and returns a PDF object from the input source.
|
PdfObject |
PdfReader.readObject(long start,
long end,
boolean indirect,
XrefTable xt)
Reads a PDF object from the document.
|
protected XrefTable |
PdfReader.readPartialXrefTable(XrefTable xt,
long startxref,
long[] prev)
Reads an individual (partial) cross-reference table and
trailer dictionary from the PDF document.
|
int |
PdfWriter.writeXrefTable(XrefTable xt,
long startxref)
Writes a cross-reference table (and associated trailer) to
the document.
|