Class PdfUA2EmbeddedFilesChecker
java.lang.Object
com.itextpdf.pdfua.checkers.utils.ua2.PdfUA2EmbeddedFilesChecker
Utility class which performs the EmbeddedFiles name tree check according to PDF/UA-2 specification.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckEmbeddedFiles(PdfCatalog catalog) Verify the conformity of the EmbeddedFiles name tree.private static voidcheckFileSpec(PdfObject obj) Verify the conformity of the file specification dictionary.
-
Constructor Details
-
PdfUA2EmbeddedFilesChecker
private PdfUA2EmbeddedFilesChecker()
-
-
Method Details
-
checkEmbeddedFiles
Verify the conformity of the EmbeddedFiles name tree.- Parameters:
catalog-PdfCatalogdocument catalog dictionary
-
checkFileSpec
Verify the conformity of the file specification dictionary.- Parameters:
obj- thePdfDictionarycontaining file specification to be checked
-