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 It allows users to have multiple ICleanupStrategy implementations and bundle them as one.
|
class |
RegexBasedCleanupStrategy
This class represents a regular expression based cleanup strategy
|
Modifier and Type | Method and Description |
---|---|
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 |
RegexBasedCleanupStrategy.reset() |
ICleanupStrategy |
CompositeCleanupStrategy.reset() |
Modifier and Type | Method and Description |
---|---|
void |
CompositeCleanupStrategy.add(ICleanupStrategy ies) |
Constructor and Description |
---|
PdfAutoSweepTools(ICleanupStrategy strategy)
Construct a new instance of PdfAutoSweepTools with a given ICleanupStrategy
|
Copyright © 1998–2021 iText Group NV. All rights reserved.