Uses of Class
com.itextpdf.pdfa.checker.PdfAChecker
Packages that use PdfAChecker
-
Uses of PdfAChecker in com.itextpdf.pdfa
Fields in com.itextpdf.pdfa declared as PdfACheckerModifier and TypeFieldDescriptionprivate final PdfACheckerPdfAPage.checkerprivate final PdfACheckerPdfAPageFactory.checkerMethods in com.itextpdf.pdfa that return PdfACheckerModifier and TypeMethodDescriptionstatic PdfACheckerPdfADocument.getCorrectCheckerFromConformance(PdfAConformance aConformance) Gets correctPdfACheckerfor specified PDF/A conformance.Constructors in com.itextpdf.pdfa with parameters of type PdfACheckerModifierConstructorDescription(package private)PdfAPage(PdfDictionary pdfObject, PdfAChecker checker) (package private)PdfAPage(PdfDocument pdfDocument, PageSize pageSize, PdfAChecker checker) PdfAPageFactory(PdfAChecker checker) Instantiates a newPdfAPageFactoryinstance based onPdfAChecker. -
Uses of PdfAChecker in com.itextpdf.pdfa.checker
Subclasses of PdfAChecker in com.itextpdf.pdfa.checkerModifier 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.