Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 528 for

join

(0.02 sec)
  1. Supported Archive Types | Documentation

    This section describes GroupDocs.Merger for Java supported archive types. The Library supports ZIP, TAR and many more.... Format Description Join Split Cross-format archive merging...

    docs.groupdocs.com/merger/java/supported-archiv...
  2. Merge and split EPUB files in C# - GroupDocs.Me...

    Learn how to merge and split EPUB files using C# with GroupDocs.Merger for .NET. Try the powerful features for managing your EPUB documents.... Join additional EPUB files : Utilize the Join method to...merger.Join( @"C:\path\to\your\second.epub" ); merger.Join( @"C...

    blog.groupdocs.com/merger/merge-and-split-epub-...
  3. 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...
  4. Supported Image Types | Documentation

    This section describes GroupDocs.Merger for Java supported image types. The Library supports JPEG, GIF, TIFF and many more.... Format Description Join Split Extract pages Cross-format...

    docs.groupdocs.com/merger/java/supported-image-...
  5. 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-...
  6. Merge PDF, Word, Excel, PowerPoint Files in C# ...

    Programmatically merge PDF, Word documents, spreadsheets, presentation files within your .NET based applications using the Merger API by GroupDocs in C#.... Call the Join method of Merger class and pass...Merger(@"document1.pdf")) { merger.Join(@"document2.pdf"); merger.Save(@"merged...

    blog.groupdocs.com/merger/merge-pdf-word-excel-...
  7. Supported Image Types | Documentation

    This section describes GroupDocs.Merger for .NET supported image types. The Library supports JPG, BMP, PNG, TIF and many more.... Format Description Join Split Extract pages Rotate Cross-format...

    docs.groupdocs.com/merger/net/supported-image-f...
  8. Releasing GroupDocs.Merger for .NET API - Reord...

    We are pleased to announce GroupDocs.Merger for .NET 18.5. 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 .NET 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/releasing-groupdocs.m...
  9. 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 Java.... join ( filePath2 ); PageBuilder pageBuilder...Merger ( filePath ); { merger . join ( filePath2 ); PageBuilderOptions...

    docs.groupdocs.com/merger/java/merge-pages-in-a...
  10. 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/