Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 4,889 for

json

(0.1 sec)
  1. Releasing Next Generation GroupDocs.Assembly fo...

    It’s time to lay a hand on Next Generation GroupDocs.Assembly for .NET. GroupDocs releases this product with the extinct features that you may have not experienced before. Variety of document formats are introduced, numerous data sources are supported. Document automation and report generation was never so easy. Why Next Generation GroupDocs.Assembly? The legacy 1.3.0 version of GroupDocs.Assembly for .NET had limitations. For example, in order to generate a report in any of the supported, complex coding efforts were required for creating templates and then, generating any report....independent data sources like XML / JSON. Supported Features Multiple...

    blog.groupdocs.com/assembly/simplest-api-for-do...
  2. Implement custom serialization with Metadata si...

    This article explains how to implement custom serialization for Metadata electronic signatures.... By default library uses json format serialization and symmetric...GroupDocs.Signature uses embedded json format serialization but allows...

    docs.groupdocs.com/signature/java/implement-cus...
  3. Implement custom encryption with Metadata signa...

    This article explains how to implement custom encryption for Metadata electronic signatures.... By default library uses json format serialization and symmetric...GroupDocs.Signature uses embedded json format serialization but allows...

    docs.groupdocs.com/signature/java/implement-cus...
  4. Reuse of extension methods - Free Support Forum...

    Hello, We recently discover your different products and are trying to determine the faisaibility of a feature. In our data model, we have a lot of string collections (arrays) and we want to format them like this: “Mr.…...cannot attach a json file, so here it is our data.json : { "contacts":...oryPath + "datasources/data.json")); final DataSourceInfo dataSourceInfo...

    forum.groupdocs.com/t/reuse-of-extension-method...
  5. Migrating to GroupDocs.Assembly 3.0.0 or Higher...

    Reasons to Migrate Just to endeavor the report generation task more smoothly, we released GroupDocs.Assembly for .NET 3.0.0. Namespace(s) In GroupDocs.Assembly for .NET 3.0.0 only a single using GroupDocs.Assembly; namespace is required to generate reports in any of the supported formats. Whereas, in GroupDocs.Assembly for .NET 1.3.0 to generate a report in any of the supported format a separate namespace of that format is required to be added, given are the namespaces:...following data sources: Database XML JSON OData Custom .NET Objects Easy...

    docs.groupdocs.com/assembly/net/migrating-to-gr...
  6. Inserting Chart Axis Title Dynamically in Sprea...

    Note This feature is supported by version 18.1 or greater. Note The code uses some of the objects defined in The Business Layer. Column Chart in Microsoft Excel Document Creating a Column Chart Following steps, you can create 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 Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your Worksheet Edit the Worksheet with your data to update the chart Save your Document Reporting Requirement As a report developer, you are required to share orders quantity of the customers dynamically with the following key requirements:...(Template for CustomObject and JSON examples) Generating The Report...

    docs.groupdocs.com/assembly/java/inserting-char...
  7. Get Possible Conversions | GroupDocs

    This article demonstrates how to get possible conversions for a file type using GroupDocs.Conversion for Python via .NET API....fods, dif, sxc] Source format : JSON based Geographic File Format...ott, txt, md] Source format : JSON based Topology File Format (topojson)...

    docs.groupdocs.com/conversion/python-net/develo...
  8. Extract text in Raw mode | GroupDocs

    Learn how to extract text in Raw mode from documents using GroupDocs.Parser for Python via .NET. Fast text extraction with improved performance for large documents....from pathlib import Path import json def create_search_index ( input_dir...encoding = 'utf-8' ) as f : json . dump ( index , f , indent...

    docs.groupdocs.com/parser/python-net/extract-te...
  9. 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....$userInfo\[1\]; //Get raw data $json = file\_get\_contents("php://input");...//Decode json with raw data to array $callBack\_data = json\_decode($json...

    blog.groupdocs.com/total/how-to-perform-callbac...
  10. Inserting Chart Axis Title Dynamically in Prese...

    Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 18.1 or greater. Column Chart in Microsoft PowerPoint Document Creating a Column Chart Please follow below steps to create a column chart in MS PowerPoint 2013: Create a new presentation slide Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialogue box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your document Edit the Worksheet with your data to update the chart Save your Document Reporting Requirement As a report developer, you are required to share orders quantity of the customers dynamically with the following key requirements:...(Template for CustomObject and JSON examples) Generating The Report...

    docs.groupdocs.com/assembly/net/inserting-chart...