Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 1,233 for

template

(0.06 sec)
  1. 在 Java 中從發票或收據中提取數據 |解析PDF

    在 Java 中以編程方式從 PDF 發票或收據中提取發票數據。 GroupDocs 的文檔解析和數據提取 API 支持各種格式。..."TotalDueValue") }; // 轉換成模板 Template template = new Template(Arrays.asList(templateItems));...data = parser.parseByTemplate(template); // 打印提取的數據 for (int i =...

    blog.groupdocs.com/zh-hant/parser/extract-data-...
  2. Inserting Chart Axis Title Dynamically in Prese...

    Note This feature is supported by version 18.1 or greater Note The code uses some of the objects defined in The Business Layer. Column Chart in Microsoft PowerPoint Document Creating a Column Chart Please follow below steps to create a column chart in MS PowerPoint 2013: Create a new presentation slide Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialogue box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet Template to your document Edit the Worksheet with your data to update the chart Save your Document Reporting Requirement As a report developer, you are required to share orders quantity of the customers dynamically with the following key requirements:...insert the chart and Worksheet template to your document Edit the...Download Template Please download the sample Chart Template we created...

    docs.groupdocs.com/assembly/java/inserting-char...
  3. GroupDocs.Assembly for .NET 3.2.0 Released with...

    Team GroupDocs is excited to announce GroupDocs.Assembly for .NET 3.2.0. The latest version of our document generation API comes with some useful new features. Please see below for the list of enhancements and features. Document Generation API for .NET - Features Add support for outer document insertion while generating Word Processing documents Support number formatting features missing in .Net Framework such as ordinal, cardinal, alphabetic, etc. in Template syntax Support string formatting features missing in .... in template syntax Support string formatting...upper, lower, capital, etc. in template syntax Add barcode image generation...

    blog.groupdocs.com/assembly/groupdocs-assembly-...
  4. In-Table List with Highlighted Rows in Email Do...

    Note In this article, we will use GroupDocs.Assembly to generate an In-Table List with Highlighted Rows report in Email Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.8.0 or greater. In-Table List with Highlighted Rows in Email Document Creating a In-Table List with Highlighted Rows Practising the following steps you can create In-Table List with Highlighted Rows Template in MS Outlook 2013....List with Highlighted Rows Template in MS Outlook 2013. Create...then select Shading. Save the template. Reporting Requirement As...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  5. Inserting Chart Axis Title Dynamically in Email...

    Note This feature is supported by version 18.1 or greater Note The code uses some of the objects defined in The Business Layer. Column Chart in Email Document Creating a Column Chart Please follow below steps to create a column chart in MS Outlook 2013: Create a new Email Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialogue box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet Template to your email Edit the Worksheet with your data to update the chart Save your Email Reporting Requirement As a report developer, you are required to share orders quantity of the customers dynamically with the following key requirements:...insert the chart and Worksheet template to your email Edit the Worksheet...Download Template Please download the sample Chart Template we created...

    docs.groupdocs.com/assembly/java/inserting-char...
  6. Embed Inline Syntax Error Messages in Generated...

    In the latest version of GroupDocs.Assembly for Java we have introduced an exciting feature of Inline Syntax Error Messages. Are you thinking about what does make this feature so exciting? Well, I am going to answer it in this post. First, let’s have a brief overview of how does GroupDocs.Assembly generate the reports. GroupDocs.Assembly uses pre-defined document Templates that contain the LINQ statements. These Templates are evaluated, processed and then populated by API’s engine during the run-time....uses pre-defined document templates that contain the LINQ statements...statements. These templates are evaluated, processed and then populated...

    blog.groupdocs.com/assembly/embed-inline-syntax...
  7. Inserting Chart Axis Title Dynamically in Email...

    Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 18.1 or greater. Column Chart in Email Document Creating a Column Chart Please follow below steps to create a column chart in MS Outlook 2013: Create a new Email Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialogue box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet Template to your email Edit the Worksheet with your data to update the chart Save your Email Reporting Requirement As a report developer, you are required to share orders quantity of the customers dynamically with the following key requirements:...insert the chart and Worksheet template to your email Edit the Worksheet...Download Template Please download the sample Chart Template we created...

    docs.groupdocs.com/assembly/net/inserting-chart...
  8. 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....namespace: The Recipe Define template and output report documents...Download Data Source Document Template The Code Was this page helpful...

    docs.groupdocs.com/assembly/net/using-tables-of...
  9. 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....namespace: The Recipe Define template and output report documents...Download Data Source Document Template The Code Was this page helpful...

    docs.groupdocs.com/assembly/net/using-spreadshe...
  10. 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....Assembly Engine Template Syntax assembler = ga . DocumentAssembler...Set up the source document template path Set up destination report...

    docs.groupdocs.com/assembly/python-net/email-re...