Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 30,379 for

redact

(0.05 sec)
  1. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers .NET watermark ......Redaction Releases API Change Detection...PowerPoint Presentation AI Text Redaction Blackout Text Blackout Text...

    blog.groupdocs.com/ja/tags/index.xml
  2. Get 25% OFF on GroupDocs.Total | .NET and Java ...

    Winter Sale - 'Use HOLOFF2020' coupon code to get 25% OFF on GroupDocs.Total - A complete collection of .NET & Java APIs for document manipulation....parse, watermark, edit, merge, redact, manipulate metadata, and classify...

    blog.groupdocs.com/total/groupdocs-offers-disco...
  3. Upcoming Release of GroupDocs.Redaction for .NET

    We are excited to announce that GroupDocs.Redaction for .NET is going to be released soon. It will be a back-end API for removing sensitive and classified information from the documents of popular file formats. The API aims to provide a single, format-independent interface containing a set of Redaction methods to Redact text, metadata and annotations. GroupDocs.Redaction for .NET will soon be available for download. Features Offered by GroupDocs.Redaction for ....Redaction for .NET is going to be released...containing a set of redaction methods to redact text, metadata and...

    blog.groupdocs.com/redaction/upcoming-release-o...
  4. Configurable Redaction using an XML File

    A configuration file defines the initial or commonly used parameters, options, settings or preferences applied to operating systems, infrastructure devices or applications in an IT context. When the Need Arises If you have large size data (may consist of multiple files of different file formats) or corporate sensitive data which need to be Redacted without specifying the rules in your code. What is the Solution The GroupDocs.Redaction API provides the way to define a removal policy by writing the list of pre-configured Redaction rules in an XML file....sensitive data which need to be redacted without specifying the rules...Solution # The GroupDocs.Redaction API provides the way to define...

    blog.groupdocs.com/redaction/configurable-redac...
  5. Advanced usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/advanced-usage/
  6. Tags

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, Redact, or classify documents of almost all the popular file formats....5 Adjust Gamma 5 AI Text Redaction 1 annotate PDF 5 Annotate...in PDF 5 C# 4 C# AI Text Redaction 1 C# document merging 1 c#...

    blog.groupdocs.com/zh/tags/
  7. Tags

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, Redact, or classify documents of almost all the popular file formats....Redaction 1 GroupDocs.Signature 2 GroupDocs...spreadsheets 2 how to redact in word 1 how to redact PDF in Java 1 how...

    blog.groupdocs.com/zh-hant/tags/
  8. Advanced Usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/advanced-usage/
  9. Support for Native Word & PDF Annotations in Gr...

    GroupDocs.Annotation for Java is a flexible library built to extend document collaboration to the web. It allows end users to review, annotate and comment on over 50 types of documents. The library supports Microsoft Office and OpenDocument formats, PDFs, images, AutoCAD drawings and others. A rich set of tools allows users to draw lines, place watermarks and pointers, Redact and comment text, strike through and underline it. And thanks to its cross-browser compatibility, the library lets users to annotate documents literally from any web-enabled device using just a browser and without having to install any third party software or plugins....place watermarks and pointers, redact and comment text, strike through...

    blog.groupdocs.com/annotation/support-for-nativ...
  10. Load from Stream | Documentation

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and Redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor Redactor = new Redactor(stream); try { // Here we can use document instance to make Redactions Redactor.apply(new DeleteAnnotationRedaction()); Redactor.save(); } finally { Redactor.close(); } } finally { stream.close(); }...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/load-from-str...