Tag Archives: Merge Documents in CSharp

Merge Multiple File Types into Single Document using C#

To combine the data that is present in multiple documents, and sometimes in documents of different file types, there comes the need to merge all your documents or the portion of the documents into one. In this article, you will learn, how to merge multiple documents of either the same or different file types in one file using C#.

The following are the topics covered in this article:

  • .NET API - Merge Multiple Document Types
  • Merge PDF, Word, Excel files into one PDF
  • Merge Selective Pages of Multiple files into One File

Continue Reading ...

Posted in GroupDocs.Merger Product Family | Tagged , , ,

Merge PDF, Word Documents, Spreadsheets, Presentation Files in C#

Today, we will learn to programmatically merge PDF, Word documents, spreadsheets, presentations using C#. In an earlier post, we have seen the merging and splitting of documents using Java.

merge multiples pdf, word, excel, ppt files using csharp dotnet

This article will also show you the code examples regarding:

I will be using the GroupDocs.Merger for .NET in all the examples below. Before you proceed, you may get the API from either of the following options:… Continue Reading

Posted in GroupDocs.Merger Product Family | Tagged , , , ,