Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 1,195 for

template

(0.06 sec)
  1. In-Table List with Highlighted Rows in Email Do...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List with Highlighted Rows report in Email Document format. In-Table List with Highlighted Rows in Email Document Creating a In-Table List with Highlighted Rows Practicing the following steps you can create In-Table List with Highlighted Rows Template in MS Outlook 2013. Create a new Email. Press “Insert” tab to insert the table. Insert a 2x4 table. Click the cell you want to highlight....List with Highlighted Rows Template in MS Outlook 2013. Create...then select Shading. Save the template. Reporting Requirement As...

    docs.groupdocs.com/assembly/java/in-table-list-...
  2. How to perform Callbacks with GroupDocs PHP SDK

    This article explains the basics of using PHP SDK callbacks. In this article I’ll use the Convert API. Find information about other methods in the Swagger explorer. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version) FatFree framework (https://github.com/bcosca/fatfree) We already know how to install the Fatfree framework and prepare for creating the sample from the previous article....converted file GUID to the template. After conversion, the server...calls the callback URL, the template file shows the conversion...

    blog.groupdocs.com/total/how-to-perform-callbac...
  3. Multicolored Numbered List in Email Document | ...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List 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. Multicolored Numbered List in Email Document Creating a Multicolored Numbered List Practising the following steps you can create Multicolored Numbered List Template in MS Outlook 2013. In your email, write a sentence like “We provide support for the following clients:”....Multicolored Numbered List Template in MS Outlook 2013. In your...it colored list. Save the template. Reporting Requirement As...

    docs.groupdocs.com/assembly/net/multicolored-nu...
  4. In-Table List with Filtering Grouping and Order...

    In-Table List with Filtering, Grouping, and Ordering in Email Document Note In this article, we will use GroupDocs.Assembly to generate a In-Table List with Filtering, Grouping, and Ordering report in Email Document format. In-Table List with Filtering, Grouping, and Ordering in Email Document Creating a In-Table List with Filtering, Grouping, and Ordering Practicing the following steps you can create In-Table List with Filtering, Grouping, and Ordering Template in MS Outlook 2013....Filtering, Grouping, and Ordering Template in MS Outlook 2013. Create...Insert a 2x2 table. Save the template. Reporting Requirement As...

    docs.groupdocs.com/assembly/java/in-table-list-...
  5. 用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/parser/extract-data-from-...
  6. Using Markdown Documents | Documentation

    Note This feature is supported by version 19.8 or greater. Note The code uses some of the objects defined in The Business Layer. Markdown Documents (MD) Markdown is a lightweight markup language intended for one purpose, to be used to format text on the web with plain text formatting syntax. Let it be clear that Markdown is not a replacement for HTML because its syntax is very small, containing a very small subset of HTML tags....md ) as template having the content as shown...we have a Word Processing template( ReadMe.docx ) having the...

    docs.groupdocs.com/assembly/java/using-markdown...
  7. 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...
  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....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...
  9. 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...
  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...