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 Python via .NET / Developer Guide / Advanced...
Choose the metadata source (source document, target document, or custom file-author metadata) when saving the comparison result using GroupDocs.Comparison for Python Via .NET....— set user-defined metadata via SaveOptions.file_author_metadata...
Explore what’s new in GroupDocs.Total for Java 25.12. Available now on NuGet and GroupDocs website....Detailed changelogs are available via the links in the table. Embedded...
Complete list of the file formats GroupDocs.Merger for Python Via .NET supports — Word, Excel, PowerPoint, PDF, Visio, OpenDocument, and more — with the operations available for each....Merger for Python via .NET / Getting Started / Supported...
Learn how to save an edited Word document with a password or change the output document format using GroupDocs.Editor for Node.js Via Java....js via Java. // Import necessary modules...GroupDocs.Editor for Node.js via Java provides flexible options...
At first, attempting pip install groupdocs-viewer-net was yielding an error that said no such file existed, despite me getting that command off of groupdocs-viewer-net · PyPI. So I proceeded to download groupdocs_viewer_…...Viewer for Python via .NET on macOS. Create a Virtual...M1 Macbook Pro, Python 3.11.8 via pyenv, and .NET 9.0 runtime for...
Set up a virtual environment, install groupdocs-viewer-net, and run three minimal examples — DOCX → HTML, DOCX → PDF, and DOCX → per-page PNG — in under five minutes....Viewer for Python via .NET / Getting Started / Quick...GroupDocs.Viewer for Python via .NET. This library enables developers...
Set up a virtual environment, install groupdocs-conversion-net, and run three minimal examples — DOCX → PDF, PDF → per-page PNG, and ZIP → consolidated PDF — in under five minutes....Conversion for Python via .NET / Getting Started / Quick...GroupDocs.Conversion for Python via .NET. This library enables developers...
This article provides detail on how to add text redaction annotation in PDF using C# along with steps and code to insert text redaction annotation to PDF in C#....NET via the NuGet package manager to...
Convert JSON to CSV and CSV to JSON in C# within .NET applications. Examples convert the structured JSON data into comma-separated values CSV and vice-versa....NET application via NuGet . PM> Install-Package GroupDocs...