Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 27,693 for

groupdocs.redaction

(0.09 sec)
  1. OCR Usage Basics | Documentation

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

    docs.groupdocs.com/redaction/java/ocr-usage-bas...
  2. Redact word document by page number - Free Supp...

    Hi, Is it possible to redact specific pages of word document? I don’t see any such example in official documentation Groupdocs.redaction for Java | Documentation...document by page number GroupDocs.Redaction Product Family java shiva...official documentation GroupDocs.Redaction for Java | Documentation...

    forum.groupdocs.com/t/redact-word-document-by-p...
  3. Save overwriting original file | Documentation

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/java/save-overwrit...
  4. Basic usage | Documentation

    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....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/net/basic-usage/
  5. 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....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/java/annotation-re...
  6. PowerPoint on GroupDocs Blog | Document Automat...

    PowerPoint on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in PowerPoint on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Int......Developers Introducing GroupDocs.Redaction for .NET - An API to...the first version of GroupDocs.Redaction for .NET. As we have...

    blog.groupdocs.com/tag/powerpoint/index.xml
  7. Get supported file formats | Documentation

    This article shows that how to get the list of all supported file formats of Groupdocs.redaction by using C#....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/net/get-supported-...
  8. Get document page preview | Documentation

    This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/net/get-document-p...
  9. document redaction

    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....release announcement of GroupDocs.Redaction for .NET 19.5. This release...developers who are using GroupDocs.Redaction with our Metered Licence...

    blog.groupdocs.com/tag/document-redaction/
  10. Sanitize documents using API

    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....the first version of GroupDocs.Redaction for .NET. As we have...pre-release blog post, GroupDocs.Redaction for .NET is an API to...

    blog.groupdocs.com/tag/sanitize-documents-using...