Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 4,877 for

json

(0.21 sec)
  1. Search for embedded and encrypted objects in QR...

     This section explains how to search for embedded electronic signatures into the QR-Code electronic signatures with GroupDocs.Signature API. Also this topic shows the way to customize data serialization and encryption same as provides the class definition with ability to embed it into the QR-Code electronic signature....support common serialization like JSon or custom data format /// </summary>...

    docs.groupdocs.com/signature/net/search-embed-n...
  2. sample-app.zip

    sample-app/sample.pdf This document contains a variety of formatted elements that are used to test document rendering quality during file conversion Source Sans Pro Light, 14 pt. Simple text in Tim......json { "name": "sample-app", "version":...} } sample-app/package-lock.json { "name": "sample-app", "version":...

    docs.groupdocs.com/viewer/nodejs-java/sample-fi...
  3. Search for embedded object with custom serializ...

    This article explains how to search for embedded electronic signatures with custom serialization in QR code electronic signatures. This topic contains example of custom serialization, class definition and search for serialized objects in the QR-codes with GroupDocs.Signature....This implementation is using json library to provide serialization...

    docs.groupdocs.com/signature/net/search-for-emb...
  4. Supported file formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...Hypertext Markup Language File ✅ ✅ Json File ✅ ✅ MHTML Web Archive ✅...

    docs.groupdocs.com/conversion/java/supported-fi...
  5. Introducing GroupDocs.Assembly for .NET | Docum...

    GroupDocs.Assembly for .NET is a document automation and reports generation API designed to create custom documents from templates. This .NET reporting API intelligently assembles the given data with the defined template document and it is a report generator which generates an output document based on the data source, in the template’s format as or in the specified output format. Since GroupDocs.Assembly for .NET can generate documents based on a data source, essentially it serves two purposes: Document Automation and Report Generation....sources: Database XML OData JSON Custom .NET Objects Furthermore...

    docs.groupdocs.com/assembly/net/introducing-gro...
  6. Search for embedded object with custom serializ...

     This article explains how to search for embedded electronic signatures with custom serialization in document metadata. This topic contains example of custom serialization, class definition and search for serialized objects in the document metadata with GroupDocs.Signature....default Signature uses embedded json format serialization but allows...

    docs.groupdocs.com/signature/net/search-for-emb...
  7. Search for embedded object with custom serializ...

     This article explains how to search for embedded electronic signatures with custom serialization in QR-code electronic signatures. This topic contains example of custom serialization, class definition and search for serialized objects in the QR-codes with GroupDocs.Signature....support common serialization like JSon or custom data format */ public...

    docs.groupdocs.com/signature/java/search-embed-...
  8. Archive

    archives...Igor Zubarev · 5 min Mastering JSON Comparisons: Integrating Visual...Igor Zubarev · 9 min Convert JSON to XML in C# May 16, 2024 ·...

    blog.groupdocs.com/archives/
  9. Search for embedded object with custom serializ...

     This article explains how to search for embedded electronic signatures with custom serialization in document metadata. This topic contains example of custom serialization, class definition and search for serialized objects in the document metadata with GroupDocs.Signature....default Signature uses embedded json format serialization but allows...

    docs.groupdocs.com/signature/java/search-for-em...
  10. Working with Groupdocs Signature API from Ruby

    Today we will find out how to use GroupDocs’ Ruby SDK. We will create a GroupDocs Signature envelope sample with the Sinatra framework. GroupDocs Signature envelopes are used to prepare documents for digital signature and managing the signature process. Setting Up First, create the application folders structure: your_app/public – for CSS files. your_app/samples – for sample files. your_app/views – for view files, we will use Haml for these. Also we need to create a Gemfile in our project’s root directory with the following content: https://gist....callback is application/json data = JSON.parse(request.body.read)...'/envelope-sample/sign-and-download' do data = JSON.parse(request.body.read) begin...

    blog.groupdocs.com/signature/working-with-group...