Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 1,362 for

joining

(0.12 sec)
  1. Split Document | Documentation

    Split the Document Into Several One-Page Documents GroupDocs.Merger Cloud REST API provides an ability to split the document into several one-page documents by providing exact page numbers. The following example demonstrates how to split the document into three one-page documents with 3rd, 6th, and 8th pages. As a result, these documents will be produced: Document name Page numbers document_0 3 document_1 6 document_2 8 Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....document_2 8 Resource URI HTTP POST ~/join lets you call this REST API...application/json" # cURL example to join several documents into one curl...

    docs.groupdocs.cloud/merger/split-document/
  2. Kết hợp các trang tính Excel trong Java - Sáp n...

    Cài đặt SDK đám mây GroupDocs.Merger và phát triển việc hợp nhất các tệp Excel của riêng bạn theo chương trình. Kết hợp Trang tính Excel trong Java bằng SDK đám mây và API REST.... Hàm join sẽ gộp các sheet Excel thành...JoinRequest(options); // Hàm join sẽ gộp các sheet Excel thành...

    blog.groupdocs.cloud/vi/merger/combine-excel-sh...
  3. 使用 C# .NET 合併 PDF 檔案 |高效率合併 PDF

    了解如何使用 C# .NET 合併 PDF 檔案。使用 PDF 合併器合併 PDF 檔案的簡單步驟。將多個 PDF 文件連接成單一 PDF...Join(requestOutput); // 更多範例請參閱 https://github...var response = newApiInstance.Join(requestOutput); }catch(Exception...

    blog.groupdocs.cloud/zh-hant/merger/combine-pdf...
  4. C# .NET을 사용하여 PDF 파일 결합 | PDF를 효율적으로 병합

    C# .NET을 사용하여 PDF 파일을 결합하는 방법을 알아보세요. PDF 병합을 사용하여 PDF 파일을 병합하는 쉽고 간단한 단계입니다. 여러 PDF 문서를 단일 PDF로 연결...Join(requestOutput); // https://github...var response = newApiInstance.Join(requestOutput); }catch(Exception...

    blog.groupdocs.cloud/ko/merger/combine-pdf-file...
  5. 在 Java 中合併 PNG 文件

    以程式設計方式在 Java 中組合 PNG 檔案。 GroupDocs.Merger 提供企業級 REST API 和 Cloud SDK,可將 PNG 檔案無縫合併為一個。... 呼叫 join 方法將PNG檔案合併為一個。 您可以複製並貼上以下程式碼範例來建立檔案格式轉換器:...JoinRequest(options); // 呼叫 join 方法將 PNG 檔案合併為一個。 DocumentResult...

    blog.groupdocs.cloud/zh-hant/merger/combine-png...
  6. Merge PowerPoint Files into One - Simplify Your...

    Learn how to easily merge PowerPoint files into one in Java. This article provides a step-by-step guide and code examples for Java developers....comma-separated list of created join items. Next, set the output...presentations by calling the join() method of the DocumentApi...

    blog.groupdocs.cloud/merger/merge-powerpoint-fi...
  7. Merge Word Documents in Java

    Learn how to merge Word documents DOC or DOCX in Java using GroupDocs.Merger Cloud SDK for Java with this comprehensive step-by-step guide....comma-separated list of created join items. Next, set the output...Word DOCX files by calling the join() method of the DocumentApi...

    blog.groupdocs.cloud/merger/how-to-merge-word-d...
  8. انضم إلى مستندات Word باستخدام أداة دمج مستندات...

    اتبع هذا الدليل لمعرفة كيفية الانضمام إلى مستندات Word برمجياً. كشف GroupDocs.Merger عن حزم SDK السحابية وواجهات برمجة تطبيقات REST لدمج مستندات Word....outputPath = "Output/joined.docx"; // قم بتهيئة مثيل لفئة...طريقة الانضمام. documentApi.join(new merger_cloud.JoinRequest(options))...

    blog.groupdocs.cloud/ar/merger/join-word-docume...
  9. Get Supported File Formats | Documentation

    GroupDocs.conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.conversion Cloud REST API resource has been used in the Supported File Formats example. cURL example Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v2.0/conversion/formats' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl.... Join ( "," , formats ))); } } } catch...#{ format . target_formats . join ( ', ' ) } ]" ) end end end...

    docs.groupdocs.cloud/conversion/get-supported-f...
  10. C# Sloučení souborů PDF do jednoho - C# Sloučen...

    Přečtěte si, jak sloučit soubory PDF v C# pomocí sady GroupDocs.Merger Cloud SDK pro .Net. Podrobný průvodce pro bezproblémové sloučení PDF ve vašich aplikacích C#....získáte výsledky voláním metody join() DocumentApi a předáním parametru... var response = documentApi.Join(request); Console.WriteLine("Successfully...

    blog.groupdocs.cloud/cs/merger/how-to-merge-pdf...