c

cleanup

Redact PDF documents. If you have to share PDFs with different departments or send them out of house, but they include some confidential, sensitive information which should not be shared, pdfSweep is your solution. Redact a PDF containing sensitive, confidential information, such as personal medical information, account numbers, national identification numbers, personal details or social security numbers in a reliable and secure way. Data redaction with pdfSweep removes such data including any underlying information, making it impossible for such information to be recovered. With pdfSweep you can also redact drawings or parts of drawings you do not want your competition to see. PDF Data redaction with pdfSweep gives you the piece of mind that your companies confidential information remains just that, confidential.
https://itextpdf.com/products/itext-7/pdfsweep
Files download
File Operation
cleanup-4.0.2.jar download
cleanup-4.0.2.pom download
cleanup-4.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.itextpdf</groupId>
  <artifactId>cleanup</artifactId>
  <version>4.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.itextpdf:cleanup:4.0.2'
Gradle Kotlin
implementation("com.itextpdf:cleanup:4.0.2")
Scala SBT
libraryDependencies += "com.itextpdf" % "cleanup" % "4.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.itextpdf', module='cleanup', version='4.0.2')
)
Apache Ivy
<dependency org="com.itextpdf" name="cleanup" rev="4.0.2" />
Leiningen
[com.itextpdf/cleanup "4.0.2"]
Apache Buildr
'com.itextpdf:cleanup:jar:4.0.2'