Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 898 for

data source

(0.15 sec)
  1. How to Compare Files with GroupDocs PHP SDK

    This article explains the basics of using PHP SDK classes and methods. In this article I’ll use the Comparison API and show how to compare two documents from a GroupDocs account. 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....form for entering the necessary data such as user ID, private key...callback URL. How to get this data you can find out in the documentation...

    blog.groupdocs.com/comparison/how-to-compare-fi...
  2. GroupDocs.Assembly for .NET 25.12 Release Notes...

    GroupDocs.Assembly for .NET 25.12 Release Notes – the latest updates and fixes....assembling a Word document: var source = "template.docx" ; var target...target = "output.docx" ; var data = "data.json" ; // Create LoadSaveOptions...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  3. Generate email report with common list. | Group...

    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.... data . JsonDataSource ( "datasource...Set up the source document data path Set up the source document...

    docs.groupdocs.com/assembly/python-net/email-re...
  4. Basic Template Syntax - Expression Tags and Fie...

    Introduction to basic template syntax including expression tags and simple field access in templates....syntax, enabling you to output data values and perform calculations...- output expression results Data bands <<foreach>> - iterate...

    docs.groupdocs.com/assembly/net/basic-usage-tem...
  5. JSON Viewer using C# | Render JSON as PDF using...

    View JSON files as PDF using C#. Learn how to render JSON files within your own JSON viewer .NET application using GroupDocs API....human-readable and structured data format, it is widely used in...required to view or share JSON data in a proper format. There comes...

    blog.groupdocs.com/viewer/json-viewer-using-csh...
  6. JsonDataSource Conditional Expressions: !s.Disa...

    When we were passing a POCO this would work: <<if [MyProperty.Data.Any(s => !s.Disabled)]>> When we changed to pass an interface (Data changed to a List instead of List), properties in sub interfaces could not be found…...Data.Any(s => !s.Disabled)]>> When...changed to pass an interface (Data changed to a List instead of...

    forum.groupdocs.com/t/jsondatasource-conditiona...
  7. Merge and split CSV files in C# - GroupDocs.Merger

    This article explains how to merge and split CSV files using C# language with GroupDocs.Merger for .NET API. Simplify Data handling with effective file management....Information Overview # In the world of data management, handling Comma Separated...widely used for storing tabular data such as spreadsheets or databases...

    blog.groupdocs.com/merger/merge-and-split-csv-u...
  8. GroupDocs.Assembly for .NET 25.12 – 最新更新和修复(202...

    探索 GroupDocs.Assembly for .NET 25.12 的新功能。现已在 NuGet 和 GroupDocs 网站上提供。...} 如何指定显式的 OOXML 合规性级别 # var source = "template.docx" ; var target...target = "output.docx" ; var data = "data.json" ; // Create LoadSaveOptions...

    blog.groupdocs.com/zh/assembly/groupdocs-assemb...
  9. XML Viewer using Java | Render XML as PDF using...

    View XML files as PDF using Java. Learn how to render XML files within your own XML viewer Java application using GroupDocs API....article , XML is a structured data storage and transportation markup...to properly view or share XML data, it is often necessary to convert...

    blog.groupdocs.com/viewer/xml-viewer-using-java/
  10. Convert PDF to MHTML using Python

    Comprehensive guide to convert PDF to MHTML using Python. Learn step-by-step how to export PDF to MHTML using Python, preserving formatting without extra software....automate document workflows, data extraction, or archiving processes...resulting file closely matches the source document. This approach is...

    kb.groupdocs.com/conversion/python/convert-pdf-...