Merging PDF’s with PDFBox
Tweet
Merging Portable Document Format documents using PDFBox couldn’t be simpler. The developer(s) of PDFBox has taken care of all of the hard work and encapsulated it in one class of their Application Programming Interface. All you need to do is use it.
The class I am referring to is the PDFMergerUtility class. This class provides everything you need to take multiple single or multi page PDFdocuments and merge them into one PDF document. Below I will go over the simple steps …
