Class XfaCheckUtil


  • @Deprecated
    public final class XfaCheckUtil
    extends java.lang.Object
    Deprecated.
    in favour of PdfUA1XfaCheckUtil
    Utility class which performs XFA forms check according to PDF/UA specification.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String PATH_TO_DYNAMIC_RENDER
      Deprecated.
       
      private static java.lang.String REQUIRED_VALUE
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private XfaCheckUtil()
      Deprecated.
       
    • Method Summary

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

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

      • PATH_TO_DYNAMIC_RENDER

        private static final java.lang.String PATH_TO_DYNAMIC_RENDER
        Deprecated.
        See Also:
        Constant Field Values
      • REQUIRED_VALUE

        private static final java.lang.String REQUIRED_VALUE
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • XfaCheckUtil

        private XfaCheckUtil()
        Deprecated.
    • Method Detail

      • check

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