Merge PDF


The HiQPdf software is able to merge loaded PDF documents and created PDF documents using the PdfDocument.AddDocument(PdfDocument) method.

Merge PDF Demo


In this demo you can learn how to merge multiple PDF document into a single PDF document. Initially is created an empty document which will become the final document. 

Then the two PDF files are loaded into two PdfDocuments objects which are added to the empty document.