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

advanced raster redaction

(0.24 sec)
  1. Advanced usage | GroupDocs

    Advanced GroupDocs.Redaction for Python via .NET topics — load documents from any source, save in the original format or Rasterize to PDF, scope Redactions with page filters, apply reusable Redaction policies, and extend the supported-format list....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Python...

    docs.groupdocs.com/redaction/python-net/advance...
  2. Use redaction policies | GroupDocs

    Learn how to deal.If you have a corporate sensitive data removal policy as a list of Redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured Redactions....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Python...

    docs.groupdocs.com/redaction/python-net/use-red...
  3. Use PDF redaction filters | GroupDocs

    This article explains that how to set page-level scope to PDF Redactions....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Python...

    docs.groupdocs.com/redaction/python-net/use-pdf...
  4. Use advanced rasterization options | GroupDocs

    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. use_Advanced_Rasterization_options.py from groupdocs.Redaction import Redactor from groupdocs.Redaction.options import SaveOptions, AdvancedRasterizationOptions from groupdocs.Redaction.Redactions import ExactPhraseRedaction, ReplacementOptions def use_Advanced_Rasterization_options(): # Specify the Redaction options repl_opt = ReplacementOptions("[personal]") ex_red = ExactPhraseRedaction("John Doe", repl_opt) # Load the document to be redacted with Redactor("....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Python...

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

    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-...
  6. Use advanced rasterization options | GroupDocs

    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 | GroupDocs

    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...
  8. Create PDF with Image Redaction | GroupDocs

    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...
  9. Use advanced rasterization options | GroupDocs

    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-...
  10. Convert to Image with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to image with height, width, resolution, brightness and other customizations using GroupDocs.Conversion for .NET....Redaction Product Solution GroupDocs...for .NET / Developer guide / Advanced usage / Converting / Conversion...

    docs.groupdocs.com/conversion/net/convert-to-im...