Class PdfUA2EmbeddedFilesChecker
- java.lang.Object
-
- com.itextpdf.pdfua.checkers.utils.ua2.PdfUA2EmbeddedFilesChecker
-
public final class PdfUA2EmbeddedFilesChecker extends java.lang.ObjectUtility class which performs the EmbeddedFiles name tree check according to PDF/UA-2 specification.
-
-
Constructor Summary
Constructors Modifier Constructor Description privatePdfUA2EmbeddedFilesChecker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheckEmbeddedFiles(PdfCatalog catalog)Verify the conformity of the EmbeddedFiles name tree.private static voidcheckFileSpec(PdfObject obj)Verify the conformity of the file specification dictionary.
-
-
-
Method Detail
-
checkEmbeddedFiles
public static void checkEmbeddedFiles(PdfCatalog catalog)
Verify the conformity of the EmbeddedFiles name tree.- Parameters:
catalog-PdfCatalogdocument catalog dictionary
-
checkFileSpec
private static void checkFileSpec(PdfObject obj)
Verify the conformity of the file specification dictionary.- Parameters:
obj- thePdfDictionarycontaining file specification to be checked
-
-