Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 31,659 for

redaction

(0.04 sec)
  1. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Redaction for Java since version 19.6: Redactor class introduced as a single entry point to manage the document Redaction process (instead of Documentclass from previous versions). Methods redactWith() of the Document class were replaced with similar apply() methods in Redactor class. Method Document.save(OutputStream, SaveOptions) was replaced with Redactor.save(OutputStream, RasterizationOptions). Constructor LoadOptions(DocumentFormatConfiguration) was removed....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/migration-notes/
  2. GroupDocs.Annotation for Java

    This API allows you to digitally annotate any type of file format using Java language on any platform....Redaction Product Family GroupDocs.Annotation...using Java How to Add Text Redaction Annotation in PDF using Java...

    kb.groupdocs.com/annotation/java/
  3. Redact Text in XLSX using Java

    In this tutorial, you will learn how to redact text in XLSX using Java. Additionally, you will get a simple code example to replace text in XLSX using Java....Redaction Product Family Redact Text in XLSX using...article will explain how to redact text in XLSX using Java , offering...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  4. Find and Replace Text in PDF using C# | Replace...

    Programmatically find certain text, words, phrases in PDF documents with case sensitivity and RegEx using C#. Replace or hide the text to redact PDF files....NET Redaction API for Replacing Text # GroupDocs...showcases GroupDocs.Redaction for .NET, the API to redact, hide, or remove...

    blog.groupdocs.com/redaction/find-and-replace-t...
  5. Redact Text in XLSX using C#

    In this tutorial, you'll learn how to redact text in XLSX using C#. Also, you'll be provided with a straightforward code example to replace text in XLSX using C#....Redaction Product Family Redact Text in XLSX using...using C# Redacting sensitive information from Excel files ( XLSX...

    kb.groupdocs.com/redaction/net/redact-text-in-x...
  6. Basic usage | GroupDocs

    Quick Start section for GroupDocs.Redaction API Perform Redactions for your documents easily with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when source document “sample.docx” is stored at a local drive and you want to apply Redactions to it....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Python...

    docs.groupdocs.com/redaction/python-net/basic-u...
  7. Redact Text in RTF using C#

    This tutorial will guide you through the process of how to redact text in RTF using C#. Additionally, you'll get simple code example to replace text in RTF using C#....Redaction Product Family Redact Text in RTF using...using C# Redacting text in Rich Text Format ( RTF ) documents using...

    kb.groupdocs.com/redaction/net/redact-text-in-r...
  8. GroupDocs.Annotation for .NET

    This API allows you to digitally annotate any type of file format using .NET and C# language on any platform....Redaction Product Family GroupDocs.Annotation...using C# How to Add Text Redaction Annotation in PDF using C#...

    kb.groupdocs.com/annotation/net/
  9. Remove Annotations from XLSX using C#

    Quickly learn how to remove annotations from XLSX using C#. Additionally, you will find a code example showing how to delete annotations in XLSX using C#....Redaction Product Family Remove Annotations...using C# with the help of redaction library. This article provides...

    kb.groupdocs.com/redaction/net/remove-annotatio...
  10. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. Python import groupdocs.Redaction as gr import groupdocs.Redaction.options as gro import groupdocs.Redaction.Redactions as grr def run(): # Specify the Redaction options repl_opt = grr....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Python...

    docs.groupdocs.com/redaction/python-net/use-adv...