Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 5,656 for

secret client

(0.07 sec)
  1. Extract Whole Metadata Tree | Documentation

    This REST API allows to extract whole metadata properties tree. cURL example The following example demonstrates how to retrieve all metadata properties. 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" # Example to join several documents into one curl -v "https://api.groupdocs.cloud/v1.0/metadata" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" \ -d '{ "FileInfo": { "FilePath": "documents/input....Please get your Client Id and Client Secret from https://dashboard..."grant_type=client_credentials&client_id= $CLIENT_ID &client_secret=...

    docs.groupdocs.cloud/metadata/extract-whole-met...
  2. Combine Excel Sheets in Java - Excel Files Merger

    Install GroupDocs.Merger Cloud SDKs and develop your own Excel files merger programmatically. Combine Excel Sheets in Java using Cloud SDKs and REST APIs....the API credentials (Client ID, Client Secret) from the API Cloud...you need a set of Client ID & Client Secret to make API calls...

    blog.groupdocs.cloud/merger/combine-excel-sheet...
  3. Combine PNG Files in Java

    Combine PNG Files in Java programmatically. GroupDocs.Merger offers enterprise-level REST APIs and Cloud SDKs to seamlessly combine PNG files into one....API credentials (Client ID + Client Secret) from the API Cloud...have obtained our Client ID and Client Secret. Further, we have...

    blog.groupdocs.cloud/merger/combine-png-files-i...
  4. Extract Metadata By Property Name Match Regex |...

    This REST API allows to extract metadata properties from the document choosing the properties which names are matching the specified regular expression. cURL example The following example demonstrates how to extract metadata information from all properties with the “dc” string in the beginning of the name. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The values are taken from environment variables Client_ID and Client_Secret....Please get your Client Id and Client Secret from https://dashboard...environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  5. 4. Convert One Note Document with Load Options ...

    This example demonstrates how to convert one note documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Please get your Client Id and Client Secret from https://dashboard...Kindly place Client Id in "$CLIENT_ID" and Client Secret in "$CLIENT_SECRET"...

    docs.groupdocs.cloud/conversion/convert-one-not...
  6. Add Watermark to PNG in Java

    GroupDocs.Watermark provides lightweight and robust Cloud SDKs and REST APIs for Java developers to programmatically add watermark to PNG images....avail API credentials (Client ID, Client Secret) from the API Cloud...in obtaining your Client ID & Client Secret. Add Watermark to...

    blog.groupdocs.cloud/watermark/add-watermark-to...
  7. Overview | Documentation

    GroupDocs.Classification Cloud is a REST API for classification documents. Note Our GroupDocs.Classification Cloud REST API comes with many features crucial to organizations, such as: Classification of the raw texts. Classification of batches of raw texts. Classification of documents for next supported file formats: Portable Document Format: PDF; Microsoft Word: DOC, DOCX, DOCM, DOT, DOTX, DOTM; OpenDocument Formats: ODT, OTT; Rich Text Format: RTF; Plain Text File: TXT. Multilingual Sentiment Analysis with Sentiment and Sentiment3 taxonomies....application with an unique Client Id and Client Secret combination after...previously specified Cliend Id + Client Secret credentials. You can check...

    docs.groupdocs.cloud/classification/overview/
  8. Delete Template | Documentation

    This REST API provides the functionality to remove files which no more useful in Parse endpoint. You can use storage methods to remove template files as well. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the Delete Template example....Please get your Client Id and Client Secret from https://dashboard...place Client Id in "client_id" and Client Secret in "client_secret"...

    docs.groupdocs.cloud/parser/delete-template/
  9. Convert GIF File to JPG in Java

    Install GroupDocs.Conversion Cloud SDK for Java to convert GIF file to JPG. Build a GIF to JPG converter module for your business application....API credentials (Client ID + Client Secret). Again, it is super...difficulty in obtaining Client ID and Client Secret. How to Convert GIF...

    blog.groupdocs.cloud/conversion/convert-gif-fil...
  10. Quickstart | Documentation

    Create an account Creating an account is very simple. Go to Dashboard to create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard. Create an API Client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret.... Create an API client app Before you can make any...you need to get a Client Id and a Client Secret . This will will...

    docs.groupdocs.cloud/metadata/quickstart/