Class PdfUA1XfaCheckUtil
java.lang.Object
com.itextpdf.pdfua.checkers.utils.ua1.PdfUA1XfaCheckUtil
Utility class which performs XFA forms check according to PDF/UA-1 specification.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheck(PdfDocument pdfDocument) Checks XFA form of the document if exists.
-
Field Details
-
PATH_TO_DYNAMIC_RENDER
- See Also:
-
REQUIRED_VALUE
- See Also:
-
-
Constructor Details
-
PdfUA1XfaCheckUtil
private PdfUA1XfaCheckUtil()
-
-
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
-