Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 73 for

advanced raster redaction

(0.03 sec)
  1. Redaction basics | Documentation

    This article shows that how C# developers can apply metadata, image, annotation and text Redaction in their documents. Wide range of document formats is supported, such as, 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/redacti...
  2. Text redaction | Documentation

    This article explains that how C# Redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text Redaction using exact phrase or regular expression 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/text-re...
  3. Use advanced rasterization options | Documentation

    Use Advanced Rasterization options In order to use the Advanced Rasterization options you have to pass one of the options to Save method. In this case the document will be Rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. Python import groupdocs.Redaction as gr import groupdocs.Redaction.options as gro import groupdocs.Redaction.Redactions as grr def run(): # Specify the Redaction options repl_opt = grr....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Python...

    docs.groupdocs.com/redaction/python-net/use-adv...
  4. Create PDF with Image Redaction | Documentation

    This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Python...

    docs.groupdocs.com/redaction/python-net/create-...
  5. Create PDF with Image Redaction | Documentation

    This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/create-pdf-wit...
  6. Use advanced rasterization options | Documentation

    Use Advanced Rasterization options In order to use the Advanced Rasterization options you have to pass one of the options to Save method. In this case the document will be Rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with Advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  7. Create PDF with Image Redaction | Documentation

    This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/create-pdf-wi...
  8. Use advanced rasterization options | Documentation

    Use Advanced Rasterization options In order to use the Advanced Rasterization options you have to pass one of the options to Save method. In this case the document will be Rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. final Redactor redactor = new Redactor("Sample.docx"); try { // Save the document with Advanced options (convert pages into images, and save PDF with scan-like pages) SaveOptions so = new SaveOptions(); so....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/use-advanced-...
  9. redaction.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/Redaction/java/weekly0.5https://docs.groupdocs.com/Redaction/java/Advanced-usage/we......com/redaction/java/weekly0.5https://docs...5https://docs.groupdocs.com/redaction/java/advanced-usage/weekly0.5https://docs...

    docs.groupdocs.com/sitemaps/redaction.xml
  10. Load from local disc | Documentation

    This article shows how the Redaction API is used to load file from disk....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Python...

    docs.groupdocs.com/redaction/python-net/load-fr...