Package | Description |
---|---|
org.apache.pdfbox.multipdf | |
org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
org.apache.pdfbox.preflight.process |
Modifier and Type | Method and Description |
---|---|
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.mergeLanguage(PDDocumentCatalog destCatalog,
PDDocumentCatalog srcCatalog) |
private void |
PDFMergerUtility.mergeMarkInfo(PDDocumentCatalog destCatalog,
PDDocumentCatalog srcCatalog) |
private void |
PDFMergerUtility.mergeOutputIntents(PDFCloneUtility cloner,
PDDocumentCatalog srcCatalog,
PDDocumentCatalog destCatalog) |
private void |
PDFMergerUtility.mergeViewerPreferences(PDDocumentCatalog destCatalog,
PDDocumentCatalog srcCatalog) |
Modifier and Type | Field and Description |
---|---|
private PDDocumentCatalog |
PDDocumentNameDictionary.catalog |
private PDDocumentCatalog |
PDDocument.documentCatalog |
Modifier and Type | Method and Description |
---|---|
PDDocumentCatalog |
PDDocument.getDocumentCatalog()
This will get the document CATALOG.
|
Constructor and Description |
---|
PDDocumentNameDictionary(PDDocumentCatalog cat)
Constructor.
|
PDDocumentNameDictionary(PDDocumentCatalog cat,
COSDictionary names)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected PDDocumentCatalog |
CatalogValidationProcess.catalog |