Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 4,032 for

json

(0.07 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. 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...
  3. 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...
  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. 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...
  6. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Conversion 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.Conversion...

    docs.groupdocs.com/conversion/nodejs-java/runni...
  7. basic-example.zip

    basic-example/.dockerignore node_modules npm-debug.log .git .gitignore README.md .env .nyc_output coverage .DS_Store *.log basic-example/Dockerfile # Build stage – compiles native module and instal......json ./ # Install dependencies RUN..."/app/render-file.js"] basic-example/package.json { "name": "GroupDocs.Viewer...

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