Follow this guide and learn how to edit text documents, spreadsheets and presentations using GroupDocs.Editor ForPython via .NET API features....Annotation Product Solution GroupDocs...Family / GroupDocs.Editor for Python via .NET / Developer Guide...
Add repeated (tiled) text or image watermarks with spacing, rotation, and patterns using GroupDocs.Watermark ForPython via .NET....Annotation 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....Annotation 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("....Annotation Product Solution GroupDocs...Family / GroupDocs.Redaction for Python via .NET / Developer Guide...
Query GroupDocs.Conversion ForPython via .NET For the set of target Formats a given source supports — library-wide, by extension, or For the document currently loaded — via get_all_possible_conversions, get_possible_conversions_by_extension, and get_possible_conversions....Annotation Product Solution GroupDocs.../ GroupDocs.Conversion 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....Annotation Product Solution GroupDocs.../ GroupDocs.Comparison for Python / Developer guide / Saving...
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....Annotation Product Solution GroupDocs...Family / GroupDocs.Merger for Python via .NET / Developer Guide...
Learn how to adjust comparison sensitivity to balance speed and accuracy using GroupDocs.Comparison ForPython via .NET....Annotation Product Solution GroupDocs.../ GroupDocs.Comparison for Python / Advanced usage / Comparison...
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....Annotation Product Solution GroupDocs...Family / GroupDocs.Merger for Python via .NET / Getting Started...