Package | Description |
---|---|
org.apache.pdfbox.multipdf |
Modifier and Type | Field and Description |
---|---|
private PDFCloneUtility |
LayerUtility.cloner |
Modifier and Type | Method and Description |
---|---|
private void |
PDFMergerUtility.acroFormJoinFieldsMode(PDFCloneUtility cloner,
PDAcroForm destAcroForm,
PDAcroForm srcAcroForm) |
private void |
PDFMergerUtility.acroFormLegacyMode(PDFCloneUtility cloner,
PDAcroForm destAcroForm,
PDAcroForm srcAcroForm) |
private void |
PDFMergerUtility.mergeAcroForm(PDFCloneUtility cloner,
PDDocumentCatalog destCatalog,
PDDocumentCatalog srcCatalog)
Merge the contents of the source form into the destination form for the
destination file.
|
private void |
PDFMergerUtility.mergeFields(PDFCloneUtility cloner,
PDField destField,
PDField srcField) |
private void |
PDFMergerUtility.mergeIDTree(PDFCloneUtility cloner,
PDStructureTreeRoot srcStructTree,
PDStructureTreeRoot destStructTree) |
private void |
PDFMergerUtility.mergeKEntries(PDFCloneUtility cloner,
PDStructureTreeRoot srcStructTree,
PDStructureTreeRoot destStructTree) |
private void |
PDFMergerUtility.mergeOutputIntents(PDFCloneUtility cloner,
PDDocumentCatalog srcCatalog,
PDDocumentCatalog destCatalog) |
private void |
PDFMergerUtility.updatePageReferences(PDFCloneUtility cloner,
COSArray parentTreeEntry,
java.util.Map<COSDictionary,COSDictionary> objMapping) |
private void |
PDFMergerUtility.updatePageReferences(PDFCloneUtility cloner,
COSDictionary parentTreeEntry,
java.util.Map<COSDictionary,COSDictionary> objMapping)
Update the Pg and Obj references to the new (merged) page.
|
private void |
PDFMergerUtility.updatePageReferences(PDFCloneUtility cloner,
java.util.Map<java.lang.Integer,COSObjectable> numberTreeAsMap,
java.util.Map<COSDictionary,COSDictionary> objMapping)
Update the Pg and Obj references to the new (merged) page.
|