How to merge multiple PDF documents
Merging multiple PDF document could be easily achieved by loading all the document’s pages and writing all of them into a new PDF document.
This following code examples will help you on how to merges multiple PDF documents.
- The basic example on how to merge multiple PDF document: Basic merge procedure
- This example illustrates on how to handle merging document forms (AcroForm): Advanced merge procedure