Class PdfUA1FormChecker
java.lang.Object
com.itextpdf.pdfua.checkers.utils.ua1.PdfUA1FormChecker
Class that provides methods for checking PDF/UA-1 compliance of interactive form fields.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Handler for checking form field elements in the tag tree. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Checks "Form" structure element.
-
Method Details
-
checkFormStructElement
Checks "Form" structure element.- Parameters:
-
form
- structure element to check - Throws:
-
PdfUAConformanceException
- if document has incorrect tag structure forForm
tag
-