Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 1,688 for

join

(0.89 sec)
  1. How to merge images to JPEG using C# | GroupDocs

    Learn how to merge images to JPEG file, combine images into one JPEG file programmatically in C# language using GroupDocs.Merger for .NET library....Define image join options with horizontal join mode ImageJoinOptions...image file to merge merger . Join ( @"c:\sample2.png" , joinOptions...

    docs.groupdocs.com/merger/net/getting-started/u...
  2. How to merge JPG images using Java | GroupDocs

    Learn how to merge JPG image files, combine JPG image files into one file programmatically in java language using GroupDocs.Merger for Java library....Define image join options with horizontal join mode ImageJoinOptions...image file to merge merger . join ( "c:\sample2.jpg" , joinOptions...

    docs.groupdocs.com/merger/java/getting-started/...
  3. Fluent syntax | GroupDocs

    Following this guide you will learn how to use fluent syntax of GroupDocs.Merger for .NET API....methods include: Join two or more documents, Join a specific or...)) { merger . Join ( @"c:\document2.docx" ) . Join ( @"c:\document3...

    docs.groupdocs.com/merger/net/fluent-syntax/
  4. Merge pages from various documents | GroupDocs

    This article explains how to merge some pages from different documents into single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for Java....specific document pages from joined document into one resultant...page numbers or page ranges. Joined documents should be of the...

    docs.groupdocs.com/merger/java/merge-pages-from...
  5. Merge PPTX Presentations in Python with GroupDo...

    This article provides step-by-step instructions on merging PPTX presentations using GroupDocs.Merger for Python via .NET....Add Other PPTX Files : Use the join method to add additional PPTX...retrieved successfully" ) # Join another PPTX file to merge into...

    blog.groupdocs.com/merger/merge-pptx-in-python/
  6. GroupDocs.Merger Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....supported by following methods: Join MovePage RemovePage Split document... Aside this, API permits to join two or more documents of same...

    blog.groupdocs.com/categories/groupdocs.merger-...
  7. Merge Excel Files and Spreadsheets in Java | Co...

    Merge Excel spreadsheet files in Java. Combine specific sheets of XLS/XLSX files using Java merger API by GroupDocs....Further, it also shows how to join specific sheets from different...spreadsheet using the join method. Keep joining more spreadsheets...

    blog.groupdocs.com/merger/merge-excel-files-and...
  8. Diagram Formats are Supported in GroupDocs.Merg...

    GroupDocs.Merger for .NET 18.7 comes with some new features. The diagram formats are now supported for multiple methods such as Join, MovePage or RemovePage. For further details, please see release notes. Supported Diagram Formats Following diagram formats are supported by the API: VSDX VSDM VSSX VSSM VTX VSTM VDX VSTX VSX Features Above mentioned diagram formats are supported by following methods: Join MovePage RemovePage Split document SwapPages Trim Available Channels and Resources Here are a few channels and resources for you to learn, try and get technical support on GroupDocs....for multiple methods such as Join, MovePage or RemovePage. For...supported by following methods: Join MovePage RemovePage Split document...

    blog.groupdocs.com/merger/diagram-formats-are-s...
  9. Merge documents to DOC | GroupDocs

    This section describes how to import OLE objects into Word DOC/DOCX documents using C#/.NET... Join ( @"c:\document2.pdf" ); merger . Join ( @"c:\document3...merger . Join ( @"c:\document4.epub" ); merger . Join ( @"c:\document5...

    docs.groupdocs.com/merger/net/merge-documents-t...
  10. Merge documents to DOC | GroupDocs

    This section describes how to import OLE objects into Word DOC/DOCX documents using Java... join ( "c:\document2.pdf" ); merger . join ( "c:\document3...merger . join ( "c:\document4.epub" ); merger . join ( "c:\document5...

    docs.groupdocs.com/merger/java/merge-documents-...