This REST API allows to set Document metadata new values choosing properties to edit 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 set new metadata creator name.
Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.Cloud/applications. # Place the Client Id and Secret in the environment variables $CLIENT_ID and $CLIENT_SECRET....Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...
This REST API allows to extract metadata properties from the Document choosing the properties to extract by name.
cURL example The following example demonstrates how to extract metadata information from all properties with the exact same name as specified.
Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.Cloud/applications. # Place Client Id in $CLIENT_ID and Client Secret in $CLIENT_SECRET. curl -v "https://api....Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...
This REST API provides the functionality to extract data from Documents. This method parses Document content by a user-generated template.
The template can be provided as an object or storage path. For protected Documents, it is also required to provide a password.
The table below contains the full list of properties that can be specified when parsing Documents by a template.
Name Description Comment FileInfo.FilePath The path of the Document, located in the storage....Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...
Note You can easily create a trial account on GroupDocs Cloud for evaluation. Please visit our Trial for GroupDocs.CloudDocument page You get access to all the features of GroupDocs.Annotation Cloud using free trial plan with monthly data processing limit. There are no limitations and no evaluation messages on Documents This plan is intended to give you a good idea of the service’s capabilities and let you do some early development....Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...
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 Using an SDK (API client) is the quickest way for a developer to speed up the development....Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...
Нow-to insert different types of elements, such as hyperlinks, bookmarks, barcodes, into reports dynamically using GroupDocs Assembly Cloud....Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...
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....Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...
Note This example related to Self-hosted version of GroupDocs.Conversion-Cloud only The metered license can be used in Self-hosted version of GroupDocs.Conversion-Cloud. Here is an example how to retrieve metered license consumption.
You can find more information about Self-hosted version at How to self-host GroupDocs.Conversion Cloud with Docker
Resource URI HTTP GET ~/conversion/consumption
cURL example Linux/MacOS/Bash # cURL example to get metered license consumption curl -v "https://api.groupdocs.Cloud/v2.0/conversion/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" Windows PowerShell # cURL example to get metered license consumption curl....Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...
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....Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...
This REST API allows to add metadata properties to the Document choosing the right place to add by exact tag and category name.
cURL example The following example demonstrates how to add metadata date and time information in all properties that have specified tag.
Linux/MacOS/Bash # Get JWT token 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' # Join several Documents into one curl -v 'https://api....Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...