Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 5,043 for

assembling

(0.06 sec)
  1. Java'daki JSON Verilerinden PDF Raporu Oluşturu...

    Java'daki şablonları kullanarak JSON verilerini PDF ve Word'e dönüştürerek programlı olarak raporlar oluşturun. Rapor oluşturma Java API'sini kullanan PDF ve DOCX raporları....Assembly for Java API’sini kullanacağım...groupdocs</groupId> <artifactId>groupdocs-assembly</artifactId> <version>21.1</version>...

    blog.groupdocs.com/tr/assembly/generate-pdf-rep...
  2. 在 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...
  3. Genere informes en PDF y Word a partir de datos...

    Genere informes programáticamente convirtiendo JSON a PDF y Word usando plantillas en C#. Automatice los informes en PDF y DOCX mediante la API de .NET....Assembly for .NET es la API de generación...Install-Package GroupDocs.Assembly Generar informe en PDF a partir...

    blog.groupdocs.com/es/assembly/generate-reports...
  4. Tạo báo cáo PDF và Word từ dữ liệu JSON trong C#

    Lập trình tạo báo cáo bằng cách chuyển đổi JSON sang PDF & Word bằng các mẫu trong C#. Tự động hóa các báo cáo PDF & DOCX bằng .NET API....Assembly for .NET là API tự động hóa...Install-Package GroupDocs.Assembly Tạo báo cáo PDF từ dữ liệu...

    blog.groupdocs.com/vi/assembly/generate-reports...
  5. Laporan PDF & Word dari XML dalam C# | XML ke P...

    Otomatiskan pembuatan laporan di C# dengan mengonversi data XML menjadi PDF & DOC/DOCX melalui template berbasis teks menggunakan .NET API oleh GroupDocs....Assembly for .NET adalah API untuk...Install-Package GroupDocs.Assembly Hasilkan Laporan PDF dari...

    blog.groupdocs.com/id/assembly/generate-reports...
  6. 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...
  7. 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...
  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. C# 中來自 XML 的 PDF 和 Word 報告 | XML 到 PDF 和 DOCX

    GroupDocs 使用 .NET API 通過基於文本的模板將 XML 數據轉換為 PDF 和 DOC/DOCX,從而在 C# 中自動生成報告。...Assembly for .NET 是使用 DOCX 或 TXT 模板從...Install-Package GroupDocs.Assembly 在 C# 中從 XML 數據生成 PDF 報告 #...

    blog.groupdocs.com/zh-hant/assembly/generate-re...
  10. Working with Multiple Data Sources | GroupDocs

    Explicit Support for Multiple Data Sources Using DocumentAssembler.assembleDocument overload user can reference multiple data source objects and their members in the template. Names of all the data sources must be specified and unique. Parameters DataSources An array of data source objects like object[] dataSources. DataSourceNames An array of names to reference the data source objects within the template like string[] dataSourceNames. Articles in this section...Assembly Product Solution GroupDocs...GroupDocs.Assembly Product Family / GroupDocs.Assembly for Java...

    docs.groupdocs.com/assembly/java/working-with-m...