Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 5,949 for

assemble

(2.25 sec)
  1. 在 C# 中從 JSON 數據生成 PDF 和 Word 報告

    通過使用 C# 中的模板將 JSON 轉換為 PDF 和 Word,以編程方式生成報告。使用 .NET API 自動生成 PDF 和 DOCX 報告。...Assembly for .NET 是用於 .NET 應用程序的報告生成和文檔自動化...Install-Package GroupDocs.Assembly 在 C# 中從 JSON 數據生成 PDF 報告 #...

    blog.groupdocs.com/zh-hant/assembly/generate-re...
  2. In-Paragraph List in Presentation Document | Gr...

    Note In this article, we will use GroupDocs.Assembly to generate a In-ParagraphList report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. In-Paragraph List in Microsoft PowerPoint Document Creating a In-Paragraph List Practising the following steps you can create In-Paragraph List Template in MS PowerPoint 2013. Add a new presentation slide. Write a sentence, for example “We provide support for the following clients:”....Assembly Product Solution GroupDocs...GroupDocs.Assembly Product Family / GroupDocs.Assembly for Java...

    docs.groupdocs.com/assembly/java/in-paragraph-l...
  3. Multicolored Numbered List in Word Processing D...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Word Processing Document format. Multicolored Numbered List in Microsoft Word Document Creating a Multicolored Numbered List Practicing the following steps you can create Multicolored Numbered List Template in MS Word 2013. In your document, write a sentence like “We provide support for the following clients:”. Start numbered list. Go to the “Design” tab and select color to make it colored list....Assembly Product Solution GroupDocs...GroupDocs.Assembly Product Family / GroupDocs.Assembly for Java...

    docs.groupdocs.com/assembly/java/multicolored-n...
  4. Pie Chart in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Presentation 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. Pie Chart in Email Document Creating a Pie Chart Please follow below steps to create Pie 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” dialog box....Assembly Product Solution GroupDocs...GroupDocs.Assembly Product Family / GroupDocs.Assembly for .NET...

    docs.groupdocs.com/assembly/net/pie-chart-in-em...
  5. In-Table List with Highlighted Rows in HTML Doc...

    Note In this article, we will use GroupDocs.Assembly to generate In-Table List with Highlighted Rows in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. In-Table List with Highlighted Rows in HTML Document Reporting Requirement As a report developer, you are required to represent customers’ orders information with a specific filtering condition with the following key requirements:...Assembly Product Solution GroupDocs...GroupDocs.Assembly Product Family / GroupDocs.Assembly for .NET...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  6. Báo cáo PDF & Word từ Dữ liệu CSV bằng C# | API...

    Chuyển đổi định dạng CSV sang PDF & Word bằng các mẫu bằng C#. Tự động tạo báo cáo PDF & DOC/DOCX bằng .NET Reporting API của GroupDocs....Assembly cung cấp API báo cáo .NET... tôi đã sử dụng GroupDocs.Assembly for .NET này để tạo báo cáo...

    blog.groupdocs.com/vi/assembly/generate-reports...
  7. 使用 C# 从 CSV 数据生成 PDF 和 Word 报告 | .NET 报告 API

    使用 C# 使用模板将 CSV 转换为 PDF 和 Word 格式。 GroupDocs 使用 .NET Reporting API 自动生成 PDF 和 DOC/DOCX 报告。...Assembly 提供 .NET 报告 API 来自动生成报告。在本文中,我使用了...来自动生成报告。在本文中,我使用了 GroupDocs.Assembly for .NET 从选定的 CSV 数据和 TXT 格式模板生成报告。它还支持多种数据源,如...

    blog.groupdocs.com/zh/assembly/generate-reports...
  8. Removing Empty Paragraphs | GroupDocs

    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....Assembly Product Solution GroupDocs...GroupDocs.Assembly Product Family / GroupDocs.Assembly for .NET...

    docs.groupdocs.com/assembly/net/removing-empty-...
  9. Working with Simple Data Sources | GroupDocs

    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...Assembly Product Solution GroupDocs...GroupDocs.Assembly Product Family / GroupDocs.Assembly for .NET...

    docs.groupdocs.com/assembly/net/working-with-si...
  10. Working with String Template | GroupDocs

    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)...Assembly Product Solution GroupDocs...GroupDocs.Assembly Product Family / GroupDocs.Assembly for .NET...

    docs.groupdocs.com/assembly/net/working-with-st...