How do I 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.
- Basic merge procedure.
This is the basic example on how to merge multiple PDF document
- Advanced merge procedure.
This example illustrates on how to handle merging document forms (AcroForm)