Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 3,521 for

groupdocs.assembly

(0.06 sec)
  1. Scatter Chart in Word Processing Document | Doc...

    Note In this article, we will use Groupdocs.assembly to generate a Scatter Chart report in Word Processing 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. Scatter Chart in Microsoft Word Document Creating a Scatter Chart Please follow below to create Scatter Chart in MS Word 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...Documentation / GroupDocs.Assembly Product Family / GroupDocs.Assembly for...

    docs.groupdocs.com/assembly/net/scatter-chart-i...
  2. Using Documents as Data Source | Documentation

    Articles in this section...Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...Documentation / GroupDocs.Assembly Product Family / GroupDocs.Assembly for...

    docs.groupdocs.com/assembly/java/using-document...
  3. Working with Chart Reports - Pie | Documentation

    Articles in this section...Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...Documentation / GroupDocs.Assembly Product Family / GroupDocs.Assembly for...

    docs.groupdocs.com/assembly/net/working-with-ch...
  4. Working with Simple Data Sources | Documentation

    Note This feature is only compatible with Groupdocs.assembly for .NET 19.10 or later releases. Support Simple and Standalone Data Sources The API provides support for standalone and specific data sources for various types of data like JSON, XML etc. The support is available for XML, JSON, and CSV data sources so far. Articles in this section...Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...Documentation / GroupDocs.Assembly Product Family / GroupDocs.Assembly for...

    docs.groupdocs.com/assembly/net/working-with-si...
  5. Removing Empty Paragraphs | Documentation

    Note This feature is supported by version 18.10. or greater. Note The code uses some of the objects defined in The Business Layer. Groupdocs.assembly for .NET API supports the removal of paragraphs becoming empty after template syntax tags are removed or replaced with empty values. A new member RemoveEmptyParagraphs is added to DocumentAssemblyOptions. When this new option is applied to DocumentAssembler options through DocumentAssembler.Options, the engine additionally removes empty paragraphs....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...Documentation / GroupDocs.Assembly Product Family / GroupDocs.Assembly for...

    docs.groupdocs.com/assembly/net/removing-empty-...
  6. Using Tables of Word Processing Documents as Da...

    Note This feature is only compatible with Groupdocs.assembly for .NET 16.12.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Using Tables of Word Processing Documents as Data Sources Following classes are added in Groupdocs.assembly.Data namespace: DocumentTable DocumentTableColumn DocumentTableColumnCollection DocumentTableOptions The Recipe Define template and output report documents Assemble a document using the external document table as a data source Download Data Source Document Managers Data....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...Documentation / GroupDocs.Assembly Product Family / GroupDocs.Assembly for...

    docs.groupdocs.com/assembly/net/using-tables-of...
  7. Working with String Template | Documentation

    Groupdocs.assembly API allows you to use a string as input and output template, instead of document. This feature improves programmability while working with strings instead of documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString @"«[yourValue]»" Convert sourceString to sourceBytes using Encoding.UTF8.GetBytes(sourceString) GettargetBytes using DocumentAssembler.AssembleDocument() Get targetString using Encoding.UTF8.GetString(targetBytes)...Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...Documentation / GroupDocs.Assembly Product Family / GroupDocs.Assembly for...

    docs.groupdocs.com/assembly/net/working-with-st...
  8. Using Spreadsheets as Data Sources | Documentation

    Note This feature is only compatible with Groupdocs.assembly for .NET 16.12.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Using Spreadsheets as Data Sources Following classes are added in Groupdocs.assembly.Data namespace: DocumentTable DocumentTableColumn DocumentTableColumnCollection DocumentTableOptions The Recipe Define template and output report documents Assemble a document using the external document table as a data source Download Data Source Document Contracts Data.xlsx Template Using Spreadsheet as Table of Data....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...Documentation / GroupDocs.Assembly Product Family / GroupDocs.Assembly for...

    docs.groupdocs.com/assembly/net/using-spreadshe...
  9. Generate email report with common list. | Docum...

    Adding Syntax to be evaluated by Groupdocs.assembly Engine Template Syntax assembler = ga.DocumentAssembler() dataSource = ga.data.JsonDataSource("datasource.json") DataSourceInfo = ga.DataSourceInfo(dataSource, "customers") array = [DataSourceInfo, ga.DataSourceInfo(["test@test.mail", "groupdocs@groupdocs.mail"], "recipients"), ga.DataSourceInfo("sender@sender.mail", "sender"), ga.DataSourceInfo("cc@example.com", "cc"), ga.DataSourceInfo("groupdocs", "subject")] print(assembler.assemble_document("input.msg", "output.msg", array)) The Recipe Set up the source document data path Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report More resources Advanced usage topics To learn more about library features, please refer to theadvanced usage section....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...Documentation / GroupDocs.Assembly Product Family / GroupDocs.Assembly for...

    docs.groupdocs.com/assembly/python-net/email-re...
  10. Inserting Hyperlinks and Bookmarks | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...Documentation / GroupDocs.Assembly Product Family / GroupDocs.Assembly for...

    docs.groupdocs.com/assembly/java/inserting-hype...