public interface WriterOperation 
      | Modifier and Type | Method and Description | 
|---|---|
void |  
           write(PdfWriter writer, Document doc) 
            
              Receive a writer and the document to do certain operations on them. 
               |  
          
void write(PdfWriter writer, Document doc) throws DocumentException
writer - the PdfWriter 
           doc - the document 
           DocumentException 
           Copyright © 1998–2019. All rights reserved.