Uses of Class
com.itextpdf.kernel.pdf.PdfCatalog
Packages that use PdfCatalog
Package
Description
-
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 toPdfCatalogdictionary.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 voidPdfA1Checker.checkCatalog(PdfCatalog catalog) Verify the conformity of the pdf catalog.protected voidPdfA4Checker.checkCatalog(PdfCatalog catalog) Verify the conformity of the pdf catalog.protected abstract voidPdfAChecker.checkCatalog(PdfCatalog catalog) Verify the conformity of the pdf catalog.voidPdfAChecker.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 PdfCatalogModifier and TypeMethodDescriptionprotected voidPdfUA2Checker.checkCatalog(PdfCatalog catalog) Validates document catalog dictionary against PDF/UA-2 standard.protected voidPdfUA2Checker.checkFormFieldsAndAnnotations(PdfCatalog catalog) Validates all annotations and form fields present in the document against PDF/UA-2 standard.protected voidPdfUAChecker.checkLang(PdfCatalog catalog) Checks that the default natural language for content and text strings is specified using theLangentry, with a nonempty value, in the document catalog dictionary.protected voidPdfUA1Checker.checkMetadata(PdfCatalog catalog) Checks that theCatalogdictionary of a conforming file (the version number of a file may be any value from 1.0 to 1.7) contains theMetadatakey whose value is a metadata stream.protected voidPdfUA2Checker.checkMetadata(PdfCatalog catalog) Checks that theCatalogdictionary of a conforming file contains theMetadatakey whose value is a metadata stream as defined in ISO 32000-2:2020.protected voidPdfUAChecker.checkViewerPreferences(PdfCatalog catalog) Checks that theViewerPreferencesdictionary of the document catalog dictionary is present and contains at least theDisplayDocTitlekey with a value oftrue, as defined in ISO 32000-1:2008, 12.2, Table 150 or ISO 32000-2:2020, Table 147. -
Uses of PdfCatalog in com.itextpdf.pdfua.checkers.utils.ua2
Methods in com.itextpdf.pdfua.checkers.utils.ua2 with parameters of type PdfCatalogModifier and TypeMethodDescriptionstatic voidPdfUA2EmbeddedFilesChecker.checkEmbeddedFiles(PdfCatalog catalog) Verify the conformity of the EmbeddedFiles name tree. -
Uses of PdfCatalog in com.itextpdf.pdfua.wtpdf
Methods in com.itextpdf.pdfua.wtpdf with parameters of type PdfCatalogModifier and TypeMethodDescriptionprotected voidWellTaggedPdfForReuseChecker.checkCatalog(PdfCatalog catalog) Validates document catalog dictionary against PDF/UA-2 standard.protected voidWellTaggedPdfForReuseChecker.checkFormFieldsAndAnnotations(PdfCatalog catalog) Validates all annotations and form fields present in the document against PDF/UA-2 standard.protected voidWellTaggedPdfForAccessibilityChecker.checkMetadata(PdfCatalog catalog) Checks that theCatalogdictionary of a conforming file contains theMetadatakey whose value is a metadata stream as defined in ISO 32000-2:2020.protected voidWellTaggedPdfForReuseChecker.checkMetadata(PdfCatalog catalog) Checks that theCatalogdictionary of a conforming file contains theMetadatakey whose value is a metadata stream as defined in ISO 32000-2:2020.