protected void |
PdfStructTreeController.addClass(PdfObject object) |
|
private void |
PdfStructTreeController.addKid(PdfObject obj) |
|
void |
PdfACopy.addPage(PdfImportedPage iPage) |
|
void |
PdfASmartCopy.addPage(PdfImportedPage iPage) |
|
void |
PdfCopy.addPage(PdfImportedPage iPage) |
Add an imported page to our output
|
void |
PdfSmartCopy.addPage(PdfImportedPage iPage) |
|
protected void |
PdfStructTreeController.addRole(PdfName structType) |
|
protected void |
PdfStructTreeController.attachStructTreeRootKids(PdfObject firstNotNullKid) |
Add kid to structureTreeRoot from structTreeRoot
|
private PdfArray |
PdfCopy.branchForm(java.util.HashMap<java.lang.String,java.lang.Object> level,
PdfIndirectReference parent,
java.lang.String fname) |
|
protected PdfArray |
PdfCopy.copyArray(PdfArray in) |
Translate a PRArray to a PdfArray.
|
protected PdfArray |
PdfCopy.copyArray(PdfArray in,
boolean keepStruct,
boolean directRootKids) |
Translate a PRArray to a PdfArray.
|
protected PdfDictionary |
PdfCopy.copyDictionary(PdfDictionary in) |
Translate a PRDictionary to a PdfDictionary.
|
protected PdfDictionary |
PdfCopy.copyDictionary(PdfDictionary in,
boolean keepStruct,
boolean directRootKids) |
Translate a PRDictionary to a PdfDictionary.
|
protected PdfIndirectReference |
PdfASmartCopy.copyIndirect(PRIndirectReference in) |
|
protected PdfIndirectReference |
PdfCopy.copyIndirect(PRIndirectReference in) |
Translate a PRIndirectReference to a PdfIndirectReference
In addition, translates the object numbers, and copies the
referenced object to the output file.
|
protected PdfIndirectReference |
PdfCopy.copyIndirect(PRIndirectReference in,
boolean keepStructure,
boolean directRootKids) |
Translate a PRIndirectReference to a PdfIndirectReference
In addition, translates the object numbers, and copies the
referenced object to the output file.
|
protected PdfIndirectReference |
PdfSmartCopy.copyIndirect(PRIndirectReference in) |
Translate a PRIndirectReference to a PdfIndirectReference
In addition, translates the object numbers, and copies the
referenced object to the output file if it wasn't available
in the cache yet.
|
protected PdfObject |
PdfCopy.copyObject(PdfObject in) |
Translate a PR-object to a Pdf-object
|
protected PdfObject |
PdfCopy.copyObject(PdfObject in,
boolean keepStruct,
boolean directRootKids) |
Translate a PR-object to a Pdf-object
|
private PdfStructTreeController.returnType |
PdfStructTreeController.copyPageMarks(PdfDictionary parentTree,
PdfNumber arrayNumber,
int newArrayNumber) |
|
protected PdfStream |
PdfCopy.copyStream(PRStream in) |
Translate a PRStream to a PdfStream.
|
void |
PdfStructTreeController.copyStructTreeForPage(PdfNumber sourceArrayNumber,
int newArrayNumber) |
|
private void |
PdfCopy.createAcroForms() |
|
private PdfStructTreeController.returnType |
PdfStructTreeController.findAndCopyMarks(PdfArray pages,
int arrayNumber,
int newArrayNumber) |
|
protected void |
PdfCopy.flushAcroFields() |
|
protected void |
PdfWriter.flushAcroFields() |
|
PdfImportedPage |
PdfCopy.getImportedPage(PdfReader reader,
int pageNumber,
boolean keepTaggedPdfStructure) |
|
protected void |
PdfStructTreeController.setReader(PdfReader reader) |
|