Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 6,745 for

redaction

(0.03 sec)
  1. Redaction basics | Documentation

    This article shows that how C# developers can apply metadata, image, annotation and text Redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/redaction-basics/
  2. Text redaction | Documentation

    This article explains that how C# Redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text Redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/text-redactions/
  3. Redaction Basics | Documentation

    This article shows that how Java developers can apply metadata, image, annotation and text Redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/redaction-bas...
  4. Use redaction policies | Documentation

    If you have a corporate sensitive data removal policy as a list of Redaction rules, you don’t need to specify them in your code. You can specify an XML document with a list of pre-configured Redactions. Below is an example of Redaction policy XML file (code properties mapping is obvious): RedactionPolicy.xml <RedactionPolicy xmlns="http://www.groupdocs.com/Redaction"> Redaction regularExpression="(dolor)" actionType="ReplaceString" replacement="foobar" /> Redaction searchPhrase="dolor" caseSensitive="true" actionType="DrawBox" color="Red" /> Redaction regularExpression="(foo)bar1" replacement="[red1]" columnIndex="1" worksheetIndex="2" /> Redaction regularExpression="(foo)bar2" replacement="[red2]" wokrsheetName="Sample" /> Redaction filter="All" /> Redaction filter="Title, Author" replacement="foobar" valueExpression="(metasearch)" keyExpression="" /> Redaction regularExpression="(anno1)" replacement="foobar" /> Redaction regularExpression="(anno2)" /> Redaction pointX="15" pointY="17" width="200" height="10" color="#AA50FC" /> Redaction pointX="110" pointY="120" width="60" height="20" color="Magenta" /> RedactionPolicy> You can use RedactionPolicy....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/use-redaction...
  5. Using redaction filters | Documentation

    GroupDocs.Redaction allows you to set the page-based scope for your Redaction of two types: page range, a given number of pages at certain offset from the beginning or the end of the page; page area (on each page), which is a top-left based rectangle. All filters inherit from RedactionFilter and as an array are set to Filters property of the ReplacementOptions. You can combine these filters in one set in order to set the scope of Redaction to an area on a specific page....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/redaction-fil...
  6. Using redaction filters | Documentation

    GroupDocs.Redaction allows you to set the page-based scope for your Redaction of two types: page range, a given number of pages at certain offset from the beginning or the end of the page; page area (on each page), which is a top-left based rectangle. All filters inherit from RedactionFilter and as an array are set to Filters property of the ReplacementOptions. You can combine these filters in one set in order to set the scope of Redaction to an area on a specific page....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/redaction-filt...
  7. Use redaction policies | Documentation

    Learn how to deal.If you have a corporate sensitive data removal policy as a list of Redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured Redactions....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/use-redaction-...
  8. Use redaction callback | Documentation

    Learn about Redaction API methods to reject or approve specific changes during Redaction process...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/use-redaction-...
  9. Use redaction callback | Documentation

    In order to reject specific changes during Redaction process or to keep a full log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed Redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/use-redaction...
  10. Add text redaction annotation | Documentation

    The page describes how to add text Redaction annotation to a document using GroupDocs.Annotation for .NET....Redaction Product Solution GroupDocs.../ Add text redaction annotation Add text redaction annotation...

    docs.groupdocs.com/annotation/net/add-text-reda...