Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 30,955 for

client id

(0.15 sec)
  1. Swap Pages | Documentation

    This REST API allows swapping two pages of positions within the source document. The result is a new document where two pages have their positions exchanged. For swapping pages positions it’s needed to specify page numbers along with a path to document in storage. For protected documents, it is also required to provIde a password. The table below contains the full list of properties that can be specified while swapping document pages.... VersionId File version Id Useful for storages that support...Token * Please get your Client Id and Client Secret from https://dashboard...

    docs.groupdocs.cloud/merger/swap-pages/
  2. Quick Start | 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...API you need to get a Client Id and a Client Secret . This will...

    docs.groupdocs.cloud/comparison/quick-start/
  3. internalError: Conversion from pdf to doc file ...

    https://forum.groupdocs.cloud/t/internalerror-conversion-from-pdf-to-doc-file-failing/3294/2 ClientId: 93e6a30f-1579-42fe-8200-9aed077d1fab Client Secret: 9fdc9364f673436b6893230691a14eb6...command and credentials(client ID and client secret) via a private...command and credentials(client ID and client secret) via a private...

    forum.groupdocs.cloud/t/internalerror-conversio...
  4. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Merger Cloud product. Resources The following GroupDocs.Editor Cloud REST API resource has been used in the get supported file types example. HTTP POST ~/formats cURL example The following example demonstrates how to get supported file types. Request * 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" argument....Token * 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/merger/get-supported-file-...
  5. Remove Metadata By Tag | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how to remove all metadata properties with the “Created” tag name. Request # 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" argument. curl -v "https://api....Token # 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/metadata/remove-metadata-b...
  6. Extract Metadata By Property Value | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties which values are matching the specified value. cURL example The following example demonstrates how to extract metadata information from all properties with the “Microsoft Office Word” value. Request # 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" argument....Token # 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/metadata/extract-metadata-...
  7. Remove Metadata By Property Name Match Regex | ...

    This REST API allows to remove metadata properties from the document choosing the properties with names matching the specified regular expression. cURL example The following example demonstrates how to remove metadata properties that match regular expression “^[N]ame[A-Z].*”. Request # 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" argument. curl -v "https://api....Token # 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/metadata/remove-metadata-b...
  8. 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. Request # 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" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#Client_credentials&Client_Id#xxxx&Client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Token # 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/metadata/extract-whole-met...
  9. GroupDocs.Viewer Cloud | Cloud Document Renderi...

    Java REST API & SDK for viewing & rendering most popular document file formats in the cloud. View Word, Excel, PowerPoint, OpenOffice, HTML, emails, PDF, etc....Requirements Building the API client library requires: Java 1.7+...Cloud and lookup/create Client ID and Client Secret at Cloud Dashboard...

    releases.groupdocs.cloud/viewer/java/
  10. Set Metadata By Property Value | Documentation

    This REST API allows to set document metadata new values choosing properties which values are matching the specified. cURL example The following example demonstrates how to set metadata information to all properties with the “Microsoft Office Word” value. Request # 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" argument. curl -v "https://api....Token # 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/metadata/set-metadata-by-p...