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) |
PdfCatalog |
PdfCatalog.remove(PdfName key) |
PdfCatalog |
PdfCatalog.setAdditionalAction(PdfName key, PdfAction action) |
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) |
PdfCatalog |
PdfCatalog.setOpenAction(PdfDestination destination) |
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–2018 iText Group NV. All rights reserved.