Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 29,165 for

redact

(0.02 sec)
  1. Annotation redactions | Documentation

    This article shows the implementation of annotation Redaction 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 Python...

    docs.groupdocs.com/redaction/python-net/annotat...
  2. Control Meta-Data and Build a Custom UI with th...

    GroupDocs.Annotation for Java is a lightweight library that allows end users to annotate PDF and Microsoft Office documents, raster images, AutoCAD drawings and 50+ types of files without the need to install the software that the documents or images were created in. A convenient web UI allows users to view, annotate, Redact, comment on and share documents from any web-enabled device. Recently we’ve released a new GroupDocs.Annotation for Java library – version 1....allows users to view, annotate, redact, comment on and share documents...

    blog.groupdocs.com/annotation/control-meta-data...
  3. Migration Notes | Documentation

    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/
  4. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Redaction for .NET since version 19.9: 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(Stream, SaveOptions) was replaced with Redactor.Save(Stream, RasterizationOptions). Constructor LoadOptions(DocumentFormatConfiguration) was removed....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/migration-notes/
  5. Remove Metadata from DOCX using Java

    In this tutorial, you'll learn how to remove metadata from DOCX using Java. You'll also get straightforward code to show you how to clean metadata from DOCX in Java....Redaction Product Family Remove Metadata...environment to use GroupDocs.Redaction for Java for removing metadata...

    kb.groupdocs.com/redaction/java/remove-metadata...
  6. Annotation redactions | Documentation

    This article shows the implementation of annotation Redaction 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/annotation-red...
  7. OCR Usage Basics | Documentation

    This article explains that how to integrate any paid or free OCR solution in Java....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/ocr-usage-bas...
  8. Use Aspose.OCR for .NET on-premise API | Docume...

    This article explains that how to use Aspose.OCR for .NET on-premise API....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/use-aspose-ocr...
  9. 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...
  10. OCR Usage Basics | Documentation

    This article explains that how to integrate any paid or free OCR solution....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/ocr-usage-basics/