Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 97 for

rasterize docx redaction

(0.88 sec)
  1. Select specific pages for rasterized PDF | Grou...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a Rasterized PDF...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/select-specifi...
  2. Load from Stream | GroupDocs

    This article shows that how to load file from stream using Redaction API...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Python...

    docs.groupdocs.com/redaction/python-net/load-fr...
  3. Save with default options | GroupDocs

    This article demonstrates the simplest way to save the document...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/save-with-defa...
  4. Save with default options | GroupDocs

    This article demonstrates the simplest way to save the document...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Python...

    docs.groupdocs.com/redaction/python-net/save-wi...
  5. 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...
  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. Generating page preview for WordProcessing docu...

    This article describes how to generate a preview for any page for the existing WordProcessing document in SVG format using the GroupDocs.Editor...Redaction Product Solution GroupDocs...WordProcessing document, like DOC, DOCX, DOCM, RTF, ODT etc. The preview...

    docs.groupdocs.com/editor/net/generating-page-p...
  8. Generating page preview for WordProcessing docu...

    This article describes how to generate a preview for any page for the existing WordProcessing document in SVG format using the GroupDocs.Editor...Redaction Product Solution GroupDocs...WordProcessing document, like DOC, DOCX, DOCM, RTF, ODT etc. The preview...

    docs.groupdocs.com/editor/java/generating-page-...
  9. AI Agents and LLM Integration | GroupDocs

    GroupDocs.Comparison for Python via .NET is AI agent and LLM friendly — machine-readable documentation, an MCP server, AGENTS.md shipped inside the pip package, and runnable code examples for AI-driven document review and change-detection pipelines....Redaction Product Solution GroupDocs....md and help me compare two DOCX files in Python and print the...

    docs.groupdocs.com/comparison/python-net/agents...
  10. Agents and LLM Integration | GroupDocs

    GroupDocs.Editor for Python via .NET is AI agent and LLM friendly — machine-readable documentation, an MCP server, AGENTS.md shipped inside the pip package, and runnable code examples for AI-driven document editing pipelines....Redaction Product Solution GroupDocs...guide.md and help me edit a DOCX and save it back in Python....

    docs.groupdocs.com/editor/python-net/agents-and...