Uses of Class
com.itextpdf.text.pdf.PdfAConformanceLevel

Packages that use PdfAConformanceLevel
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
 

Methods in com.itextpdf.text.pdf that return PdfAConformanceLevel
static PdfAConformanceLevel PdfAConformanceLevel.valueOf(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're declared.
 

Methods in com.itextpdf.text.pdf with parameters of type PdfAConformanceLevel
static boolean PdfAConformanceLevel.checkStructure(PdfAConformanceLevel conformanceLevel)
           
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 PdfAStamper PdfAStamper.createSignature(PdfReader reader, OutputStream os, char pdfVersion, 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 the PdfWriter.
static PdfAWriter PdfAWriter.getInstance(Document document, OutputStream os, PdfAConformanceLevel conformanceLevel)
          Use this method to get an instance of the PdfWriter.
static void PdfAWriter.setPdfVersion(PdfWriter writer, PdfAConformanceLevel conformanceLevel)
          Sets the Confomance level.
 

Constructors in com.itextpdf.text.pdf with parameters of type PdfAConformanceLevel
PdfAStamper(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.
PdfAWriter(PdfAConformanceLevel conformanceLevel)
           
PdfAWriter(PdfDocument document, OutputStream os, PdfAConformanceLevel conformanceLevel)
          Constructs a PdfAWriter.
 

Uses of PdfAConformanceLevel in com.itextpdf.text.pdf.interfaces
 

Methods in com.itextpdf.text.pdf.interfaces that return PdfAConformanceLevel
 PdfAConformanceLevel PdfAConformance.getConformanceLevel()
          Returns the conformance level.
 

Methods in com.itextpdf.text.pdf.interfaces with parameters of type PdfAConformanceLevel
 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
protected  PdfAConformanceLevel PdfAConformanceImp.conformanceLevel
          The PDF conformance level, e.g.
protected  PdfAConformanceLevel PdfAChecker.conformanceLevel
           
 

Methods in com.itextpdf.text.pdf.internal that return PdfAConformanceLevel
 PdfAConformanceLevel PdfAConformanceImp.getConformanceLevel()
           
 

Methods in com.itextpdf.text.pdf.internal with parameters of type PdfAConformanceLevel
 void PdfAConformanceImp.setConformanceLevel(PdfAConformanceLevel conformanceLevel)
           
 

Uses of PdfAConformanceLevel in com.itextpdf.text.xml.xmp
 

Constructors in com.itextpdf.text.xml.xmp with parameters of type PdfAConformanceLevel
PdfAXmpWriter(OutputStream os, Map<String,String> info, PdfAConformanceLevel conformanceLevel)
          Creates and XMP writer that adds info about the PDF/A conformance level.
PdfAXmpWriter(OutputStream os, PdfDictionary info, PdfAConformanceLevel conformanceLevel)
          Creates and XMP writer that adds info about the PDF/A conformance level.
 



Copyright © 2013. All Rights Reserved.