Uses of Class
com.itextpdf.kernel.pdf.PdfAConformance
-
Packages that use PdfAConformance Package Description com.itextpdf.kernel.pdf com.itextpdf.pdfa com.itextpdf.pdfa.checker -
-
Uses of PdfAConformance in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as PdfAConformance Modifier and Type Field Description private PdfAConformancePdfConformance. aConformanceprotected PdfAConformanceWriterProperties. addPdfAXmpMetadataMethods in com.itextpdf.kernel.pdf that return PdfAConformance Modifier and Type Method Description PdfAConformancePdfConformance. getAConformance()Gets thePdfAConformanceinstance if specified.static PdfAConformancePdfConformance. getAConformance(java.lang.String part, java.lang.String level)Gets an instance ofPdfAConformancebased on passed part and level.static PdfAConformancePdfAConformance. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PdfAConformance[]PdfAConformance. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.kernel.pdf with parameters of type PdfAConformance Modifier and Type Method Description WriterPropertiesWriterProperties. addPdfAXmpMetadata(PdfAConformance aConformance)Adds PDF/A XMP metadata to the PDF document.Constructors in com.itextpdf.kernel.pdf with parameters of type PdfAConformance Constructor Description PdfConformance(PdfAConformance aConformance)Creates a newPdfConformanceinstance based on only PDF/A conformance.PdfConformance(PdfAConformance aConformance, PdfUAConformance uaConformance)Creates a newPdfConformanceinstance based on PDF/A and PDF/UA conformance. -
Uses of PdfAConformance in com.itextpdf.pdfa
Methods in com.itextpdf.pdfa with parameters of type PdfAConformance Modifier and Type Method Description private static PdfWriterPdfADocument. configureWriterProperties(PdfWriter writer, PdfAConformance aConformance)static PdfACheckerPdfADocument. getCorrectCheckerFromConformance(PdfAConformance aConformance)Gets correctPdfACheckerfor specified PDF/A conformance.private static PdfVersionPdfADocument. getPdfVersionAccordingToConformance(PdfAConformance aConformance)Constructors in com.itextpdf.pdfa with parameters of type PdfAConformance Constructor Description PdfADocument(PdfWriter writer, PdfAConformance aConformance, PdfOutputIntent outputIntent)Constructs a new PdfADocument for writing purposes, i.e.PdfADocument(PdfWriter writer, PdfAConformance aConformance, PdfOutputIntent outputIntent, DocumentProperties properties)Constructs a new PdfADocument for writing purposes, i.e. -
Uses of PdfAConformance in com.itextpdf.pdfa.checker
Fields in com.itextpdf.pdfa.checker declared as PdfAConformance Modifier and Type Field Description protected PdfAConformancePdfAChecker. conformanceMethods in com.itextpdf.pdfa.checker that return PdfAConformance Modifier and Type Method Description PdfAConformancePdfAChecker. getAConformance()Gets thePdfAConformancefor this file.Methods in com.itextpdf.pdfa.checker with parameters of type PdfAConformance Modifier and Type Method Description protected static booleanPdfAChecker. checkStructure(PdfAConformance aConformance)Checks conformance of PDF/A standard.Constructors in com.itextpdf.pdfa.checker with parameters of type PdfAConformance Constructor Description PdfA1Checker(PdfAConformance aConformance)Creates a PdfA1Checker with the required conformancePdfA2Checker(PdfAConformance aConformance)Creates a PdfA2Checker with the required conformancePdfA3Checker(PdfAConformance aConformance)Creates a PdfA3Checker with the required conformancePdfA4Checker(PdfAConformance aConformance)Creates a PdfA4Checker with the required conformancePdfAChecker(PdfAConformance aConformance)Creates a PdfAChecker with the required conformance.
-