This article explains how to detect document file type, size and calculate pages count with GroupDocs.Watermark....Conversion Product Solution GroupDocs...(PDF, Word document, Excel spreadsheet, PowerPoint presentation...
Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. Changing Target File Format GroupDocs.Assembly provides a powerful feature to change the target file format of an assembled document using file extension or explicit specifying. GroupDocs.Assembly API provides the ability to change target file format when assembling the following file formats:
Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output file formats depending on input file formats can be found at this page....Conversion Product Solution GroupDocs...Word Processing documents Spreadsheet documents Presentation documents...
Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a report from a template is assembled within the class.
Building Reports To build a report from a template, you can use one of the DocumentAssembler.AssembleDocument overloads. The following table describes parameters of these overloads....Conversion Product Solution GroupDocs...Integrating with Native Spreadsheet Data Types By default, GroupDocs...
The Bulleted List As per wikipedia, a Bulleted List can be described as:
In typography, a bullet ( • ) is a typographical symbol or glyph used to introduce items in a list. For example:
Item 1 Item 2 Item 3 For more information, please visit wikipedia article.
Articles in this section...Conversion Product Solution GroupDocs...Document Bulleted List in Spreadsheet Document Bulleted List in...
This section describes how to import documents into another document as OLE objects using C# language...Conversion Product Solution GroupDocs...via OLE Add document to Spreadsheet via OLE Add document to Diagram...
This section describes how to import documents into another document as OLE objects using Java language...Conversion Product Solution GroupDocs...via OLE Add document to Spreadsheet via OLE Add document to Diagram...
This guide demonstrates how to edit CSV, TSV, comma-separated value and other text files with different settings and many other powerful features of GroupDocs.Editor for Java....Conversion Product Solution GroupDocs...regarding processing DSV spreadsheets (Delimiter-separated values)...
Explicit Support for Multiple Data Sources Using DocumentAssembler.assembleDocument overload user can reference multiple data source objects and their members in the template. Names of all the data sources must be specified and unique.
Parameters DataSources An array of data source objects like object[] dataSources.
DataSourceNames An array of names to reference the data source objects within the template like string[] dataSourceNames.
Articles in this section...Conversion Product Solution GroupDocs...Multiple Data Sources in Spreadsheet Document Generating Report...