Uses of Class
com.itextpdf.text.pdf.PdfAConformanceLevel
-
Packages that use PdfAConformanceLevel Package Description com.itextpdf.text.pdf com.itextpdf.text.pdf.interfaces com.itextpdf.text.pdf.internal com.itextpdf.text.xml.xmp -
-
Uses of PdfAConformanceLevel in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfAConformanceLevel Modifier and Type Field Description protected PdfAConformanceLevel
PdfATtfUnicodeWriter. pdfAConformanceLevel
Methods in com.itextpdf.text.pdf that return PdfAConformanceLevel Modifier and Type Method Description static PdfAConformanceLevel
PdfAConformanceLevel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PdfAConformanceLevel[]
PdfAConformanceLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.text.pdf with parameters of type PdfAConformanceLevel Modifier and Type Method Description static PdfAStamper
PdfAStamper. createSignature(PdfReader reader, java.io.OutputStream os, char pdfVersion, PdfAConformanceLevel conformanceLevel)
Applies a digital signature to a document.static PdfAStamper
PdfAStamper. createSignature(PdfReader reader, java.io.OutputStream os, char pdfVersion, java.io.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, java.io.OutputStream os, char pdfVersion, java.io.File tempFile, PdfAConformanceLevel conformanceLevel)
Applies a digital signature to a document.static PdfAWriter
PdfAWriter. getInstance(Document document, java.io.OutputStream os, DocListener listener, PdfAConformanceLevel conformanceLevel)
Use this method to get an instance of thePdfWriter
.static PdfAWriter
PdfAWriter. getInstance(Document document, java.io.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 PdfAConformanceLevel Constructor Description PdfACopy(Document document, java.io.OutputStream os, PdfAConformanceLevel conformanceLevel)
ConstructorPdfASmartCopy(Document document, java.io.OutputStream os, PdfAConformanceLevel conformanceLevel)
ConstructorPdfAStamper(PdfReader reader, java.io.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, java.io.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, java.io.OutputStream os, PdfAConformanceLevel conformanceLevel)
Starts the process of adding extra content to an existing PDF document keeping the document PDF/A conformant.PdfAStamperImp(PdfReader reader, java.io.OutputStream os, char pdfVersion, boolean append, PdfAConformanceLevel conformanceLevel)
Creates new PdfStamperImp.PdfATtfUnicodeWriter(PdfWriter writer, PdfAConformanceLevel pdfAConformanceLevel)
PdfAWriter(PdfAConformanceLevel conformanceLevel)
PdfAWriter(PdfDocument document, java.io.OutputStream os, PdfAConformanceLevel conformanceLevel)
Constructs aPdfAWriter
. -
Uses of PdfAConformanceLevel in com.itextpdf.text.pdf.interfaces
Methods in com.itextpdf.text.pdf.interfaces that return PdfAConformanceLevel Modifier and Type Method Description PdfAConformanceLevel
PdfAConformance. getConformanceLevel()
Returns the conformance level.Methods in com.itextpdf.text.pdf.interfaces with parameters of type PdfAConformanceLevel Modifier and Type Method Description void
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 PdfAConformanceLevel Modifier and Type Field Description protected PdfAConformanceLevel
PdfAChecker. conformanceLevel
protected PdfAConformanceLevel
PdfAConformanceImp. conformanceLevel
The PDF conformance level, e.g.Methods in com.itextpdf.text.pdf.internal that return PdfAConformanceLevel Modifier and Type Method Description PdfAConformanceLevel
PdfAConformanceImp. getConformanceLevel()
Methods in com.itextpdf.text.pdf.internal with parameters of type PdfAConformanceLevel Modifier and Type Method Description static boolean
PdfAChecker. checkStructure(PdfAConformanceLevel conformanceLevel)
void
PdfAConformanceImp. setConformanceLevel(PdfAConformanceLevel conformanceLevel)
Constructors in com.itextpdf.text.pdf.internal with parameters of type PdfAConformanceLevel Constructor Description PdfA1Checker(PdfAConformanceLevel conformanceLevel)
PdfA2Checker(PdfAConformanceLevel conformanceLevel)
PdfA3Checker(PdfAConformanceLevel conformanceLevel)
PdfAChecker(PdfAConformanceLevel conformanceLevel)
ZugferdChecker(PdfAConformanceLevel conformanceLevel)
-
Uses of PdfAConformanceLevel in com.itextpdf.text.xml.xmp
Methods in com.itextpdf.text.xml.xmp with parameters of type PdfAConformanceLevel Modifier and Type Method Description private void
PdfAXmpWriter. addRdfDescription(PdfAConformanceLevel conformanceLevel)
Adds information about the PDF/A conformance level to the XMP metadata.private java.lang.String
PdfAXmpWriter. getZugferdExtension(PdfAConformanceLevel conformanceLevel)
Constructors in com.itextpdf.text.xml.xmp with parameters of type PdfAConformanceLevel Constructor Description PdfAXmpWriter(java.io.OutputStream os, PdfAConformanceLevel conformanceLevel, PdfWriter writer)
Creates and XMP writer that adds info about the PDF/A conformance level.PdfAXmpWriter(java.io.OutputStream os, PdfDictionary info, PdfAConformanceLevel conformanceLevel, PdfWriter writer)
Creates and XMP writer that adds info about the PDF/A conformance level.PdfAXmpWriter(java.io.OutputStream os, java.util.Map<java.lang.String,java.lang.String> info, PdfAConformanceLevel conformanceLevel, PdfWriter writer)
Creates and XMP writer that adds info about the PDF/A conformance level.
-