Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 4,128 for

json

(0.12 sec)
  1. Supported file formats | GroupDocs

    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...
  2. Features Overview | GroupDocs

    Key features of GroupDocs.Metadata for Python via .NET — read, edit, remove, and export metadata; EXIF, IPTC, and XMP standards; ID3 audio tags; document inspection; and AI-pipeline integration.... — write to Excel, CSV, JSON, or XML via ExportManager ....

    docs.groupdocs.com/metadata/python-net/features...
  3. GroupDocs.Metadata for Python via .NET Overview...

    GroupDocs.Metadata for Python via .NET reads, edits, removes, and exports metadata across documents, images, audio, and video — EXIF, IPTC, XMP, ID3, and document properties — through one unified, predicate-driven API....metadata as structured data (JSON, CSV) to enrich search indexes...

    docs.groupdocs.com/metadata/python-net/product-...
  4. Introducing GroupDocs.Assembly for .NET | Group...

    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...
  5. 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-...
  6. GroupDocs.Assembly Product Family on GroupDocs ...

    GroupDocs.Assembly Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Assembly Product Family on GroupDocs Blog | Document Autom...... Generate Reports from JSON Data in C# Programmatically...generate reports by converting JSON to PDF & Word using templates...

    blog.groupdocs.com/categories/groupdocs.assembl...
  7. Archive

    archives...Igor Zubarev · 5 min Compare JSON Files in C#, Java, and Node...Igor Zubarev · 10 min Convert JSON to XML in C# May 16, 2024 ·...

    blog.groupdocs.com/archives/
  8. 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...
  9. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Viewer for Node.js via Java inside Docker containers with examples, dependencies, and troubleshooting....json # Node.js project file ├── 📄...process . exit ( 0 ); package.json { "name" : "GroupDocs.Viewer...

    docs.groupdocs.com/viewer/nodejs-java/running-i...
  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...