Class XfaCheckUtil
java.lang.Object
com.itextpdf.pdfua.checkers.utils.XfaCheckUtil
Utility class which performs XFA forms check according to PDF/UA specification.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
check
(PdfDocument pdfDocument) Checks XFA form of the document if exists.
-
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
-