| Constructor and Description |
|---|
PdfMergerProperties()
Default constructor, use provided setters for configuration options.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCloseSrcDocuments()
check if source documents should be close after merging
|
boolean |
isMergeOutlines()
check if outlines should be merged
|
boolean |
isMergeScripts()
check if ECMA scripts (which are executed at document opening) should be merged
|
boolean |
isMergeTags()
check if tags should be merged
|
PdfMergerProperties |
setCloseSrcDocuments(boolean closeSrcDocuments)
close source documents after merging
|
PdfMergerProperties |
setMergeOutlines(boolean mergeOutlines)
merge documents outlines
|
PdfMergerProperties |
setMergeScripts(boolean mergeNames)
merge documents ECMA scripts,
if AA or OpenAction or Names dictionaries contained in both documents than nothing will be merged
|
PdfMergerProperties |
setMergeTags(boolean mergeTags)
merge documents tags
|
public PdfMergerProperties()
public boolean isCloseSrcDocuments()
public boolean isMergeTags()
public boolean isMergeOutlines()
public boolean isMergeScripts()
public PdfMergerProperties setCloseSrcDocuments(boolean closeSrcDocuments)
closeSrcDocuments - true to close, false otherwisePdfMergerProperties instancepublic PdfMergerProperties setMergeTags(boolean mergeTags)
mergeTags - true to merge, false otherwisePdfMergerProperties instancepublic PdfMergerProperties setMergeOutlines(boolean mergeOutlines)
mergeOutlines - true to merge, false otherwisePdfMergerProperties instancepublic PdfMergerProperties setMergeScripts(boolean mergeNames)
mergeNames - true to merge, false otherwisePdfMergerProperties instanceCopyright © 1998–2025 Apryse Group NV. All rights reserved.