Class PdfUA2EmbeddedFilesChecker

java.lang.Object
com.itextpdf.pdfua.checkers.utils.ua2.PdfUA2EmbeddedFilesChecker

public final class PdfUA2EmbeddedFilesChecker extends Object
Utility class which performs the EmbeddedFiles name tree check according to PDF/UA-2 specification.
  • Constructor Details

    • PdfUA2EmbeddedFilesChecker

      private PdfUA2EmbeddedFilesChecker()
  • Method Details

    • checkEmbeddedFiles

      public static void checkEmbeddedFiles(PdfCatalog catalog)
      Verify the conformity of the EmbeddedFiles name tree.
      Parameters:
      catalog - PdfCatalog document catalog dictionary
    • checkFileSpec

      private static void checkFileSpec(PdfObject obj)
      Verify the conformity of the file specification dictionary.
      Parameters:
      obj - the PdfDictionary containing file specification to be checked