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 extract metadata properties from the document choosing the properties to extract by name.
cURL example The following example demonstrates how to extract metadata information from all properties with the exact same name as specified.
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 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...
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...
GroupDocs.Merger Cloud là một giải pháp API REST để Hợp nhất và Tách các tài liệu như PDF, tài liệu xử lý văn bản, bảng tính và các định dạng được hỗ trợ khác....0/merger/join" -H "accept: application/json"...response = apiInstance_Document.Join(request); Console.WriteLine("Output...
सी # में क्लाउड पर एक आरईएसटी एपीआई का उपयोग करके प्रोग्रामेटिक रूप से कई पीडीएफ फाइलों को मर्ज करें। .NET SDK का उपयोग करके दो या अधिक फ़ाइलों को संयोजित करने के लिए दस्तावेज़ विलय REST API का उपयोग करें।...Join(request); Console.WriteLine("Output... var response = documentApi.Join(request); Console.WriteLine("Output...
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...
REST APIs for documents & images conversion via Ruby. Convert between FODP, DOTX, PDF, Microsoft Word, Excel, PPTX, Project, HTML, email and images.... join( ', ' ) } ]" ) end Get Started...
REST APIs for documents & images conversion via Ruby. Convert between GZ, PSD, PDF, Microsoft Word, Excel, PPTX, Project, HTML, email and images.... join( ', ' ) } ]" ) end Get Started...
REST APIs for documents & images conversion via Ruby. Convert between GZIP, XLAM, PDF, Microsoft Word, Excel, PPTX, Project, HTML, email and images.... join( ', ' ) } ]" ) end Get Started...