Class PdfUA2LinkChecker
java.lang.Object
com.itextpdf.pdfua.checkers.utils.ua2.PdfUA2LinkChecker
Class that provides methods for checking PDF/UA-2 compliance of link annotations.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Helper class that checks the conformance of link annotations while iterating the tag tree structure. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
checkLinkAnnotations
(PdfDocument document) Verifies that each link annotation present in the document is tagged.
-
Method Details
-
checkLinkAnnotations
Verifies that each link annotation present in the document is tagged.- Parameters:
-
document
- thePdfDocument
to check links for
-