Retrieve the file type, page count, file size, and per-page dimensions of any supported document using get_document_info() with GroupDocs.Merger ForPythonVia.net....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs.../ GroupDocs.Merger for Pythonvia.NET / Developer Guide / Get...
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("....Viewer Product Solution GroupDocs.Annotation 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....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs.../ GroupDocs.Merger for Pythonvia.NET / Getting Started / Supported...
This article explains how to optimize memory utilization when editing large Word documents using GroupDocs.Editor ForPythonVia.net API....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs.../ GroupDocs.Editor for Pythonvia.NET / Developer Guide / Edit...
The following article indicates the file Formats that GroupDocs.Parser ForPythonVia.net can work with....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...Family / GroupDocs.Parser for Python / Supported File Formats Supported...
Extract, add, and remove PDF attachments, and watermark them, using GroupDocs.Watermark ForPythonVia.net....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...GroupDocs.Watermark for Pythonvia.NET / Developer Guide / Advanced...
Instantiate the Converter class with an absolute or relative file path to convert a document stored on the local filesystem with GroupDocs.Conversion ForPythonVia.net....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...GroupDocs.Conversion for Pythonvia.NET / Developer Guide / Loading...
Set up a virtual environment, install groupdocs-merger.net, and run three minimal examples — merge two DOCX files, extract pages from a PDF, and split a PDF into single pages — in under five minutes....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs.../ GroupDocs.Merger for Pythonvia.NET / Getting Started / Quick...