Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 27,528 for

groupdocs.redaction

(0.52 sec)
  1. On Premise Document Manipulation APIs | GroupDocs

    Get document manipulation APIs including viewer, comparison, conversion, annotation, watermark, e-signature, assembly, parser, editor & classification....Maven GroupDocs.Redaction Product Family GroupDocs.Redaction for...NET Releases | Nuget GroupDocs.Redaction for Java Releases | Maven...

    releases.groupdocs.com/
  2. On Premise Document Manipulation APIs | GroupDocs

    Get document manipulation APIs including viewer, comparison, conversion, annotation, watermark, e-signature, assembly, parser, editor & classification....Maven GroupDocs.Redaction Product Family GroupDocs.Redaction for...NET Releases | Nuget GroupDocs.Redaction for Java Releases | Maven...

    releases.groupdocs.com/
  3. GroupDocs - API Reference

    assembly,metadata,viewer,conversion...7 GroupDocs.Redaction GroupDocs.Redaction contains following...References GroupDocs.Redaction for .NET 22.8 GroupDocs.Redaction for...

    apireference.groupdocs.com/
  4. Using redaction filters | Documentation

    Groupdocs.redaction allows you to set the page-based scope for your redaction of two types: page range, a given number of pages at certain offset from the beginning or the end of the page; page area (on each page), which is a top-left based rectangle. All filters inherit from RedactionFilter and as an array are set to Filters property of the ReplacementOptions. You can combine these filters in one set in order to set the scope of redaction to an area on a specific page....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/java/redaction-fil...
  5. information hinding

    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....excited to announce that GroupDocs.Redaction for .NET is going to...metadata and annotations. GroupDocs.Redaction for .NET will soon be...

    blog.groupdocs.com/tag/information-hinding/
  6. System Requirements | Documentation

    Groupdocs.redaction for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/net/system-require...
  7. Save in rasterized PDF | Documentation

    The following example demonstrates how to save the document as a rasterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } 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-raste...
  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. image 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....are going to launch GroupDocs.Redaction API for Java platform...to the .NET version, GroupDocs.Redaction for Java would be a backend...

    blog.groupdocs.com/tag/image-redaction/
  10. Supported Platforms | Documentation

    Overview Groupdocs.redaction for Java does not require any external software or third party tool to be installed. Just follow one of the way as described in Installation section. Supported Operating Systems Groupdocs.redaction for Java supports any 32-bit or 64-bit operating system that runs the Java runtime including, but not limited: Windows Microsoft Windows 2003 Server ( x64, x86) Microsoft Windows 2008 Server ( x64, x86) Microsoft Windows 2012 Server ( x64, x86) Microsoft Windows 2012 R2 Server ( x64, x86) Microsoft Windows 2016 Server ( x64, x86) Microsoft Windows 2019 Server ( x64, x86) Microsoft Windows Vista ( x64, x86) Microsoft Windows XP ( x64, x86) Microsoft Windows 7 ( x64, x86) Microsoft Windows 8, 8....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/java/system-requir...