| Package | Description |
|---|---|
| com.itextpdf.pdfcleanup | |
| com.itextpdf.pdfcleanup.autosweep |
| Modifier and Type | Method and Description |
|---|---|
static void |
PdfCleaner.autoSweepCleanUp(InputStream inputPdf, OutputStream outputPdf, ICleanupStrategy strategy)
Perform cleanup of areas of interest based on a given cleanup strategy.
|
static void |
PdfCleaner.autoSweepCleanUp(InputStream inputPdf, OutputStream outputPdf, ICleanupStrategy strategy, CleanUpProperties properties)
Perform cleanup of areas of interest based on a given cleanup strategy.
|
static void |
PdfCleaner.autoSweepCleanUp(InputStream inputPdf, OutputStream outputPdf, ICleanupStrategy strategy, List<PdfCleanUpLocation> additionalCleanUpLocations)
Perform cleanup of areas of interest based on a given cleanup strategy.
|
static void |
PdfCleaner.autoSweepCleanUp(InputStream inputPdf, OutputStream outputPdf, ICleanupStrategy strategy, List<PdfCleanUpLocation> additionalCleanUpLocations, CleanUpProperties properties)
Perform cleanup of areas of interest based on a given cleanup strategy.
|
static void |
PdfCleaner.autoSweepCleanUp(com.itextpdf.kernel.pdf.PdfDocument pdfDocument, ICleanupStrategy strategy)
Perform cleanup of areas of interest based on a given cleanup strategy.
|
static void |
PdfCleaner.autoSweepCleanUp(com.itextpdf.kernel.pdf.PdfDocument pdfDocument, ICleanupStrategy strategy, CleanUpProperties properties)
Perform cleanup of areas of interest based on a given cleanup strategy.
|
static void |
PdfCleaner.autoSweepCleanUp(com.itextpdf.kernel.pdf.PdfDocument pdfDocument, ICleanupStrategy strategy, List<PdfCleanUpLocation> additionalCleanUpLocations)
Perform cleanup of areas of interest based on a given cleanup strategy.
|
static void |
PdfCleaner.autoSweepCleanUp(com.itextpdf.kernel.pdf.PdfDocument pdfDocument, ICleanupStrategy strategy, List<PdfCleanUpLocation> additionalCleanUpLocations, CleanUpProperties properties)
Perform cleanup of areas of interest based on a given cleanup strategy.
|
static void |
PdfCleaner.autoSweepCleanUp(com.itextpdf.kernel.pdf.PdfPage pdfPage, ICleanupStrategy strategy)
Perform cleanup of areas of interest based on a given cleanup strategy.
|
static void |
PdfCleaner.autoSweepCleanUp(com.itextpdf.kernel.pdf.PdfPage pdfPage, ICleanupStrategy strategy, CleanUpProperties properties)
Perform cleanup of areas of interest based on a given cleanup strategy.
|
static void |
PdfCleaner.autoSweepCleanUp(com.itextpdf.kernel.pdf.PdfPage pdfPage, ICleanupStrategy strategy, List<PdfCleanUpLocation> additionalCleanUpLocations)
Perform cleanup of areas of interest based on a given cleanup strategy.
|
static void |
PdfCleaner.autoSweepCleanUp(com.itextpdf.kernel.pdf.PdfPage pdfPage, ICleanupStrategy strategy, List<PdfCleanUpLocation> additionalCleanUpLocations, CleanUpProperties properties)
Perform cleanup of areas of interest based on a given cleanup strategy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeCleanupStrategy
This class is a composite pattern for ICleanupStrategy.
|
class |
RegexBasedCleanupStrategy
This class represents a regular expression based cleanup strategy
|
| Modifier and Type | Method and Description |
|---|---|
ICleanupStrategy |
RegexBasedCleanupStrategy.reset()
Returns an ICleanupStrategy object which is set to this regular pattern and redaction color.
|
ICleanupStrategy |
ICleanupStrategy.reset()
ICleanupStrategy objects have to be reset at times PdfAutoSweep will use the same strategy for all pages, and expects to receive only the rectangles from the last page as output.
|
ICleanupStrategy |
CompositeCleanupStrategy.reset()
Returns a cleanup strategy which represents a reset composite cleanup strategy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeCleanupStrategy.add(ICleanupStrategy strategy)
Adds a cleanup strategy to this composite pattern.
|
| Constructor and Description |
|---|
PdfAutoSweepTools(ICleanupStrategy strategy)
Construct a new instance of PdfAutoSweepTools with a given ICleanupStrategy
|
Copyright © 1998–2022 iText Group NV. All rights reserved.