Package | Description |
---|---|
com.itextpdf.pdfcleanup | |
com.itextpdf.pdfcleanup.autosweep |
Modifier and Type | Method and Description |
---|---|
PdfCleanUpTool |
PdfCleanUpTool.addCleanupLocation(PdfCleanUpLocation cleanUpLocation) |
Constructor and Description |
---|
PdfCleanUpTool(com.itextpdf.kernel.pdf.PdfDocument pdfDocument, List<PdfCleanUpLocation> cleanUpLocations)
Creates a PdfCleanUpTool object based on the given List of PdfCleanUpLocation s representing regions to be erased from the document.
|
Modifier and Type | Method and Description |
---|---|
List<PdfCleanUpLocation> |
PdfAutoSweep.getPdfCleanUpLocations(com.itextpdf.kernel.pdf.PdfDocument doc)
Get all PdfCleanUpLocation objects from a given PdfDocument
|
List<PdfCleanUpLocation> |
PdfAutoSweep.getPdfCleanUpLocations(com.itextpdf.kernel.pdf.PdfPage page)
Get all PdfCleanUpLocation objects from a given PdfPage
|
Copyright © 1998–2019 iText Group NV. All rights reserved.