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.
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" # cURL example to join several documents into one curl -v "https://api....Assembly Product Solution GroupDocs...
This REST API allows you to add metadata information as properties with specified name.
cURL example The following example demonstrates how to add metadata date and time information in all properties that may have names containing specified string value.
Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables. 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" # Add metadata to a document curl -v "https://api....Assembly Product Solution GroupDocs...
Bản tin dành cho nhà phát triển GroupDocs vào tháng 6 năm 2017 mô tả các bản cập nhật API, cải tiến tính năng chính và sửa lỗi trong API thao tác tài liệu GroupDocs....Assembly cho Java hiện cho phép người...
.NET용 GroupDocs.Total API는 UI에 구애받지 않으며 ASP.NET, Windows Forms, WPF, WCF 또는 모든 유형의 응용 프로그램을 대상으로 하는 데 매우 유연합니다....Assembly – 6개의 새로운 기능 및 개선 사항 .NET...
خبرنامه توسعهدهنده GroupDocs در ژوئن 2017 بهروزرسانیهای API، پیشرفتهای اصلی ویژگیها و رفع اشکالها را در APIهای دستکاری سند GroupDocs توضیح میدهد....Assembly برای جاوا اکنون به کاربران...
GroupDocs.Merger Cloud is a modern REST-oriented API, that allows easy integration into existing systems.
Why use an SDK? Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of makingRequests and handlingResponses and lets you focus on writing code specific to your particular project.
SDK benefits Our supported SDKs are 100% tested and out of the box running....Assembly Product Solution GroupDocs...
This REST API allows to obtain basic information about the document. Endpoint accepts document storage path as input payload.
Here are the list of properties that can be obtained for a document:
Document file extension; Document size in bytes; Document file format; Document page count; Document encryption indicator. The table below contains the full list of properties.
Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required....Assembly Product Solution GroupDocs...