Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 528 for

join

(0.03 sec)
  1. Introducing more simplified and improved GroupD...

    GroupDocs.Merger for .NET allows you to merge or manipulate document structure across a wide range of file formats. Those who are new to this API, you can Join several documents into one, split single document to multiple documents, reorder or replace document pages, change page orientation and manage document password. Version 19.9 is a major release. We totally restructured the API and below are the reasons to migrate: Merger class introduced as a single entry point to manage the document processing of any supported file format API is improved to decrease memory usage Easy to instantiate proper options class and control over document structure manipulation processes Those who are already using the API, let us share the code difference....are new to this API, you can join several documents into one,...difference. We will see how to join documents using old and new...

    blog.groupdocs.com/merger/introducing-more-simp...
  2. Merge documents to PDF | Documentation

    This section describes how to import OLE objects into PDF documents using Java... join ( "c:\document2.doc" ); merger . join ( "c:\document3..."c:\document3.ppt" ); merger . join ( "c:\document4.xls" ); merger...

    docs.groupdocs.com/merger/java/merge-documents-...
  3. Merge documents to PDF | Documentation

    This section describes how to import OLE objects into PDF documents using C#/.NET... Join ( @"c:\document2.doc" ); merger . Join ( @"c:\document3...@"c:\document3.ppt" ); merger . Join ( @"c:\document4.xls" ); merger...

    docs.groupdocs.com/merger/net/merge-documents-t...
  4. How to merge GIF images using Java | Documentation

    Learn how to merge GIF image files, combine GIF 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.gif" , joinOptions...

    docs.groupdocs.com/merger/java/getting-started/...
  5. How to merge TIFF images using java | Documenta...

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

    docs.groupdocs.com/merger/java/getting-started/...
  6. How to merge BMP images using Java | Documentation

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

    docs.groupdocs.com/merger/java/getting-started/...
  7. How to merge PNG images using Java | Documentation

    Learn how to merge PNG image files, combine PNG 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.png" , joinOptions...

    docs.groupdocs.com/merger/java/getting-started/...
  8. “Merge PPTX Presentations in Node.js - GroupDoc...

    “This article demonstrates how to merge PPTX presentation files in Node.js with simple code examples using the GroupDocs.Merger for Node.js via Java API.”...Additional PPTX Files : Use the join method to add other PPTX files...PPTX files to merge merger . join ( inputFilePath ); // Add another...

    blog.groupdocs.com/merger/merge-pptx-in-nodejs/
  9. How to correctly merge documents using C# | Doc...

    This article describes how to correctly merge documents using GroupDocs.Merger for .NET product.... Join ( @"c:\sample2.pdf" ); // Merge...file stream to merge merger . Join ( fileStream2 ); // Merge DOCX...

    docs.groupdocs.com/merger/net/getting-started/u...
  10. Split or Merge PDF, PowerPoint, Excel, Word, Do...

    Split or Merge PDF, Word DOC/DOCX, XLS/XLSX Excel spreadsheets, PPT/PPTX presentations, Visio Drawings, eBooks, & more documents in Java. Steps & examples....done deciding the documents to join together: Instantiate Merger...documents are to be merged. Call join method, passing the document...

    blog.groupdocs.com/merger/merge-pdf-word-excel-...