Add repeated (tiled) text or image watermarks with spacing, rotation, and patterns using GroupDocs.Watermark ForPython via .NET....Editor Product Solution GroupDocs...Family / GroupDocs.Watermark for Python via .NET / Developer Guide...
Selectively accept or reject detected changes to merge two versions of a source code file using GroupDocs.Comparison ForPython via .NET....Editor Product Solution GroupDocs.../ GroupDocs.Comparison for Python / Developer guide / Comparing...
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("....Editor Product Solution GroupDocs...Family / GroupDocs.Redaction for Python via .NET / Developer Guide...
Choose the metadata source (source document, target document, or custom file-author metadata) when saving the comparison result using GroupDocs.Comparison ForPython via .NET....Editor Product Solution GroupDocs.../ GroupDocs.Comparison for Python / Developer guide / Saving...
Complete list of the file Formats GroupDocs.Merger ForPython via .NET supports — Word, Excel, PowerPoint, PDF, Visio, OpenDocument, and more — with the operations available For each....Editor Product Solution GroupDocs...Family / GroupDocs.Merger for Python via .NET / Getting Started...
This guide describes how to split a document of PDF, Word, Excel, PowerPoint and many other Formats into several resultant documents using GroupDocs.Merger ForPython via .NET API....Editor Product Solution GroupDocs...Family / GroupDocs.Merger for Python via .NET / Developer Guide...
Retrieve the collection of detected changes after a comparison and iterate over them programmatically using GroupDocs.Comparison ForPython via .NET....Editor Product Solution GroupDocs.../ GroupDocs.Comparison for Python / Developer guide / Comparing...
Modify an email message body and subject, embed and remove images, search text, and list recipients using GroupDocs.Watermark ForPython via .NET....Editor Product Solution GroupDocs...Family / GroupDocs.Watermark for Python via .NET / Developer Guide...
Open encrypted PDF, Word, Excel, and PowerPoint documents by passing a LoadOptions instance with the password parameter to the Merger constructor in GroupDocs.Merger ForPython via .NET....Editor Product Solution GroupDocs...Family / GroupDocs.Merger for Python via .NET / Developer Guide...