What is DynamicPDF Merger for .NET?

DynamicPDF Merger is a 100% .NET library that gives developers the ability to add PDF functionality to any .NET application. Merger’s easy to use API gives you the programmatic, on-the-fly ability to Create, Form Fill, Merge, Append, Split, Encrypt (Password Protect), Watermark, Stamp, Rotate, Scale your PDFs and so much more! With a Free Evaluation Edition to try and with flexible and Royalty Free licensing options, why not start using DynamicPDF Merger Today!

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)

Features

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

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

Contact Us   |   Legal Stuff © 1997-2012 ceTe Software