Uses of Interface
com.itextpdf.kernel.validation.IValidationChecker
Packages that use IValidationChecker
Package
Description
-
Uses of IValidationChecker in com.itextpdf.kernel.contrast
Classes in com.itextpdf.kernel.contrast that implement IValidationCheckerModifier and TypeClassDescriptionclassA validation checker that analyzes color contrast in PDF documents to ensure compliance with Web Content Accessibility Guidelines (WCAG) standards. -
Uses of IValidationChecker in com.itextpdf.kernel.validation
Classes in com.itextpdf.kernel.validation that implement IValidationCheckerModifier and TypeClassDescriptionclassClass that will run through all necessary checks defined in the PDF 2.0 standard.Methods in com.itextpdf.kernel.validation with parameters of type IValidationCheckerModifier and TypeMethodDescriptionvoidValidationContainer.addChecker(IValidationChecker checker) Add anIValidationCheckerimplementation to the container.booleanValidationContainer.containsChecker(IValidationChecker checker) Check if the container contains the providedIValidationCheckerimplementation. -
Uses of IValidationChecker in com.itextpdf.pdfa.checker
Classes in com.itextpdf.pdfa.checker that implement IValidationCheckerModifier and TypeClassDescriptionclassPdfA1Checker defines the requirements of the PDF/A-1 standard and contains method implementations from the abstractPdfACheckerclass.classPdfA2Checker defines the requirements of the PDF/A-2 standard and contains a number of methods that override the implementations of its superclassPdfA1Checker.classPdfA3Checker defines the requirements of the PDF/A-3 standard and contains a number of methods that override the implementations of its superclassPdfA2Checker.classPdfA4Checker defines the requirements of the PDF/A-4 standard and contains a number of methods that override the implementations of its superclassPdfA3Checker.classAn abstract class that will run through all necessary checks defined in the different PDF/A standards and levels. -
Uses of IValidationChecker in com.itextpdf.pdfua
Methods in com.itextpdf.pdfua that return types with arguments of type IValidationCheckerModifier and TypeMethodDescriptionprotected List<IValidationChecker>PdfUADocument.createCheckers(PdfUAConformance uaConformance) Creates a list ofPdfUACheckerfor specified PDF/UA conformance. -
Uses of IValidationChecker in com.itextpdf.pdfua.checkers
Classes in com.itextpdf.pdfua.checkers that implement IValidationCheckerModifier and TypeClassDescriptionclassThe class defines the requirements of the PDF/UA-1 standard and contains method implementations from the abstractPdfUACheckerclass.classThe class defines the requirements of the PDF/UA-2 standard and contains method implementations from the abstractPdfUACheckerclass.classAn abstract class that will run through all necessary checks defined in the different PDF/UA standards. -
Uses of IValidationChecker in com.itextpdf.pdfua.wtpdf
Classes in com.itextpdf.pdfua.wtpdf that implement IValidationCheckerModifier and TypeClassDescriptionclassChecker that validates a PDF document against the Well Tagged PDF for Accessibility standard.classWellTaggedPdfForReuseCheckerclass performs validation of a PDF document against WTPDF For Reuse standard.Methods in com.itextpdf.pdfua.wtpdf that return types with arguments of type IValidationCheckerModifier and TypeMethodDescriptionprotected List<IValidationChecker>WellTaggedPdfDocument.createCheckers(PdfConformance conformance) Creates a list ofIValidationCheckerfor Well Tagged conformance.