Class XfaCheckUtil
java.lang.Object
com.itextpdf.pdfua.checkers.utils.XfaCheckUtil
Utility class which performs XFA forms check according to PDF/UA specification.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
check
(PdfDocument pdfDocument) Checks XFA form of the document if exists.
-
Field Details
-
PATH_TO_DYNAMIC_RENDER
- See Also:
-
REQUIRED_VALUE
- See Also:
-
-
Constructor Details
-
XfaCheckUtil
private XfaCheckUtil()
-
-
Method Details
-
check
Checks XFA form of the document if exists.- Parameters:
pdfDocument
- the document to check- Throws:
PdfUAConformanceException
- if document contains dynamic XFA forms
-