Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 7,655 for

joining

(0.06 sec)
  1. 在 C# 中合并 Word 文档

    让我们学习如何用 C# 组合 Word 文档。 GroupDocs.Merger 提供云 SDK 和 REST API,用于以编程方式合并 Word 文档。... 调用 Join 方法来合并Word文档。 将以下代码片段复制并粘贴到主...// 调用 Join 方法来合并 Word 文档。 var response = documentApi.Join(request);...

    blog.groupdocs.cloud/zh/merger/combine-word-doc...
  2. How To Convert XFA PDF Form to DOCX in Python U...

    Hi, I get this message in the converted file (it says successful) Please wait… If this message is not eventually replaced by the proper contents of the document, your PDF viewer may not be able to display this type o…...join(dir_input,filename) remote_name = os.path.join(dir_input...docx') output_name = os.path.join(dir_output,output_name) request_upload...

    forum.groupdocs.cloud/t/how-to-convert-xfa-pdf-...
  3. Merge Multiple Excel Files into One using REST ...

    Programmatically Merge Multiple Excel Files into One using a REST API on the cloud in Node.js with Document Merger Cloud SDK for Node.js....comma separated list of created join items Set the output file path...JoinOptions Get results by calling the join() method of the DocumentAPI...

    blog.groupdocs.cloud/2021/07/30/merge-multiple-...
  4. ادغام فایل های PNG در Node.js - کتابخانه ادغام PNG

    GroupDocs.Merger برای ادغام تصاویر PNG به صورت برنامه نویسی، Cloud SDK را برای Node.js ارائه می دهد. توسعه دهندگان Node.js می توانند این API را به راحتی نصب کنند و روش های مختلفی را فراخوانی کنند....JoinItem که سند را برای عملیات join توصیف می کند، راه اندازی کنید...راه اندازی کنید و آن را به روش join برای ادغام فایل های JPG ارسال...

    blog.groupdocs.cloud/fa/merger/merge-png-files-...
  5. Combine Excel Files Into One PDF File Using Gro...

    Hi, I am new to groupdocs.merger and it’s a great product. I am mergeing pdf, doc, docx, xlsx, xls and pptx using the cURL API. But the excel sheet always breaks the columns into the next page on the output pdf file. I…...0/merger/join" \ -X POST \ -H "Content-Type:...} ], "OutputPath": "Output/joined.pdf" }" godwinoluyomi July...

    forum.groupdocs.cloud/t/combine-excel-files-int...
  6. groupdocs-conversion-cloud-node/README.md at ma...

    Node.js SDK to communicate with the GroupDocs.Conversion REST API. Convert between 50+ document & image formats with zero initial cost. - groupdocs-conversion-cloud-node/README.md at master · groupdocs-conversion-cloud/groupdocs-conversion-cloud-node... join ( ", " ) + "]" ) ; } ) ; } )...[" + format . targetFormats . join ( ", " ) + "]" ) ; } ) ; } )...

    github.com/groupdocs-conversion-cloud/groupdocs...
  7. เข้าร่วมเอกสาร Word โดยใช้การรวมเอกสาร Word

    ทำตามคำแนะนำนี้เพื่อเรียนรู้วิธีรวมเอกสาร Word โดยทางโปรแกรม GroupDocs.Merger ได้เปิดเผย Cloud SDK และ REST API เพื่อรวมเอกสาร Word...JoinRequest และส่งผ่านไปยังเมธอด join ข้อมูลโค้ดต่อไปนี้แสดงวิธีการผสานเอกสาร...options.outputPath = "Output/joined.docx"; // เริ่มต้นอินสแตนซ์ของคลาส...

    blog.groupdocs.cloud/th/merger/join-word-docume...
  8. Ruby で複数のテキスト ファイルを 1 つに結合またはマージする方法

    テキスト結合を使用すると、複数のテキスト ファイルを 1 つのテキスト ファイルに結合できます。 Ruby で複数のテキスト ファイルを 1 つに結合またはマージする方法を学びましょう。...JoinRequest を使用して DocumentAPI の join() メソッドを呼び出して結果を取得します これは、プログラムによって...GroupDocsMergerCloud::JoinOptions.new @options.join_items = [@item1, @item2] @options...

    blog.groupdocs.cloud/ja/merger/how-to-combine-o...
  9. Объедините текстовые файлы с помощью слияния фа...

    Установите GroupDocs.Merger Cloud SDK для Node.js и программно объединяйте текстовые файлы. Это объединение текстовых файлов просто в использовании и предлагает широкий спектр функций....JoinRequest и передайте его в метод join . В следующем примере кода показано...options.outputPath = "Output/joined.txt"; // Инициализируйте экземпляр...

    blog.groupdocs.cloud/ru/merger/combine-text-fil...
  10. Merge Multiple Documents in Java

    Learn how to merge documents of different types in Java using GroupDocs.Merger Cloud SDK for Java. Streamline your document management with ease....comma-separated list of created join items. Next, set the resultant...one PDF file by calling the join() method of the DocumentApi...

    blog.groupdocs.cloud/merger/merge-documents-of-...