Tag Archives: Merge Files in Java

Merge Multiple File Types into One using Java

Merging different documents is often required when you intend to gather the scattered data of different documents into one single file. In this article, you will learn to automate the documents merging process. This will show how to programmatically merge multiple documents of either the same or different file types into one file using Java. In another post, we discussed merging multiple files of different formats using C#.

The following topics are covered in this article:

  • Java API - Merge Multiple Files
  • 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 , , ,