Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 1,382 for

joining

(0.04 sec)
  1. Remove Metadata By Property Name | Documentation

    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...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  2. Edit Word Documents Online using a Free Word Ed...

    This blog post introduces a free Word editor to edit Word documents online effortlessly. You can now edit MS Word files without installing any software....to PDF using a File Converter Join Word Documents using a Word...

    blog.groupdocs.cloud/editor/edit-word-documents...
  3. Kết hợp các tệp PNG trong Java

    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...

    blog.groupdocs.cloud/vi/merger/combine-png-file...
  4. 用於合併和拆分文檔的 REST API 解決方案 | GroupDocs.合併雲

    GroupDocs.Merger Cloud 是一種 REST API 解決方案,用於合併和拆分文檔,例如 PDF、文字處理文檔、電子表格和更多受支持的格式。...0/merger/join" -H "accept: application/json"...response = apiInstance_Document.Join(request); Console.WriteLine("Output...

    blog.groupdocs.cloud/zh-hant/merger/a-rest-api-...
  5. REST API का उपयोग करके PDF फ़ाइलों को मर्ज करें...

    सी # में क्लाउड पर एक आरईएसटी एपीआई का उपयोग करके प्रोग्रामेटिक रूप से कई पीडीएफ फाइलों को मर्ज करें। .NET SDK का उपयोग करके दो या अधिक फ़ाइलों को संयोजित करने के लिए दस्तावेज़ विलय REST API का उपयोग करें।...Join(request); Console.WriteLine("Output... var response = documentApi.Join(request); Console.WriteLine("Output...

    blog.groupdocs.cloud/hi/merger/merge-multiple-p...
  6. Giải pháp API REST để hợp nhất và chia nhỏ tài ...

    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...

    blog.groupdocs.cloud/vi/merger/a-rest-api-solut...
  7. Combine Excel Sheets in Java - Excel Files Merger

    Install GroupDocs.Merger Cloud SDKs and develop your own Excel files merger programmatically. Combine Excel Sheets in Java using Cloud SDKs and REST APIs.... The join function will combine Excel...

    blog.groupdocs.cloud/merger/combine-excel-sheet...
  8. Add Metadata By Property Name Match Regex | Doc...

    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...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  9. Remove Metadata By Property Name Match Exact Ph...

    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...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  10. Set Metadata By Tag | Documentation

    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...

    docs.groupdocs.cloud/metadata/set-metadata-by-tag/