Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 5,618 for

storage api

(0.41 sec)
  1. Set Metadata By Tag | Documentation

    This REST Api allows to set document metadata new values choosing properties by exact tag and category name. cURL example The following example demonstrates how to set metadata information to all properties with the “Creator” tag name. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in CLIENT_ID and Client Secret in CLIENT_SECRET environment variables. curl -v "https://Api....feedback On this page This REST API allows to set document metadata...variables. curl -v "https://api.groupdocs.cloud/connect/token"...

    docs.groupdocs.cloud/metadata/set-metadata-by-tag/
  2. Text field Annotation | Documentation

    Text field annotation adds rectangle with a text inside 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 CLIENT_ID and CLIENT_SECRET environment variables....rectangle with a text inside API usage There are steps that usage...input document into cloud storage and other files, like image...

    docs.groupdocs.cloud/annotation/text-field-anno...
  3. Text Underline Annotation | Documentation

    Text Underline annotation marks text with a underline styling 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 # Set your client credentials in environment variables CLIENT_ID and CLIENT_SECRET curl -v "https://Api....text with a underline styling API usage There are steps that usage...input document into cloud storage and other files, like image...

    docs.groupdocs.cloud/annotation/text-underline-...
  4. Password-Protect Excel using Password Protectio...

    Follow this guide to learn how to password-protect Excel files. This password protection service is easy to use and lets you secure files programmatically....Protection Service How to Obtain API Credentials to Use GroupDocs...simple. Since we will set up this API in our Node.js-based project...

    blog.groupdocs.cloud/merger/password-protect-ex...
  5. Content processing workflow | Documentation

    An overview of the GroupDocs.Rewriter Cloud workflow....documents in a with just 2 REST API calls or a few lines of code...the GroupDocs.Rewriter Cloud API to receiving and parsing the...

    docs.groupdocs.cloud/rewriter/workflow/
  6. Translation workflow | Documentation

    An overview of the GroupDocs.Translation Cloud workflow....documents in a with just 2 REST API calls or a few lines of code...GroupDocs.Translation Cloud API to receiving and parsing the...

    docs.groupdocs.cloud/translation/workflow/
  7. How to Combine or Merge Multiple Text Files int...

    Our text merger allows you to combine multiple text files into single Text file. Let's learn how to combine or merge multiple Text files into one in Ruby....programmatically on the cloud using REST API. Text file merging is commonly...article: Text File Merger REST API - Installation Combine or Merge...

    blog.groupdocs.cloud/merger/how-to-combine-or-m...
  8. Add Metadata By Possible Tag Name | Documentation

    This REST Api allows to add metadata properties to the document choosing the right place to add by approximate or a part of metadata tag name. This Api allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have particular string phrase in theirs tag names. Linux/MacOS/Bash # Get JSON Web Token curl -v "https://Api....feedback On this page This REST API allows to add metadata properties...part of metadata tag name. This API allows you to specify any part...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  9. Internal error: Exception of type ‘System.OutOf...

    Hi We are seeing this error. It is impacting our production traffic badly.We are a paid subscription member and use Python Api. Earlier it was once in a week…now it is every day few times.Sample snippet is app_…...subscription member and use Python API. Earlier it was once in a week…now... # Create instance of the API api = groupdocs_conversion_cloud...

    forum.groupdocs.cloud/t/internal-error-exceptio...
  10. Set Metadata By Property Name Match Regex | Doc...

    This REST Api allows to set document metadata new values choosing properties with names matching the specified regular expression. cURL example The following example demonstrates how to set metadata information to all properties that match regular expression “^NameOfApp.*”. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://Api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://Api....feedback On this page This REST API allows to set document metadata...cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token"...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...