Package | Description |
---|---|
com.itextpdf.kernel.pdf | |
com.itextpdf.pdfa.checker |
Modifier and Type | Field and Description |
---|---|
protected PdfCatalog |
PdfDocument.catalog
Document catalog.
|
Modifier and Type | Method and Description |
---|---|
PdfCatalog |
PdfDocument.getCatalog()
Gets PDF catalog.
|
PdfCatalog |
PdfCatalog.put(PdfName key, PdfObject value)
Add key and value to PdfCatalog dictionary.
|
PdfCatalog |
PdfCatalog.remove(PdfName key)
Remove key from catalog dictionary.
|
PdfCatalog |
PdfCatalog.setAdditionalAction(PdfName key, PdfAction action)
The actions that shall be taken in response to various trigger events affecting the document as a whole.
|
PdfCatalog |
PdfCatalog.setCollection(PdfCollection collection)
Sets collection dictionary that a conforming reader shall use to enhance the presentation of file attachments stored in the PDF document.
|
PdfCatalog |
PdfCatalog.setOpenAction(PdfAction action)
A value specifying an action that shall be performed when the document is opened.
|
PdfCatalog |
PdfCatalog.setOpenAction(PdfDestination destination)
A value specifying a destination that shall be displayed when the document is opened.
|
PdfCatalog |
PdfCatalog.setPageLayout(PdfName pageLayout)
This method sets a page layout of the document
|
PdfCatalog |
PdfCatalog.setPageMode(PdfName pageMode)
This method sets a page mode of the document.
|
PdfCatalog |
PdfCatalog.setViewerPreferences(PdfViewerPreferences preferences)
This method sets the document viewer preferences, specifying the way the document shall be displayed on the screen
|
Constructor and Description |
---|
PdfNameTree(PdfCatalog catalog, PdfName treeType)
Creates the NameTree of current Document
|
PdfNumTree(PdfCatalog catalog, PdfName treeType)
Creates the NumberTree of current Document
|
Modifier and Type | Method and Description |
---|---|
void |
PdfAChecker.checkDocument(PdfCatalog catalog)
This method checks a number of document-wide requirements of the PDF/A standard.
|
Copyright © 1998–2023 iText Group NV. All rights reserved.