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.*”.
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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...
This REST API allows To set Document metadata new values choosing properties with specified name.
cURL example The following example demonstrates how To set metadata information To all properties with the exact same name as specified.
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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...
How-To-use GroupDocs Assembly Cloud features in most practical situations when working with lists, tables, charts and other Document elements....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...
Get the File Listing of a Specific Folder This API allows you To get a list of all files of a specific folder from the specified Cloud STorage. If you do not pass sTorage name API will find folder in GroupDocs Cloud STorage.
API Explorer GroupDocs.conversion Cloud API Reference lets you To try out List Files in a Folder API right away in your browser. It allows you To effortlessly interact and try out every single operation that our APIs exposes....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...
This REST API allows extracting text from the whole Document by default. You need To specify only the file information parameters.
Resource The following GroupDocs.Parser Cloud REST API resource has been used in the extract text from the whole Document example.
cURL example The following example demonstrates how To extract text from the whole Document.
Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...
Get the File Listing of a Specific Folder This API allows you To get a list of all files of a specific folder from the specified Cloud STorage. If you do not pass sTorage name API will find the folder in GroupDocs Cloud STorage.
API Explorer GroupDocs.EdiTor Cloud API Reference lets you try out List Files in a Folder API right away in your browser. It allows you To effortlessly interact and try out every single operation that our APIs expose....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...
GroupDocs.Comparison Cloud allows To compare more than 2 Documents that are protected with a password.
The following code sample shows how To compare password-protected Documents.
API usage There are steps that usage of GroupDocs.Comparison Cloud consists of:
Upload input Documents inTo cloud sTorage Compare Documents or get Document info Download comparison result Document from sTorage Steps 1 and 3 are sTorage operations, please refer To this File API Documentation for usage details....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...
Create an account Creating an account is very simple. Go To https://dashboard.groupDocs.cloud To create a free account.
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. This will will be used To invoke GroupDocs Cloud API. You can get it by creating a new Application.
Install the SDK of your choice GroupDocs for Cloud SDK is written in different languages, all you need To get started is adding our SDK To your existing project....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...