Sort Score
Result 10 results
Languages All
Labels All
Results 2,541 - 2,550 of 10,122 for

json

(0.05 sec)
  1. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format Pages count, size and visibility Text coordinates Attachments count and names other properties, by document type The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. cURL example Request # First get Json Web Token # Please get your Client Id and Client Secret from https://dashboard....example Request # First get JSON Web Token # Please get your..." \ -H "Accept: application/json" # cURL example to get document...

    docs.groupdocs.cloud/viewer/get-document-inform...
  2. Get Document Information | Documentation

    This REST API allows us to obtain basic information about the document and it’s pages properties. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format. Here is the list of properties that can be obtained for document pages: Page width in pixels (when converted to the image); Page height in pixels (when converted to image); Page number; Visible property that indicates whether the page is visible or not....example Request * First get JSON Web Token * Please get your..." \ -H "Accept: application/json" * cURL example to get document...

    docs.groupdocs.cloud/merger/get-document-inform...
  3. Convert JPG to PowerPoint and PowerPoint to JPG...

    Convert JPG files to PPT and PPT to JPG file format using fast and secure REST API. Let's see how to convert JPG to PowerPoint and PowerPoint to JPG in Java...CSV to JSON and JSON to CSV in Python Convert CSV to JSON and JSON...JSON to CSV in Java How to Convert EXCEL to JSON and JSON to...

    blog.groupdocs.cloud/conversion/convert-jpg-to-...
  4. Sending images and scanned PDFs for translation...

    How to scans and image files for translation to the selected languages....translation parameters are provided in JSON format in the request body....successful, this method returns JSON with a unique identifier (value...

    docs.groupdocs.cloud/translation/file/request/i...
  5. Convert TIFF to PDF in Java

    Learn how to convert TIFF to PDF in Java programmatically. Get accurate and high-quality conversions with customizable settings and secure data handling....articles: How to Convert XML to JSON in Java using REST API Convert...REST API Convert EXCEL to JSON and JSON to EXCEL in Python How to...

    blog.groupdocs.cloud/conversion/tiff-file-to-pd...
  6. Convert XLSX to CSV in Java - A Step-by-Step Guide

    Learn how to convert Excel (XLS/XLSX) to CSV in Java using REST API. This article provides step-by-step instructions for converting Excel to CSV quickly....PowerPoint, HTML, Excel, CSV, JSON, and many more. With GroupDocs...How to Convert EXCEL to JSON and JSON to EXCEL in Python Convert...

    blog.groupdocs.cloud/conversion/convert-excel-x...
  7. Parse by Template Stored in User Storage | Docu...

    This REST API allows extracting document’s fields and tables defined in a template file saved in user storage and specified by template path. The following example demonstrates how to extract data from a source document by a saved template. Here you can see how to parse text fields by regular expressions and a table inside the document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template Store in User Storage example....example Request # First get JSON Web Token # Please get your..." \ -H "Accept: application/json" # cURL example to join several...

    docs.groupdocs.cloud/parser/parse-by-template-s...
  8. Adding Watermark in Word | Document Watermarkin...

    Programmatically Add Text or Image Watermark to Word Documents using a REST API on the cloud in C# with GroupDocs.Watermark Cloud SDK for .NET....the CURL example: # First get JSON Web Token # Please get your..." \ -H "Accept: application/json" # cURL example to join several...

    blog.groupdocs.cloud/watermark/add-watermark-to...
  9. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Metadata Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v1.0/metadata/storage/MyStorage/exist" \ -H "accept: application/Json" \ -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language...." \ -H "accept: application/json" \ -H "authorization: Bearer..." \ -H "accept: application/json" \ -H "authorization: Bearer...

    docs.groupdocs.cloud/metadata/working-with-stor...
  10. Get Document Pages | Documentation

    GetPages method allows to create an image representation of each page of the document. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation Call Preview method Download result pages from cloud storage HTTP POST ~/annotation/preview/create Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get Json Web Token // Please get your App Key and App SID from https://dashboard....example Request // First get JSON Web Token // Please get your... \ - H "Accept: application/json" // cURL example to create document...

    docs.groupdocs.cloud/annotation/get-pages/