views:

584

answers:

3

What is the optimum way to merge 2 PDF files with ITextSharp in C#? I'm using ASP.NET/.NET3.5.

+2  A: 

I've used code based on the following article with success:

Simple .NET PDF Merger

Jay Riggs
Nice example :)
John Weldon
I can confirm this example also works with ITextSharp v5.0. Nice!
LordHits
+1  A: 

The ITextSharp tutorial shows you how to concat files... merging should be very similar.

John Weldon
A: 

Why after merge file all my TextField disappear? aren't editable anymore...

gigiot