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...
Replace the existing open password of a PDF, Word, Excel, or PowerPoint document with a new password using UpdatePasswordOptions with GroupDocs.Merger for PythonVia.net....Merger for Pythonvia.NET / Developer Guide / Security...
Configure a GroupDocs.Comparison license in your Python application. Covers file-based, stream-based, and metered licensing, plus evaluation-mode limitations....Comparison for Python / Getting started / Licensing...GroupDocs.Comparison for Pythonvia.NET runs in evaluation mode...
GroupDocs.Editor for Python 版本 26.5 带来 HTML 循环编辑、Python 风格的 API、扩展的多格式处理以及友好的 AI 文档。通过 pip 安装。...Editor for Python 26.5 – HTML 循环编辑、Python 风格的 API 与多格式支持(2026年5月)...变更 类 选项 枚举 异常 新特性 HTML 循环编辑 Pythonic API 表面 多格式支持 通过 HTML 进行格式转换...
Render spreadsheet files (Excel, etc.) to HTML, PDF, or images using GroupDocs.Viewer's Python API options....Viewer for Pythonvia.NET / Document rendering basics...headings in the output PDF file: Python from groupdocs.viewer import...
Learn how to extract text highlights (context snippets) from documents using GroupDocs.Parser for PythonVia.net. Extract text with surrounding context for search results and previews....Parser for Python / Developer Guide / Advanced...Prerequisites GroupDocs.Parser for Pythonvia.NET installed Sample documents...