| Package | Description | 
|---|---|
| com.itextpdf.text.pdf | |
| com.itextpdf.text.pdf.interfaces | |
| com.itextpdf.text.pdf.internal | |
| com.itextpdf.text.xml.xmp | 
| Modifier and Type | Field and Description | 
|---|---|
protected PdfAConformanceLevel |  
          PdfATtfUnicodeWriter.pdfAConformanceLevel  |  
         
| Modifier and Type | Method and Description | 
|---|---|
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 are declared. 
              |  
         
| Modifier and Type | Method and Description | 
|---|---|
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. 
              |  
         
| Constructor and Description | 
|---|
PdfACopy(Document document, OutputStream os, PdfAConformanceLevel conformanceLevel) 
           
             Constructor 
              |  
         
PdfASmartCopy(Document document, OutputStream os, PdfAConformanceLevel conformanceLevel) 
           
             Constructor 
              |  
         
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. 
              |  
         
PdfATtfUnicodeWriter(PdfWriter writer, PdfAConformanceLevel pdfAConformanceLevel)  |  
         
PdfAWriter(PdfAConformanceLevel conformanceLevel)  |  
         
PdfAWriter(PdfDocument document, OutputStream os, PdfAConformanceLevel conformanceLevel) 
           
             Constructs a   PdfAWriter. 
            |  
         
| Modifier and Type | Method and Description | 
|---|---|
PdfAConformanceLevel |  
          PdfAConformance.getConformanceLevel() 
           
             Returns the conformance level. 
              |  
         
| Modifier and Type | Method and Description | 
|---|---|
void |  
          PdfAConformance.setConformanceLevel(PdfAConformanceLevel conformanceLevel) 
           
             Sets the conformance level. 
              |  
         
| Modifier and Type | Field and Description | 
|---|---|
protected PdfAConformanceLevel |  
          PdfAConformanceImp.conformanceLevel 
           
             The PDF conformance level, e.g. 
              |  
         
protected PdfAConformanceLevel |  
          PdfAChecker.conformanceLevel  |  
         
| Modifier and Type | Method and Description | 
|---|---|
PdfAConformanceLevel |  
          PdfAConformanceImp.getConformanceLevel()  |  
         
| Modifier and Type | Method and Description | 
|---|---|
static boolean |  
          PdfAChecker.checkStructure(PdfAConformanceLevel conformanceLevel)  |  
         
void |  
          PdfAConformanceImp.setConformanceLevel(PdfAConformanceLevel conformanceLevel)  |  
         
| Constructor and Description | 
|---|
PdfAXmpWriter(OutputStream os, Map<String,String> info, PdfAConformanceLevel conformanceLevel, PdfWriter writer) 
           
             Creates and XMP writer that adds info about the PDF/A conformance level. 
              |  
         
PdfAXmpWriter(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. 
              |  
         
Copyright © 1998–2019. All rights reserved.