| Package | Description | 
|---|---|
| com.itextpdf.text.pdf | |
| com.itextpdf.text.pdf.pdfcleanup | |
| com.itextpdf.text.pdf.security | 
| Modifier and Type | Class and Description | 
|---|---|
class  |  
          PdfAStamper 
           
             Extension of PdfStamper that will attempt to keep a file in conformance with the PDF/A standard. 
              |  
         
| Modifier and Type | Method and Description | 
|---|---|
static PdfStamper |  
          PdfStamper.createSignature(PdfReader reader, OutputStream os, char pdfVersion) 
           
             Applies a digital signature to a document. 
              |  
         
static PdfStamper |  
          PdfStamper.createSignature(PdfReader reader, OutputStream os, char pdfVersion, File tempFile) 
           
             Applies a digital signature to a document. 
              |  
         
static PdfStamper |  
          PdfStamper.createSignature(PdfReader reader, OutputStream os, char pdfVersion, File tempFile, boolean append) 
           
             Applies a digital signature to a document, possibly as a new revision, making possible multiple signatures. 
              |  
         
static PdfStamper |  
          PdfStamper.createXmlSignature(PdfReader reader, OutputStream os)  |  
         
PdfStamper |  
          XmlSignatureAppearance.getStamper()  |  
         
PdfStamper |  
          PdfSignatureAppearance.getStamper() 
           
             Gets the   PdfStamper associated with this instance. 
            |  
         
| Modifier and Type | Method and Description | 
|---|---|
void |  
          XmlSignatureAppearance.setStamper(PdfStamper stamper)  |  
         
| Constructor and Description | 
|---|
XfaXmlLocator(PdfStamper stamper)  |  
         
| Constructor and Description | 
|---|
PdfCleanUpProcessor(List<PdfCleanUpLocation> pdfCleanUpLocations, PdfStamper pdfStamper) 
           
             Creates a   PdfCleanUpProcessor object based on the given List of PdfCleanUpLocations representing regions to be erased from the document. 
            |  
         
PdfCleanUpProcessor(PdfStamper pdfStamper) 
           
             Creates a   PdfCleanUpProcessor object. 
            |  
         
| Constructor and Description | 
|---|
LtvVerification(PdfStamper stp) 
           
             The verification constructor. 
              |  
         
Copyright © 1998–2019. All rights reserved.