Merging PDFs Together (C# and VB.NET)
C# and VB.NET code for merging two PDF files together.
C# Code:
1: MergeDocument document = MergeDocument.Merge(@"C:\Merge A.pdf", @"C:\Merge B.pdf");
2: document.Draw(@"C:\Merged Ouput.pdf");
VB.NET Code:
1: Dim MyDocument As MergeDocument = MergeDocument.Merge("C:\MerA.pdf", "C:\MerB.pdf")
2: MyDocument.Draw("C:\Merged Output.pdf")
Why Choose DynamicPDF Merger?
Download Merger Today! (37.1 MB)
Below is a list of some of our highlighted features. For a full list of features please review our Full Feature Chart.
|
Feature Highlights |
| PDF Input |
| Create PDF from Scratch or import existing PDFs (from a File, Byte Array or System.IO.Stream) |
| PDF Merging |
| Merge & Append Multiple PDFs |
| Fill, Reorganize, Flatten, Extract Acro Form Fields |
| Encryption & Decryption (40-bit and 128-bit) |
| PDF Features |
| PDF Archiving (PDF/A-1a and PDFA-1b) |
| PDF Prepress (PDF/X-1a and PDFX-3) |
| PDF Tagging (Logical Structure) |
| Linearization (Fast Web View) |
| Page Elements (Over 60) |
| Barcodes, Charts, Form Fields, Digital Signatures, Images, Bookmarks, Tables, Lists, and so much more |
| Font Support |
| Built-in Fonts, Open Type or Type 1 Fonts, Unicode, Right to Left, Kerning and Tracking Support |
| Color Support |
| Gradients, Spot, Web, RGB, CMYK, Grayscales and over 140 Predefined Colors |
| PDF Output |
| Output to a File, Byte Array, System.IO.Stream Object or a System.Web.Page object |
| System Information |
| Supports .NET Framework 2.0, 3.0, 3.5 and 4.0 (32-bit and 64-bit deployment) |
See lots more features on our Full Feature Chart!
Performance was a major consideration during the development of DynamicPDF
Merger for .NET. The techniques used to parse and manage the imported data are
extremely fast and well designed. Only the data required in the output document
is parsed and commonly used documents or pages can be stored as static variable to
eliminate repeated parsing of the same data. This results in extremely fast
performance. Take a look at the examples page for
some performance statistics.
Other DynamicPDF Tools also Available
|