Class XfaCheckUtil
- java.lang.Object
-
- com.itextpdf.pdfua.checkers.utils.XfaCheckUtil
-
@Deprecated public final class XfaCheckUtil extends java.lang.Object
Deprecated.in favour ofPdfUA1XfaCheckUtil
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.
-
-
-
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
-
-
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
-
-