com.itextpdf.text.pdf.pdfcleanup
Class PdfCleanUpProcessor

java.lang.Object
  extended by com.itextpdf.text.pdf.pdfcleanup.PdfCleanUpProcessor

public class PdfCleanUpProcessor
extends Object


Constructor Summary
PdfCleanUpProcessor(List<PdfCleanUpLocation> pdfCleanUpLocations, PdfStamper pdfStamper)
          Create clean up processor.
PdfCleanUpProcessor(PdfStamper pdfStamper)
          CleanUp locations are extracted from Redact annotations.
 
Method Summary
 void cleanUp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfCleanUpProcessor

public PdfCleanUpProcessor(List<PdfCleanUpLocation> pdfCleanUpLocations,
                           PdfStamper pdfStamper)
Create clean up processor.

Parameters:
pdfCleanUpLocations - list of locations to be cleaned up PdfCleanUpLocation
pdfStamper -

PdfCleanUpProcessor

public PdfCleanUpProcessor(PdfStamper pdfStamper)
CleanUp locations are extracted from Redact annotations.

Parameters:
pdfStamper -
Method Detail

cleanUp

public void cleanUp()
             throws IOException,
                    DocumentException
Throws:
IOException
DocumentException


Copyright © 2014. All Rights Reserved.