En

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 …][1]
May 4, 2021 · 3 min · Shoaib Khan

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][1].
August 19, 2020 · 4 min · Shoaib Khan