Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail Image report in Spreadsheet Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Common Master-Detail Image in Microsoft Excel Document Creating a Common Master-Detail Image Please follow below steps to create Common Master-Detail Image Template in MS Excel 2013:
Create a new Workbook....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
Learn this article and check how to load and convert Email documents with advanced options using GroupDocs.Conversion for .NET API....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
The following article indicates the file formats that GroupDocs.Comparison can work with....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
To extract text from EPUB e-books getText and getText(pageIndex) methods is used. These methods allow to extract text from the entire document or a text from the selected page. Raw mode is not supported for EPUB....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article explains how to create encrypted QR-code electronic signature with embedded custom object...Total Product Family GroupDocs.Viewer 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....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article explains how to add metadata signatures to PDF document meta info layer with GroupDocs.Signature...Total Product Family GroupDocs.Viewer 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....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article explains how to subscribe for search electronic signatures events like start, progress and completion with GroupDocs.Signature API....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...