Search
Follow Us
Categories
- News Release(3)
Tag Archives: Redact in Java
Word Search and Replace Text in Word Documents using Java
In one of the articles, we have already discussed how to redact words in documents as a .NET developer. The strategy is used in many ways to erase sensitive content, hide or remove private information like email addresses or identification numbers. This article discusses how to perform word search in Word DOC/DOCX documents in Java. We will separately discuss how to find and replace the text, words, or phrases with different techniques using Java API for redaction.
Redact PDF Scanned Documents in Java
Want to secure the secret, or sensitive information that is within the documents? It is doable even if this is regular textual information or it is text with the scanned document with images. The earlier articles may help you refine your search, where we discussed the different strategies to search words and search synonyms within multiple documents. This article guides you about how to redact PDF text and text in images within a document using Java.
The following topics will be covered in this article:
- Text and image redaction – Java API
- Redact PDF text and scanned Information using Java