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...
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...
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 Client Id and Client Secret. That will be used To invoke the GroupDocs Cloud API.
You can get it from existing Application or create new Application from Applications View of GroupDocs Cloud Dashboard....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...
This REST API allows setting Portrait or Landscape page orientation for specific or all Document pages. The result is a new Document that has orientation changed for specified pages. There are several ways To specify desired page numbers:
Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability To get only even/odd pages from the specified page range by setting RangeMode property. For protected Documents, it is also required To provide a password....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...
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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...