JavaScript is not enabled in your browser. You must enable JavaScript to browse this website. See here for detailed instruction on how to enable JavaScript.
PDF Merger allows you to merge multiple PDF files into a single PDF file.
//Load two or more existing PDF files PdfDocument doc1 = new PdfDocument(pdfFileName1); PdfDocument doc2 = new PdfDocument(pdfFileName1); //Merge them into a single PDF file PdfDocument mergedDoc = PdfDocument.Merge(doc1, doc2); //Now you can do anything with the merged PDF file such //as modifying, saving, merging, cloning, etc. ....
'Load two or more existing PDF files Dim doc1 As New PdfDocument(pdfFileName1) Dim doc2 As New PdfDocument(pdfFileName2) 'Merge them into a single PDF file Dim mergedDoc As PdfDocument = PdfDocument.Merge(doc1, doc2) 'Now you can do anything with the merged PDF file such 'as modifying, saving, merging, cloning, etc. ....
Detailed documentation and sample code about this feature can be found in the download package.
Product Documentation
All features are explained in great details in the product documentation. It also contains complete reference information for each type, property or method;
Samples
The download package contains a wide variety of samples with full C# and Visual Basic.NET source code that demonstrate how to use different feature of the EO.Pdf library.
Technical Support
Still have questions? Post in our support forum or contact us and we will answer them quickly. Our turn around time is among the best in the industry.