DynamicPDF Merger is a .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, Secure, Stamp, Rotate, Scale, Join & Combine 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!

Feature Highlights

  • Combine, Merge, Append, Split, Encrypt, Watermark
  • Stamp, Rotate and Scale PDFs
  • Fill and flatten PDF form fields
  • Extract text from PDFs
  • Includes Generator(Create PDF files from scratch)

Combining PDFs Together in .NET

C# code for combining two PDF files together.

Combining PDFs Together in .NET
// Create a MergeDocument object by combining two PDFs.
MergeDocument document = MergeDocument.Merge(@"Combine DocA.pdf", @"Combine DocB.pdf");
 
// Save the combined PDF.
document.Draw(@"Combined Ouput.pdf");

Combining PDFs Together in .NET

C# code for combining multiple PDF files together.

Combining PDFs Together in .NET
// Create a MergeDocument object with the first PDF.
MergeDocument document = new MergeDocument(@"DocumentA.pdf");
 
// Combine only the first two pages of second PDF.
document.Append(@"Combine DocB.pdf", 1, 2);
 
// Combine all pages in third PDF.
document.Append(@"Combine DocC.pdf");
 
// Save the combined PDF.
document.Draw(@"Combined Output.pdf");
For pricing and more details click here.

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
Merge, Append, Split, Encrypt , Watermark, Secure, Stamp, Rotate and Scale PDFs
Fill and Flatten PDF form fields
Extract text from PDFs
Includes Generator (Create PDF files from scratch)
Add digital signatures, encryption, barcodes, charts & much more
HTML and image conversions
Simple object model
.NET Framework 2.0, 3.5 and 4.x
.NET Standard 2.0 (.NET Core, Mono, UWP, Xamarin.Android and Xamarin.iOS)
Flexible Licensing - Server & Developer (royalty free)
Page Elements (Over 80)
Label, Page Numbering Label, Link, Note, Text Area and HTML Area
Image, Background Image, Bookmarks, Outlines, and so much more
Security and Encryption
Digital Signatures and Certificates
RC4 40-Bit and 128-Bit Encryption
AES 128-Bit and 256-Bit Encryption
Fonts and Text
14 Core Fonts, 7 CJK Fonts, Open Type and True Type fonts
Character Shaping, Font Kerning, Font Tracking, and so much more
Acro Form Fields
Button, Check box, Combo box, List box, Radio button, Text field
PDF Input
Import existing PDFs from a File, Byte Array or System.IO.Stream
PDF Output
Save to File, Byte Array, System.IO.Stream, System.Web.Page

Resource Center