This article shows the implementation of annotation redaction For documents of different Formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...GroupDocs.Redaction for Pythonvia.NET / Developer Guide / Basic...
This article explains how to verify digital electronic signatures with GroupDocs.Signature ForPythonVia.net API...Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...GroupDocs.Signature for Pythonvia.NET / 👨💻 Developer Guide...
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("....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...GroupDocs.Redaction for Pythonvia.NET / Developer Guide / Advanced...
Complete list of the file Formats GroupDocs.Merger ForPythonVia.net supports — Word, Excel, PowerPoint, PDF, Visio, OpenDocument, and more — with the operations available For each....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs.../ GroupDocs.Merger for Pythonvia.NET / Getting Started / Supported...
The following article indicates the file Formats that GroupDocs.Parser ForPythonVia.net can work with....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...Family / GroupDocs.Parser for Python / Supported File Formats Supported...
Pass any Python binary file-like object to the Merger constructor to load and process documents directly from memory or any storage source with GroupDocs.Merger ForPythonVia.net....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs.../ GroupDocs.Merger for Pythonvia.NET / Developer Guide / Loading...
This article shows that how to redact data of sensitive nature from images of various Formats like JPG, PNG, TIFF and others....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...GroupDocs.Redaction for Pythonvia.NET / Developer Guide / Basic...