Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 4,646 for

groupdocs.redaction,

(0.08 sec)
  1. Metadata redactions | Documentation

    This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression....This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression.

    docs.groupdocs.com/redaction/net/metadata-redac...
  2. Use PDF redaction filters | Documentation

    This article explains that how to set page-level scope to PDF redactions....This article explains that how to set page-level scope to PDF redactions.

    docs.groupdocs.com/redaction/net/use-pdf-redact...
  3. Use redaction callback | Documentation

    Learn about redaction API methods to reject or approve specific changes during redaction process...Learn about redaction API methods to reject or approve specific changes during redaction process

    docs.groupdocs.com/redaction/net/use-redaction-...
  4. Use advanced logging | Documentation

    Learn advanced logging techniques available in the redaction API...Learn advanced logging techniques available in the redaction API

    docs.groupdocs.com/redaction/net/use-advanced-l...
  5. 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....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.

    docs.groupdocs.com/redaction/java/redaction-bas...
  6. 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 You can use RedactionPolicy....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 <?xml version="1.0" encoding="utf-8"?> <redactionPolicy xmlns="http://www.groupdocs.com/redaction"> <regexRedaction regularExpression="(dolor)" actionType="ReplaceString" replacement="foobar" /> <exactPhraseRedaction searchPhrase="dolor" caseSensitive="true" actionType="DrawBox" color="Red" /> <cellColumnRedaction regularExpression="(foo)bar1" replacement="[red1]" columnIndex="1" worksheetIndex="2" /> <cellColumnRedaction regularExpression="(foo)bar2" replacement="[red2]" wokrsheetName="Sample" /> <eraseMetadataRedaction filter="All" /> <metadataSearchRedaction filter="Title, Author" replacement="foobar" valueExpression="(metasearch)" keyExpression="" /> <annotationRedaction regularExpression="(anno1)" replacement="foobar" /> <deleteAnnotationRedaction regularExpression="(anno2)" /> <imageAreaRedaction pointX="15" pointY="17" width="200" height="10" color="#AA50FC" /> <imageAreaRedaction pointX="110" pointY="120" width="60" height="20" color="Magenta" /> </redactionPolicy> You can use RedactionPolicy.

    docs.groupdocs.com/redaction/java/use-redaction...
  7. Text redactions | Documentation

    This article explains that how Java 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....This article explains that how Java 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.

    docs.groupdocs.com/redaction/java/text-redactions/
  8. Use Aspose.OCR for .NET on-premise API | Docume...

    This article explains that how to use Aspose.OCR for .NET on-premise API....This article explains that how to use Aspose.OCR for .NET on-premise API.

    docs.groupdocs.com/redaction/net/use-aspose-ocr...
  9. Create custom format handler | Documentation

    This article shows how to implement one or several interfaces for the document's features and required redaction....This article shows how to implement one or several interfaces for the document's features and required redaction.

    docs.groupdocs.com/redaction/net/create-custom-...
  10. Create custom format handler | Documentation

    This article shows how to implement one or several interfaces for the document's features and required redaction....This article shows how to implement one or several interfaces for the document's features and required redaction.

    docs.groupdocs.com/redaction/java/create-custom...