Uses of Enum Class
com.itextpdf.text.pdf.PdfAConformanceLevel
Packages that use PdfAConformanceLevel
Package
Description
-
Uses of PdfAConformanceLevel in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfAConformanceLevelModifier and TypeFieldDescriptionprotected final PdfAConformanceLevel
PdfATtfUnicodeWriter.pdfAConformanceLevel
Methods in com.itextpdf.text.pdf that return PdfAConformanceLevelModifier and TypeMethodDescriptionstatic PdfAConformanceLevel
Returns 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 PdfAStamper
PdfAStamper.createSignature
(PdfReader reader, OutputStream os, char pdfVersion, PdfAConformanceLevel conformanceLevel) Applies a digital signature to a document.static PdfAStamper
PdfAStamper.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 PdfAStamper
PdfAStamper.createSignature
(PdfReader reader, OutputStream os, char pdfVersion, File tempFile, PdfAConformanceLevel conformanceLevel) Applies a digital signature to a document.static PdfAWriter
PdfAWriter.getInstance
(Document document, OutputStream os, DocListener listener, PdfAConformanceLevel conformanceLevel) Use this method to get an instance of thePdfWriter
.static PdfAWriter
PdfAWriter.getInstance
(Document document, OutputStream os, PdfAConformanceLevel conformanceLevel) Use this method to get an instance of thePdfWriter
.static void
PdfAWriter.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) protected
PdfAWriter
(PdfAConformanceLevel conformanceLevel) protected
PdfAWriter
(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 TypeMethodDescriptionvoid
PdfAConformance.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 PdfAConformanceLevel
PdfAChecker.conformanceLevel
protected PdfAConformanceLevel
PdfAConformanceImp.conformanceLevel
The 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 boolean
PdfAChecker.checkStructure
(PdfAConformanceLevel conformanceLevel) void
PdfAConformanceImp.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 void
PdfAXmpWriter.addRdfDescription
(PdfAConformanceLevel conformanceLevel) Adds information about the PDF/A conformance level to the XMP metadata.private String
PdfAXmpWriter.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.