This REST API allows to set document metadata new values choosing properties which values are matching the specified.
cURL example The following example demonstrates how to set metadata information to all properties with the “Microsoft Office Word” value.
Linux/MacOS/Bash # First get JSON Web Token # Please get your ClientId and Client Secret from https://dashboard.groupdocs.cloud/applications. # The credentials are read from environment variables Client_Id and Client_SECRET. 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....Token # Please get your ClientId and Client Secret from https://dashboard...environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api...
Easily extract specific pages from word documents as indivIdual files. This article is about how to extract pages from word documents using Rest API in Ruby...groupdocs_merger_cloud Please get your ClientID and Client Secret from the dashboard...examples. Once you have your ID and secret, add in the code as...
Learn how to merge PDF files in C# using the GroupDocs.Merger Cloud SDK for .Net. Step-by-step guIde for seamless PDF merging in your C# applications....0 Next, collect the ClientID and Client Secret from the dashboard...available code examples. Add ClientID and Client Secret in the code as...
Use a REST API to easily alter text files using Python. Use this robust solution to easily edit, update, and customize web pages....# Next, access your ClientID and Client Secret from the dashboard...
GroupDocs.Conversion API helps in converting various file formats. This tutorial is about how to convert PowerPoint to PDF using File Conversion API in Ruby...groupdocs_conversion_cloud Please get your ClientID and Secret from the GroupDocs... Once you have your ClientID and Client Secret, add these in...
How to convert CSV files to PDF format with ease using our step-by-step guIde. Easy and simple CSV to PDF conversion using C# and GroupDocs.Conversion Cloud API.... ClientID and Client Secret). Please follow...Configuration class where we pass client credentials as arguments. var...
How to use GroupDocs.Translation Cloud SDK for translating CSV files....Client ; using GroupDocs.Translation.Cloud.Sdk.Client.Auth...Translation . Cloud . Sdk . Client . Configuration ; using HttpStatusCode...
使用 Java REST API 轻松简单地将 HTML 转换为 Word 文档。使用 Java REST API 在线将 HTML 文件转换为 MS Word 文档 DOC 或 DOCX...<repository> <id>repository.groupdocs.cloud</id> <name>repository...GroupDocs Cloud Dashboard 上注册并获取您的客户端 ID 和客户端密钥(请遵循本 教程 中指定的说明)。 如何在Java中将HTML转换为Word...
Programmatically Annotate DOCX Files using REST API on the cloud in Python with Document Annotation Cloud SDK for Python....oud Please get your ClientID and Client Secret from the dashboard...available code examples. Add your ID and secret in the code as demonstrated...
Programmatically Extract Pages from PDF using a REST API on the cloud in Python. Use document merger REST API to split files using Python SDK....groupdocs_merger_cloud Please get your ClientID and Client Secret from the dashboard...examples. Once you have your ID and secret, add in the code as...