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 for Pythonvia.NET / Developer Guide / Advanced...
Complete list of the file formats GroupDocs.Merger for PythonVia.net supports — Word, Excel, PowerPoint, PDF, Visio, OpenDocument, and more — with the operations available for each....Merger for Pythonvia.NET / Getting Started / Supported...
Convert Microsoft Project files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....Viewer for Pythonvia.NET / Document rendering basics...view Project files within your .NET application (web or desktop)...
Learn how to extract images from specific document pages using GroupDocs.Parser for PythonVia.net. Page-by-page image extraction from PDF, Word, PowerPoint....Parser for Python / Developer Guide / Advanced...Prerequisites GroupDocs.Parser for Pythonvia.NET installed Sample documents...
Learn how to extract text areas with coordinates and formatting information from documents using GroupDocs.Parser for PythonVia.net. Extract text with position data, rectangles, and text styles....Parser for Python / Developer Guide / Advanced...Prerequisites GroupDocs.Parser for Pythonvia.NET installed Sample documents...
Pass any Python file-like object — open() handle, io.BytesIO, boto3/azure-blob/requests response body — to the Converter constructor to convert documents directly from memory or cloud storage without touching the local filesystem....Conversion for Pythonvia.NET / Developer Guide / Loading...load options The following Python example demonstrates loading...
Learn how to extract hyperlinks from documents using GroupDocs.Parser for PythonVia.net. Extract links with text and URLs from PDF, Word, Excel....Parser for Python / Developer Guide / Advanced...Prerequisites GroupDocs.Parser for Pythonvia.NET installed Sample documents...
This article explains how to search for multiple electronic signature types within document pages using GroupDocs.Signature for PythonVia.net API....Signature for Pythonvia.NET / 👨💻 Developer Guide...Online Apps Along with full Python library we provide simple but...
This topic explains how to get document pages preview as images with various options by GroupDocs.Signature for PythonVia.net....Signature for Pythonvia.NET / 👨💻 Developer Guide...Along with the full-featured Python library, we provide simple...
Convert Visio diagrams to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer for PythonVia.net API....Viewer for Pythonvia.NET / Document rendering basics...view Visio files within your .Net application (web or desktop)...