Customize the highlight colour, font colour, and text decorations of inserted, deleted, and changed items in comparison results with GroupDocs.Comparison for Python via .NET....Classification Product Solution Purchase...
GroupDocs.Markdown for Java is AI agent and LLM friendly — machine-readable documentation, MCP server, structured output for RAG pipelines, and seamless integration with AI tools....Classification Product Solution Purchase...
This article explains how to subscribe for search electronic signatures events like start, progress and completion with GroupDocs.Signature API....Classification Product Solution Purchase...
This article explains how to subscribe for verification of electronic signatures events like start, progress and completion with GroupDocs.Signature API....Classification Product Solution Purchase...
This article explains how to sign document with Text electronic signatures using advanced options with GroupDocs.Signature API....Classification Product Solution Purchase...
GroupDocs.Search for Node.js has the ability to remove individual documents from the index that are indexed from a stream or structure....Classification Product Solution Purchase...
This article gives the knowledge about the fuzzy search definition, and its capabilities in GroupDocs.Search....Classification Product Solution Purchase...
This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for Python via .NET....Classification Product Solution Purchase...
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.
C#
using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so....Classification Product Solution Purchase...