Class PdfUA2XfaChecker


  • public final class PdfUA2XfaChecker
    extends java.lang.Object
    Utility class which performs XFA forms check according to PDF/UA-2 specification.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PdfUA2XfaChecker()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void check​(PdfDocument pdfDocument)
      Checks if XFA form of the document exists.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PdfUA2XfaChecker

        private PdfUA2XfaChecker()
    • Method Detail

      • check

        public static void check​(PdfDocument pdfDocument)
        Checks if XFA form of the document exists.
        Parameters:
        pdfDocument - the document to check
        Throws:
        PdfUAConformanceException - if document contains XFA forms