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

join

(0.17 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...it will also show how you can join specific sheets of different...files using a similar C# code. Joining multiple presentations into...

    blog.groupdocs.com/groupdocs.blog/page/19/
  2. How to merge images to PDF using Java | GroupDocs

    Learn how to merge images to PDF file, combine images into one PDF file programmatically in Java language using GroupDocs.Merger for Java library.... join ( "c:\sample2.png" ); // Add...image file to merge merger . join ( "c:\sample3.bmp" ); // Merge...

    docs.groupdocs.com/merger/java/getting-started/...
  3. Merge PDF | GroupDocs

    Learn how to merge PDF files, combine PDF files into one file programmatically in C# language using GroupDocs.Merger for .NET library.... Join ( @"c:\sample2.pdf" ); // Merge...another PDF file to merge merger . Join ( @"c:\sample2.pdf" , pdfJoinOptions...

    docs.groupdocs.com/merger/net/merge/pdf/
  4. Attachments in PDF document | GroupDocs

    Work with PDF attachments: extract, add, remove, and search images using Python via .NET.... join ( "SampleFiles" , "Output" )...file_type ) with open ( os . path . join ( output_dir , attachment ....

    docs.groupdocs.com/watermark/python-net/attachm...
  5. Document page builder - how to merge particular...

    Merge specific pages from multiple documents using API with GroupDocs.Merger. Create tailored, unified documents effortlessly.... Join the documents one by one to merge using the Join method...document any particular page of joined documents previously for each...

    blog.groupdocs.com/merger/page-builder-how-to-m...
  6. Supported Audio Types | GroupDocs

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

    docs.groupdocs.com/merger/java/supported-audio-...
  7. 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-...
  8. 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-...
  9. 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...
  10. Merge pages in the arbitrary order | GroupDocs

    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...