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

template

(0.07 sec)
  1. Convert XML to DOCX in CSharp on GroupDocs Blog...

    Convert XML to DOCX in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Convert XML to DOCX in CSharp on GroupDocs Blog | Document Automation So......PDF & DOC/DOCX melalui template berbasis teks menggunakan...

    blog.groupdocs.com/id/tag/convert-xml-to-docx-i...
  2. Chart Series Coloring in Spreadsheet Document |...

    Note This feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Chart Series Coloring in Spreadsheet Document Creating a Column Chart Practising the following steps, you can insert a Column Chart in MS Excel 2013: Create a new Workbook. Click the “Insert” tab, and then click “Insert Column Chart” icon in the Charts group to view the drop-down list....insert the chart and Worksheet template to your Worksheet. Edit the...GroupDocs.Assembly Engine Download Template Please download the sample...

    docs.groupdocs.com/assembly/net/chart-series-co...
  3. Inserting Bookmarks Dynamically | GroupDocs

    Note This feature is supported by version 20.1 or greater Note The code uses some of the objects defined in The Business Layer. Inserting Hyperlinks Dynamically Dynamic insertion of bookmarks for Word Processing documents and emails with HTML and RTF bodies You can insert bookmarks to your reports dynamically using bookmark tags. Syntax of a bookmark tag is defined as follows. <> bookmarked_content <> Here, bookmark_expression defines the name of a bookmark to be inserted during run-time....to generate report from the template: Dynamic naming of cell ranges...for Spreadsheet documents Template syntax and usage of Document...

    docs.groupdocs.com/assembly/net/inserting-bookm...
  4. Advanced Usage | GroupDocs

    Learn about GroupDocs.Assembly advanced usage and its multiple powerful features from the guides below....Access of Data Working with Template Syntax Formatting Working...Documents Adding NEXT Field into Template Syntax Loading Multiple DocumentTable...

    docs.groupdocs.com/assembly/net/advanced-usage/
  5. Working with Spreadsheet Documents | GroupDocs

    Note This feature is supported by version 18.2 or greater. Working with Spreadsheet Documents GroupDocs.Assembly allows you to use data bands in table rows in Spreadsheet Documents. A table-row data band is a data band whose body occupies single or multiple rows of a single document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the last occupied row as follows....well as the body of its every template option) starts at the beginning...Download Data Source Document Template The Code Was this page helpful...

    docs.groupdocs.com/assembly/java/working-with-s...
  6. Using Markdown Documents | GroupDocs

    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. 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....Assembly Engine Template Syntax assembler = ga . DocumentAssembler...Set up the source document template path Set up destination report...

    docs.groupdocs.com/assembly/python-net/barcode/
  8. Convert XML to PDF in CSharp on GroupDocs Blog ...

    Convert XML to PDF in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Convert XML to PDF in CSharp on GroupDocs Blog | Document Automation Solu......PDF &amp; DOC/DOCX melalui template berbasis teks menggunakan...

    blog.groupdocs.com/id/tag/convert-xml-to-pdf-in...
  9. XLTX File Format Support in GroupDocs.Merger fo...

    Document Manipulation and Modification is now programatically implemented in a lot of file formats. Keeping that in view, we are introducing some new file formats with the release of GroupDocs.Merger for .NET 19.2. Following new file formats are now supported by the API: XLT XLTX XLTM In excel these file formats are basically saved as a Template files. Beside new features, we also introduced a improvement and few bug fixes....formats are basically saved as a template files. Beside new features...

    blog.groupdocs.com/merger/xltx-file-format-supp...
  10. 使用 .NET API 從 C# 中的發票或收據中提取數據

    使用 C# 以編程方式解析發票或收據並提取數據。在 ASP.NET、WCF 或 WPF 中使用 .NET 文檔解析 API 從文檔中提取文本。...null) }; // 創建文檔模板 Template template = new Template(templateItems);...data = parser.ParseByTemplate(template); // 打印所有提取的數據 for (int i...

    blog.groupdocs.com/zh-hant/parser/extract-data-...