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

groupdocs.redaction

(0.16 sec)
  1. Redact protected files

    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/redact-protected-files/
  2. Remove page redactions | Documentation

    This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/java/remove-page-r...
  3. dotNET Redaction 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/dotnet-redaction-api/
  4. Top 30 .NET Document Processing SDKs for .NET D...

    Download best Document Processing SDKs for .NET...400 15 GroupDocs.Redaction for .NET GroupDocs.Redaction .NET 407...333 29 GroupDocs.Redaction for .NET GroupDocs.Redaction .NET 740...

    metrics.groupdocs.com/downloads/programming-lan...
  5. Save to Stream | Documentation

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/net/save-to-stream/
  6. Getting Started | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/java/getting-started/
  7. Save in original format | Documentation

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/java/save-in-origi...
  8. Load password-protected file | Documentation

    Load password-protected file In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/java/load-password...
  9. OutofMemory Exception on ExactPhrase redaction ...

    I am trying to redact “The” keyword from this document using ExactPhraseRedaction. But this is giving me OutOfMemoryException and after debugging for a while I noticed that memory consumption was more than 6 Gb for this …...ExactPhrase redaction GroupDocs.Redaction Product Family dotnet...GroupDocs.Total will include GroupDocs.Redaction V23.3 as it is not included...

    forum.groupdocs.com/t/outofmemory-exception-on-...
  10. Advanced Usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/java/advanced-usage/