Note In this article, we will use GroupDocs.Assembly to generate a Common List 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 List in Microsoft Excel Document Creating a Common List Please follow below steps to create Common List Image in MS Excel 2013:
Insert the desired shape to display image in it....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Presentation 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. Numbered List in Microsoft PowerPoint Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS PowerPoint 2013.
Add a new presentation slide....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
This article describes the procedure of enabling the inline styles option for the WordProcessing documents in order to store the CSS styles not in the external stylesheet, but directly inside the HTML markup....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access CSV data while building a report, you can pass a CsvDataSource instance to the assembler as a data source. Using of CsvDataSource enables you to work with typed values rather than just strings in template documents. Although CSV as a format does not define a way to store values of types other than strings, CsvDataSource is capable to recognize values of the following types by their string representations:...Assembly Product Solution GroupDocs.Metadata 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.
final Redactor redactor = new Redactor("Sample.docx"); try { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) SaveOptions so = new SaveOptions(); so....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
Using GroupDocs.Watermark, you can add watermark to all pages of a particular type in a document. It consists of following steps....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
Follow the instructions on this page to configure the license and find out the restrictions when using GroupDocs.Comparison for .NET without a license (Evaluation Limitations)...Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
Free conversion API version for java developers is available to evaluate the API which will be similar to licensed version but with few limitations....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...