Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 1,700 for

join

(0.44 sec)
  1. Merge documents to PDF | GroupDocs

    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...
  2. Merge Word Documents Online | Combine Two or Mo...

    Merge two or more Word documents online into one. Combine whole document or only the selective pages of multiple files online & programmatically....simple steps for loading and joining: Drag and drop your two or...below-mentioned code snippet to join two or more Word files using...

    blog.groupdocs.com/merger/merge-word-files-online/
  3. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Merger for .NET...a brief comparison of how to join documents using old and new...result = new DocumentHandler (). Join ( documentStreams ); Stream...

    docs.groupdocs.com/merger/net/migration-notes/
  4. Merge Excel spreadsheets | GroupDocs

    Follow this guide and learn how to merge MS Excel spreadsheets using Python via .NET programming language....join() with the path to each additional...second Excel spreadsheet merger . join ( "./input2.xlsx" ) # Save the...

    docs.groupdocs.com/merger/python-net/merge/excel/
  5. Merge images | GroupDocs

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

    docs.groupdocs.com/merger/net/merge/images/
  6. Agents and LLM Integration | GroupDocs

    GroupDocs.Merger for Python via .NET is AI agent and LLM friendly — machine-readable documentation, an MCP server, AGENTS.md shipped inside the pip package, and runnable code examples for AI-driven document assembly pipelines.... join ( "./section_methods.pdf" )...the results section merger . join ( "./section_results.pdf" )...

    docs.groupdocs.com/merger/python-net/agents-and...
  7. Legal Document Comparison API: Automate Contrac...

    Learn how to automate legal document comparison and contract review using GroupDocs.Comparison API for Node.js. Compare contract versions, track changes, and streamline legal workflows programmatically.... join ( __dirname , 'contracts' ,...const revisedContract = path . join ( __dirname , 'contracts' ,...

    blog.groupdocs.com/comparison/legal-document-co...
  8. Merge images | GroupDocs

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

    docs.groupdocs.com/merger/java/merge/images/
  9. Merge EPUB | GroupDocs

    Learn how to merge EPUB files, combine EPUB files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library....join() with the path to each additional...the second EPUB file merger . join ( "./input2.epub" ) # Save the...

    docs.groupdocs.com/merger/python-net/merge/epub/
  10. Merge text files | GroupDocs

    Learn how to merge TXT files, combine TXT files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library....join() with the path to each additional...the second text file merger . join ( "./input2.txt" ) # Save the...

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