Package | Description |
---|---|
com.itextpdf.text.pdf |
Modifier and Type | Method and Description |
---|---|
protected void |
PdfStructTreeController.addClass(PdfObject object) |
void |
PdfASmartCopy.addPage(PdfImportedPage iPage) |
void |
PdfACopy.addPage(PdfImportedPage iPage) |
void |
PdfSmartCopy.addPage(PdfImportedPage iPage) |
void |
PdfCopy.addPage(PdfImportedPage iPage)
Add an imported page to our output
|
protected void |
PdfStructTreeController.addRole(PdfName structType) |
protected void |
PdfStructTreeController.attachStructTreeRootKids(PdfObject firstNotNullKid)
Add kid to structureTreeRoot from structTreeRoot
|
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 |
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 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 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
|
protected PdfStream |
PdfCopy.copyStream(PRStream in)
Translate a PRStream to a PdfStream.
|
void |
PdfStructTreeController.copyStructTreeForPage(PdfNumber sourceArrayNumber, int newArrayNumber) |
protected void |
PdfWriter.flushAcroFields() |
protected void |
PdfCopy.flushAcroFields() |
PdfImportedPage |
PdfCopy.getImportedPage(PdfReader reader, int pageNumber, boolean keepTaggedPdfStructure) |
protected void |
PdfStructTreeController.setReader(PdfReader reader) |
Constructor and Description |
---|
PdfBoolean(String value)
Constructs a PdfBoolean -object.
|
PdfImage(Image image, String name, PdfIndirectReference maskRef)
Constructs a PdfImage -object.
|
PdfStructTreeController(PdfReader reader, PdfCopy writer) |
Copyright © 2016. All rights reserved.