Package com.itextpdf.pdfua.wtpdf
Class WellTaggedPdfForReuseAnnotationChecker
java.lang.Object
com.itextpdf.pdfua.checkers.utils.ua2.PdfUA2AnnotationChecker
com.itextpdf.pdfua.wtpdf.WellTaggedPdfForReuseAnnotationChecker
A specialized annotation checker for well-tagged PDFs intended for reuse, which extends the standard PdfUA2AnnotationChecker to enforce additional requirements specific to this specification.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classHandler for checking annotation elements in the tag tree.Nested classes/interfaces inherited from class com.itextpdf.pdfua.checkers.utils.ua2.PdfUA2AnnotationChecker
PdfUA2AnnotationChecker.PdfUA2AnnotationHandler -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckRequiredContentsEntry(PdfName subtype, PdfDictionary annotation) Checks the PDF/UA-2 requirements related to the Contents entry for specific annotation types.Methods inherited from class com.itextpdf.pdfua.checkers.utils.ua2.PdfUA2AnnotationChecker
checkAllAnnotations, checkAnnotation, checkAnnotations, checkSingleAnnotation
-
Constructor Details
-
WellTaggedPdfForReuseAnnotationChecker
public WellTaggedPdfForReuseAnnotationChecker()Creates a new instance of theWellTaggedPdfForReuseAnnotationChecker.
-
-
Method Details
-
checkRequiredContentsEntry
Description copied from class:PdfUA2AnnotationCheckerChecks the PDF/UA-2 requirements related to the Contents entry for specific annotation types.- Overrides:
-
checkRequiredContentsEntryin classPdfUA2AnnotationChecker - Parameters:
-
subtype- the annotation subtype -
annotation- the annotation dictionary
-