Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 1,431 for

join

(0.1 sec)
  1. First Public Release of GroupDocs.Merger for Ja...

    We are pleased to announce GroupDocs.Merger for Java 18.8. A back-end document manipulation API that allows to split, remove or reorder pages in a document of supported format. Pages could be swapped or trimmed. You can also manage documents protection. GroupDocs.Merger for Java allows to check document protection and then set, remove or update password. Aside this, API permits to Join two or more documents of same file format into one.... Aside this, API permits to join two or more documents of same...

    blog.groupdocs.com/merger/first-public-release-...
  2. Merge pages in the arbitrary order | Documentation

    This article explains how to merge arbitrary pages from different documents into a single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for .NET.... Join ( filePath2 ); PageBuilder pageBuilder...Merger ( filePath )) { merger . Join ( filePath2 ); PageBuilderOptions...

    docs.groupdocs.com/merger/net/merge-pages-in-ar...
  3. Add text watermarks | Documentation

    This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to images or documents.... save ( join ( output_directory , "result...

    docs.groupdocs.com/watermark/python-net/add-text/
  4. Merge XLSX files using Java

    Discover the process of how to merge XLSX files using Java. Enhance document management efficiency by learning how to combine XLSX files in Java programming....join method to include additional...installations are needed to join XLSX files using Java . After...

    kb.groupdocs.com/merger/java/merge-xlsx-files-u...
  5. Merge TXT files using C#

    Explore the method of how to merge TXT files using C#. Improve document management efficiency by acquiring the knowledge of how to combine TXT files in C# programming....Join method to incorporate additional...extra software installations to join TXT files using C# . After setting...

    kb.groupdocs.com/merger/net/merge-txt-files-usi...
  6. Merge PPTX files using C#

    Uncover the method of how to merge PPTX files using C#. Boost document management effectiveness by mastering the technique to combine PPTX files in C# programming....Join method to include additional...software installations for how to join PPTX files using C# . After...

    kb.groupdocs.com/merger/net/merge-pptx-files-us...
  7. 在 C# 中合并 PDF、Word、Excel、PowerPoint 文件 | .NET 合并...

    使用 GroupDocs 在 C# 中的 Merger API,以编程方式在基于 .NET 的应用程序中合并 PDF、Word 文档、电子表格、演示文件。... 调用Merger类的 Join 方法,传入第二个文档进行合并。 调用 Save 方法保存合并的文档。...Merger(@"document1.pdf")) { merger.Join(@"document2.pdf"); merger.Save(@"merged...

    blog.groupdocs.com/zh/merger/merge-pdf-word-exc...
  8. Merge images | Documentation

    Learn how to merge image files, combine image files into one file programmatically in Node.js via Java language using GroupDocs.Merger for Node.js via Java library.... join ( ' c :/ sample2 . jpg ' , imageJoinOptions...

    docs.groupdocs.com/merger/nodejs-java/merge/ima...
  9. Merge and split CSV files in C# - GroupDocs.Merger

    This article explains how to merge and split CSV files using C# language with GroupDocs.Merger for .NET API. Simplify data handling with effective file management....additional CSV files: Use the Join method to add other CSV files...another CSV file to merge merger.Join(Constants.SAMPLE_CSV_2); //...

    blog.groupdocs.com/merger/merge-and-split-csv-u...
  10. Merge text files | Documentation

    Learn how to merge TXT files, combine TXT files into one file programmatically in net language using GroupDocs.Merger for Python via .NET library.... join ( "c:/sample2.txt" ) merger...

    docs.groupdocs.com/merger/python-net/merge/txt/