Uses of Class
com.itextpdf.kernel.pdf.PdfCatalog
-
Uses of PdfCatalog in com.itextpdf.kernel.pdf
Modifier and TypeMethodDescriptionPdfDocument.getCatalog()
Gets PDF catalog.Add key and value toPdfCatalog
dictionary.Remove key from catalog dictionary.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.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.setOpenAction
(PdfAction action) A value specifying an action that shall be performed when the document is opened.PdfCatalog.setOpenAction
(PdfDestination destination) A value specifying a destination that shall be displayed when the document is opened.PdfCatalog.setPageLayout
(PdfName pageLayout) This method sets a page layout of the documentPdfCatalog.setPageMode
(PdfName pageMode) This method sets a page mode of the document.PdfCatalog.setViewerPreferences
(PdfViewerPreferences preferences) This method sets the document viewer preferences, specifying the way the document shall be displayed on the screenModifierConstructorDescriptionPdfNameTree
(PdfCatalog catalog, PdfName treeType) Creates the NameTree of current DocumentPdfNumTree
(PdfCatalog catalog, PdfName treeType) Creates the NumberTree of current Document -
Uses of PdfCatalog in com.itextpdf.pdfa.checker
Modifier and TypeMethodDescriptionvoid
PdfAChecker.checkDocument
(PdfCatalog catalog) This method checks a number of document-wide requirements of the PDF/A standard.