pdfSweep 2.0.5 API
iText.PdfCleanup.Autosweep Namespace Reference

Classes

class   CommonRegex
  This class contains some of the more common regular expressions to be used for redaction. More...
 
class   CompositeCleanupStrategy
  This class is a composite pattern for ICleanupStrategy It allows users to have multiple ICleanupStrategy implementations and bundle them as one. More...
 
interface   ICleanupStrategy
  This class represents a generic cleanup strategy to be used with PdfAutoSweep ICleanupStrategy must implement Cloneable to ensure a strategy can be reset after having handled a page. More...
 
class   PdfAutoSweep
  Class that automatically extracts all regions of interest from a given PdfDocument and redacts them. More...
 
class   RegexBasedCleanupStrategy
  This class represents a regular expression based cleanup strategy More...