Uses of Enum Class
com.itextpdf.text.pdf.PdfAConformanceLevel
Packages that use PdfAConformanceLevel
Package
Description
-
Uses of PdfAConformanceLevel in com.itextpdf.text.pdf
Subclasses with type arguments of type PdfAConformanceLevel in com.itextpdf.text.pdfModifier and TypeClassDescriptionenumEnumeration of all the PDF/A conformance levels.Fields in com.itextpdf.text.pdf declared as PdfAConformanceLevelModifier and TypeFieldDescriptionprotected final PdfAConformanceLevelPdfATtfUnicodeWriter.pdfAConformanceLevelMethods in com.itextpdf.text.pdf that return PdfAConformanceLevelModifier and TypeMethodDescriptionstatic PdfAConformanceLevelReturns the enum constant of this class with the specified name.static PdfAConformanceLevel[]PdfAConformanceLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.itextpdf.text.pdf with parameters of type PdfAConformanceLevelModifier and TypeMethodDescriptionstatic PdfAStamperPdfAStamper.createSignature(PdfReader reader, OutputStream os, char pdfVersion, PdfAConformanceLevel conformanceLevel) Applies a digital signature to a document.static PdfAStamperPdfAStamper.createSignature(PdfReader reader, OutputStream os, char pdfVersion, File tempFile, boolean append, PdfAConformanceLevel conformanceLevel) Applies a digital signature to a document, possibly as a new revision, making possible multiple signatures.static PdfAStamperPdfAStamper.createSignature(PdfReader reader, OutputStream os, char pdfVersion, File tempFile, PdfAConformanceLevel conformanceLevel) Applies a digital signature to a document.static PdfAWriterPdfAWriter.getInstance(Document document, OutputStream os, DocListener listener, PdfAConformanceLevel conformanceLevel) Use this method to get an instance of thePdfWriter.static PdfAWriterPdfAWriter.getInstance(Document document, OutputStream os, PdfAConformanceLevel conformanceLevel) Use this method to get an instance of thePdfWriter.static voidPdfAWriter.setPdfVersion(PdfWriter writer, PdfAConformanceLevel conformanceLevel) Sets the Confomance level.Constructors in com.itextpdf.text.pdf with parameters of type PdfAConformanceLevelModifierConstructorDescriptionPdfACopy(Document document, OutputStream os, PdfAConformanceLevel conformanceLevel) ConstructorPdfASmartCopy(Document document, OutputStream os, PdfAConformanceLevel conformanceLevel) ConstructorPdfAStamper(PdfReader reader, OutputStream os, char pdfVersion, boolean append, PdfAConformanceLevel conformanceLevel) Starts the process of adding extra content to an existing PDF document keeping the document PDF/A conformant.PdfAStamper(PdfReader reader, OutputStream os, char pdfVersion, PdfAConformanceLevel conformanceLevel) Starts the process of adding extra content to an existing PDF document keeping the document PDF/A conformant.PdfAStamper(PdfReader reader, OutputStream os, PdfAConformanceLevel conformanceLevel) Starts the process of adding extra content to an existing PDF document keeping the document PDF/A conformant.(package private)PdfAStamperImp(PdfReader reader, OutputStream os, char pdfVersion, boolean append, PdfAConformanceLevel conformanceLevel) Creates new PdfStamperImp.PdfATtfUnicodeWriter(PdfWriter writer, PdfAConformanceLevel pdfAConformanceLevel) protectedPdfAWriter(PdfAConformanceLevel conformanceLevel) protectedPdfAWriter(PdfDocument document, OutputStream os, PdfAConformanceLevel conformanceLevel) Constructs aPdfAWriter. -
Uses of PdfAConformanceLevel in com.itextpdf.text.pdf.interfaces
Methods in com.itextpdf.text.pdf.interfaces that return PdfAConformanceLevelModifier and TypeMethodDescriptionPdfAConformance.getConformanceLevel()Returns the conformance level.Methods in com.itextpdf.text.pdf.interfaces with parameters of type PdfAConformanceLevelModifier and TypeMethodDescriptionvoidPdfAConformance.setConformanceLevel(PdfAConformanceLevel conformanceLevel) Sets the conformance level. -
Uses of PdfAConformanceLevel in com.itextpdf.text.pdf.internal
Fields in com.itextpdf.text.pdf.internal declared as PdfAConformanceLevelModifier and TypeFieldDescriptionprotected PdfAConformanceLevelPdfAChecker.conformanceLevelprotected PdfAConformanceLevelPdfAConformanceImp.conformanceLevelThe PDF conformance level, e.g.Methods in com.itextpdf.text.pdf.internal that return PdfAConformanceLevelMethods in com.itextpdf.text.pdf.internal with parameters of type PdfAConformanceLevelModifier and TypeMethodDescriptionstatic booleanPdfAChecker.checkStructure(PdfAConformanceLevel conformanceLevel) voidPdfAConformanceImp.setConformanceLevel(PdfAConformanceLevel conformanceLevel) Constructors in com.itextpdf.text.pdf.internal with parameters of type PdfAConformanceLevelModifierConstructorDescription(package private)PdfA1Checker(PdfAConformanceLevel conformanceLevel) (package private)PdfA2Checker(PdfAConformanceLevel conformanceLevel) (package private)PdfA3Checker(PdfAConformanceLevel conformanceLevel) (package private)PdfAChecker(PdfAConformanceLevel conformanceLevel) (package private)ZugferdChecker(PdfAConformanceLevel conformanceLevel) -
Uses of PdfAConformanceLevel in com.itextpdf.text.xml.xmp
Methods in com.itextpdf.text.xml.xmp with parameters of type PdfAConformanceLevelModifier and TypeMethodDescriptionprivate voidPdfAXmpWriter.addRdfDescription(PdfAConformanceLevel conformanceLevel) Adds information about the PDF/A conformance level to the XMP metadata.private StringPdfAXmpWriter.getZugferdExtension(PdfAConformanceLevel conformanceLevel) Constructors in com.itextpdf.text.xml.xmp with parameters of type PdfAConformanceLevelModifierConstructorDescriptionPdfAXmpWriter(OutputStream os, PdfAConformanceLevel conformanceLevel, PdfWriter writer) Creates and XMP writer that adds info about the PDF/A conformance level.PdfAXmpWriter(OutputStream os, PdfDictionary info, PdfAConformanceLevel conformanceLevel, PdfWriter writer) Creates and XMP writer that adds info about the PDF/A conformance level.PdfAXmpWriter(OutputStream os, Map<String, String> info, PdfAConformanceLevel conformanceLevel, PdfWriter writer) Creates and XMP writer that adds info about the PDF/A conformance level.