This REST API provides the functionality to remove files which no more useful in Parse endpoint. You can use storage methods to remove template files as well. The table below contains the full list of properties.
Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the Delete Template example....application/json" # cURL example to join several documents into one curl...
Kết hợp các tệp PNG trong Java theo chương trình. GroupDocs.Merger cung cấp API REST và SDK đám mây cấp doanh nghiệp để kết hợp liền mạch các tệp PNG thành một.... Gọi phương thức join để kết hợp các tệp PNG thành...DocumentResult response = apiInstance.join(request); System.out.println("Output...
GroupDocs.Merger는 Node.js용 Cloud SDK를 제공하여 프로그래밍 방식으로 PNG 이미지를 병합합니다. Node.js 개발자는 이 API를 쉽게 설치하고 다양한 메서드를 호출할 수 있습니다....JoinRequest 클래스의 인스턴스를 초기화하고 이를 join 메서드에 전달하여 JPG 파일을 병합합니다. 다음...전달하여 JPG 파일을 병합합니다. documentApi.join(new merger_cloud.JoinRequest(options))...
GroupDocs.Merger Cloud는 PDF, 워드 프로세싱 문서, 스프레드시트 및 기타 지원 형식과 같은 문서를 병합 및 분할하기 위한 REST API 솔루션입니다....0/merger/join" -H "accept: application/json"...response = apiInstance_Document.Join(request); Console.WriteLine("Output...
This REST API allows to remove metadata properties from the document choosing the properties with specified name.
cURL example The following example demonstrates how to remove metadata properties that may have names containing “Application” string.
Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -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...
This REST API allows you to add metadata information as properties which names are match the specified regular expression.
cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name that have string ‘print’ in any place of the name.
Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument....application/json" # cURL example to join several documents into one curl...
This REST API allows to set document metadata new values choosing properties by exact tag and category name.
cURL example The following example demonstrates how to set metadata information to all properties with the “Creator” tag name.
Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....application/json" # cURL example to join several documents into one curl...
This REST API allows to remove metadata properties from the document choosing the properties with specified name.
cURL example The following example demonstrates how to remove metadata properties that have exact “NameOfApplication” names.
Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -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...
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 date and time information in all properties that may have names containing “Date” value.
Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....application/json" # cURL example to join several documents into one curl...