This article explains how to sign document with generated Stamp electronic signatures using advanced options with GroupDocs.Signature API....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
This article explains how to add metadata signatures to PDF document meta info layer with GroupDocs.Signature...Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
This guide describes how to split document of PDF, Word, Excel, PowerPoint and many other formats into several resultant documents using GroupDocs.Merger for Python via .NET API....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
This article explains how to subscribe for search electronic signatures events like start, progress and completion with GroupDocs.Signature API....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
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....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
Build documents from JSON data sources using JsonDataSource class to load and bind JSON data to templates in .NET applications....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
This article explains how to use extended Digital electronic signatures options and adjustment on document page....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
This article explains how to implement custom logging and use it while document processing with GroupDocs.Signature within your .NET applications....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...