Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 3,527 for

groupdocs.assembly

(0.07 sec)
  1. 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-...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. Introducing Web Report Generator | Documentation

    Introduction to Web Report Generator Powered by Groupdocs.assembly for .NET Web Report Generator is an ASP.NET Web forms application using Groupdocs.assembly for .NET that demonstrates the core functionalities provided by Groupdocs.assembly for .NET. The Web Report Generator allows user to easily create reports based on: a) Predefined custom templates (created in Supported Document Formats following Supported Template Syntax) and b) Your own database (MS SQL Server local OR Remote) tables, views and also with custom query....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...Documentation / GroupDocs.Assembly Product Family / GroupDocs.Assembly for...

    docs.groupdocs.com/assembly/net/introducing-web...
  7. Multicolored Numbered List in Spreadsheet Docum...

    Note In this article, we will use Groupdocs.assembly to generate a Multicolored Numbered List 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. Multicolored Numbered List in Microsoft Excel Document Creating a Multicolored Numbered List Practising the following steps you can create Multicolored Numbered List Template in MS Excel 2013....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...Documentation / GroupDocs.Assembly Product Family / GroupDocs.Assembly for...

    docs.groupdocs.com/assembly/net/multicolored-nu...
  8. Changing Target File Format | Documentation

    Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. Groupdocs.assembly provides a powerful feature to change the target file format of an assembled document using file extension or explicit specification. 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....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...Documentation / GroupDocs.Assembly Product Family / GroupDocs.Assembly for...

    docs.groupdocs.com/assembly/net/changing-target...
  9. Generate sample report for document with variab...

    Adding Syntax to be evaluated by Groupdocs.assembly Engine Template Syntax assembler = ga.DocumentAssembler() dataSource = ga.data.XmlDataSource("datasource.xml") DataSourceInfo = ga.DataSourceInfo(dataSource) array = [DataSourceInfo] print(assembler.assemble_document(input.ppt, output.ppt, array)) DataSource XML 0 1 LG Nexus 5 350 5 123456789qwertyu0025 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/barcode/
  10. Generating Report using Multiple Data Sources i...

    Note In this article, we will use Groupdocs.assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft Word Document Creating a Template Add a bullet list at the place where you want it to display clients’ names. Insert a table with two columns, that will show managers’ and their contact prices....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...Documentation / GroupDocs.Assembly Product Family / GroupDocs.Assembly for...

    docs.groupdocs.com/assembly/java/generating-rep...