Uses of Class
com.itextpdf.kernel.pdf.PdfCatalog
Packages that use PdfCatalog
-
Uses of PdfCatalog in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as PdfCatalogMethods in com.itextpdf.kernel.pdf that return PdfCatalogModifier 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 screenConstructors in com.itextpdf.kernel.pdf with parameters of type PdfCatalogModifierConstructorDescriptionPdfNameTree
(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
Methods in com.itextpdf.pdfa.checker with parameters of type PdfCatalogModifier and TypeMethodDescriptionprotected void
PdfA1Checker.checkCatalog
(PdfCatalog catalog) Verify the conformity of the pdf catalog.protected void
PdfA4Checker.checkCatalog
(PdfCatalog catalog) Verify the conformity of the pdf catalog.protected abstract void
PdfAChecker.checkCatalog
(PdfCatalog catalog) Verify the conformity of the pdf catalog.void
PdfAChecker.checkDocument
(PdfCatalog catalog) This method checks a number of document-wide requirements of the PDF/A standard. -
Uses of PdfCatalog in com.itextpdf.pdfua.checkers
Methods in com.itextpdf.pdfua.checkers with parameters of type PdfCatalog