Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 10,446 for

json

(0.11 sec)
  1. Convert document async | Documentation

    This example demonstrates how to convert word processing document into pdf document asyncronously. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Start convert operation and get operation ID Get operation status After get “Finished” status, download converted document from storage Steps 1 and 4 are storage operations, please refer to this for usage details. Resource URI HTTP POST ~/conversion/async Swagger UI lets you call this REST API directly from the browser....Linux/MacOS/Bash # First get JSON Web Token # Please get your..." \ -H "Accept: application/json" # Convert document curl -v...

    docs.groupdocs.cloud/conversion/convert-documen...
  2. Update QR-Code signatures | Documentation

    GroupDocs.Signature Cloud provides a method to update some signature properties by it’s id. The signature ID is needed to perform the update, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Update signatures Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....example Linux/MacOS/Bash # Get JSON Web Token # Place your Client..." \ -H "Accept: application/json" # Get document information...

    docs.groupdocs.cloud/signature/update-qr-code-s...
  3. Image Annotation | Documentation

    Image annotation allows to add image within document page 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get Json Web Token # Place your client ID and client secret in the environment variables CLIENT_ID and CLIENT_SECRET....example Linux/MacOS/Bash # Get JSON Web Token # Place your client..." \ -H "Accept: application/json" # Add annotation into document...

    docs.groupdocs.cloud/annotation/image-annotation/
  4. Resource redaction Annotation | Documentation

    Resource redaction annotation fills black rectangle with fixed position (used if you want to hide some text) 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get Json Web Token # Replace CLIENT_ID and CLIENT_SECRET with your own credentials....Linux/MacOS/Bash # First get JSON Web Token # Replace CLIENT_ID..." \ -H "Accept: application/json" # cURL example to add annotation...

    docs.groupdocs.cloud/annotation/resource-redact...
  5. Authenticating API Requests | Documentation

    There is only one way to authenticate GroupDocs Cloud REST APIs: by using OAuth 2.0 protocol with JWT Bearer Token. The JWT token is extracted and validated by our APIs from the Authorization request header. OAuth 2.0 OAuth 2.0 is an authorization framework that enables your applications to obtain access to data to different APIs. OAuth provides authorization flows for web and desktop applications, and mobile devices. What is a Json Web Token (JWT)?... What is a JSON Web Token (JWT)? A JSON Web Token is used...comprises a compact and URL-safe JSON object, which is cryptographically...

    docs.groupdocs.cloud/total/authenticating-api-r...
  6. Polyline Annotation | Documentation

    Polyline annotation allows to draw shapes and freehand lines 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get Json Web Token curl -v "https://api....Linux/MacOS/Bash # First get JSON Web Token curl -v "https://api..." \ -H "Accept: application/json" # cURL example to add annotation...

    docs.groupdocs.cloud/annotation/polyline-annota...
  7. GroupDocs Cloud Blog on Document Processing RES...

    GroupDocs Cloud Blog on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs Cloud Blog on Document Processing REST APIs | GroupDocs Cloud Add Image Watermark to PowerPoint P......Upload a DOCX template, bind JSON data, and output DOCX or PDF...Convert JSON to CSV Using Node.js REST API | Transform JSON to CSV...

    blog.groupdocs.cloud/groupdocs.cloud/index.xml
  8. Supported QR-Codes | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with QR-Code. You can list all supported QR-Ccode types using this API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the example to list supported QR-Code types. cURL example Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v1/signature/qrcodes" \ -X GET \ -H "Content-Type: application/Json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....-H "Content-Type: application/json" \ -H "authorization: Bearer...-H "Content-Type: application/json" ` -H "authorization: Bearer...

    docs.groupdocs.cloud/signature/supported-qr-codes/
  9. Search QRCode Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to search QRCode signatures in supported document formats. It provides method to search Digital Signature in Document Pages with different options qrCodeTypeName, text, matchType and other search features by using Search Options Object data in request body. Search QRCode Signature You can search QRCode Signature on Document provided by fileName and document folder (if required) using following API....--header "Content-Type: application/json" \ --data '{ "qrCodeTypeName":...-header "Content-Type: application/json" ` - -data "{ 'qrCodeTypeName':...

    docs.groupdocs.cloud/signature/search-qrcode-si...
  10. Working with DSV Documents | Documentation

    DSV (Delimiter-Separated Values) documents are a specific form of text-based spreadsheets with delimiters (separators). There several steps that usage of GroupDocs.Editor Cloud consists of: Upload input document into cloud storage Load the document into editable representation in the cloud storage (HTML file and resources) Download HTML document (and resources, if needed) from storage Edit HTML document at client side Upload HTML document back into the storage Save the edited document into Spreadsheet format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....Linux/MacOS/Bash # First, get JSON Web Token # Replace CLIENT_ID..." \ -H "Accept: application/json" # Load a document curl -v "https://api...

    docs.groupdocs.cloud/editor/working-with-dsv-do...