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....Assembly Product Solution GroupDocs...
Find the latest software development kits (SDKs) that help you easily integrate GroupDocs.Rewriter Cloud into your applications....Assembly Product Solution GroupDocs...
یکپارچهسازیها و نمونههای جدید Cloud API، محصولات منتشر شده و بهروزرسانیها و موارد دیگر در خبرنامه فوریه 2014 ما....Assembly for Cloud app mod for Simple...
cloud api on Document Processing REST APIs | GroupDocs Cloud Recent content in cloud api on Document Processing REST APIs | GroupDocs Cloud Créer des factures en ligne dans le cloud en quelques éta......Assembly Cloud. Téléversez un modèle...
Bản tin dành cho nhà phát triển GroupDocs tháng 11 năm 2017 mô tả các bản cập nhật API, các cải tiến tính năng chính và các bản sửa lỗi trong API thao tác tài liệu GroupDocs....Assembly for .NET và Java 17.9 – Hỗ...
Integrações e novas amostras de Cloud API, lançamentos e atualizações de produtos e muito mais em nosso boletim informativo de fevereiro de 2014....Assembly for Cloud app mod para Simple...
This REST API allows to extract metadata properties from the document choosing the properties to extract 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 extract metadata creator information from all properties that have particular string phrase in theirs tag names.
Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Assembly Product Solution 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....Assembly Product Solution GroupDocs...