com.itextpdf.text.pdf.pdfcleanup
Class PdfCleanUpProcessor
java.lang.Object
com.itextpdf.text.pdf.pdfcleanup.PdfCleanUpProcessor
public class PdfCleanUpProcessor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
-
cleanUp
public void cleanUp()
throws IOException,
DocumentException
- Throws:
IOException
DocumentException
Copyright © 2014. All Rights Reserved.