Tag Archives: Redact in CSharp

Find and Replace Words in Word Documents using C#

There could be many reasons to replace a word or phrase in the document. Whether you want to erase the sensitive content before publically sharing the document or you want to hide/remove all the private information like email IDs or Social Security Numbers, you need to redact the document content. This article guides you on how to redact Word documents programmatically in your .NET applications using C#. We will separately discuss how to redact by hiding the text and how to find and replace the text, words, or phrases using different techniques.

Posted in GroupDocs.Redaction Product Family | Tagged , , , , , ,

Redact PDF Scanned Documents in C#

We often need to hide the confidential and sensitive information within the documents. In other articles, we have discussed the different strategies to search words and even search synonyms within multiple documents. This article guides you about how to redact PDF text and text in images within a document using C#.

The following topics will be covered in this article:

  • Text and image redaction - .NET API
  • Redact PDF text and scanned Information using C#
Posted in GroupDocs.Redaction Product Family | Tagged , , , , , , , ,