Class PdfUA2XfaChecker
java.lang.Object
com.itextpdf.pdfua.checkers.utils.ua2.PdfUA2XfaChecker
Utility class which performs XFA forms check according to PDF/UA-2 specification.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheck(PdfDocument pdfDocument) Checks if XFA form of the document exists.
-
Constructor Details
-
PdfUA2XfaChecker
private PdfUA2XfaChecker()
-
-
Method Details
-
check
Checks if XFA form of the document exists.- Parameters:
pdfDocument- the document to check- Throws:
PdfUAConformanceException- if document contains XFA forms
-