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....'Accept: application/json' # Join several documents into one curl...'Accept: application/json' # Join several documents into one curl...
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....application/json" # Example to join several documents into one curl...application/json" # Example to join several documents into one curl...
How to Merge Multiple File Types into One Document using Ruby... Finally, call the join() method and save the merged...output file. Finally, call the join() method and save the merged...
PowerPoint 파일을 하나의 파일로 병합하거나 PPT 파일을 온라인에서 무료로 결합하세요. 이 문서에서는 C#에서 PowerPoint PPT/PPTX 프레젠테이션을 병합하고 결합하는 방법을 다룹니다....마지막으로 JoinRequest로 DocumentApi의 join() 메서드를 호출하여 결과를 얻습니다. 다음 코드... var response = documentApi.Join(request); Console.WriteLine("Successfully...
آموزش ترکیب فایل های PDF با استفاده از C#.NET. مراحل آسان و ساده برای ادغام فایل های PDF با استفاده از ادغام PDF. چندین سند PDF را به یک PDF متصل کنید...Join(requestOutput); // نمونه های...var response = newApiInstance.Join(requestOutput); }catch(Exception...
Impariamo come combinare documenti Word in C#. GroupDocs.Merger offre SDK cloud e API REST per unire i documenti Word a livello di codice....JoinRequest(options); // Richiama il metodo Join per combinare documenti Word... var response = documentApi.Join(request); Console.WriteLine("Successfully...
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 Client Id 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....application/json" # cURL example to join several documents into one curl...application/json" # cURL example to join several documents into one curl...
This REST API allows to set document metadata new values choosing properties with names matching the specified regular expression.
cURL example The following example demonstrates how to set metadata information to all properties that match regular expression “^NameOfApp.*”.
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....application/json" # cURL example to join several documents into one curl...application/json" # cURL example to join several documents into one curl...
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....application/json" # cURL example to join several documents into one curl...application/json" # cURL example to join several documents into one curl...