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....Buy Now Pricing Information SDKs Policies My Orders & Quotes...: [] } ... ] } } SDK examples Using an SDK (API client) is the...
This article is about how to convert Word to JPEG, PNG, or GIF Image File in Python...Conversion REST API - Python SDK How to Convert Word to JPEG using...Conversion REST API - Python SDK # For converting JPG , PNG and...
GroupDocs.Annotation for Cloud API 為開發人員提供了一個 API,用於創建支持文本和圖形註釋的高級在線文檔註釋工具...NET SDK 示例。統一資源標識符 https://api.groupdocs...Bearer xxxxxxxxxxxxxxxxxxxx” .NET SDK 示例 //TODO: Get your AppSID and...
Highlight Text in PDF using a PDF highlighter offered by GroupDocs.Annotation. You can programmatically perform this task using Cloud Sdks and REST API....js SDK Highlight Text in PDF using REST...Highlighter REST API and Node.js SDK # For highlighting the text in...