vote up 3 vote down star
1

What is the easiest and quickest way to combine multiple pdf docs into a single pdf document, programmatically in C#?

I am not looking for a random list of .net PDF libraries (there are loads on SO already), rather a specific library (and function) which will do what I need quickly and easily...

Thanks!

flag

38% accept rate

1 Answer

vote up 4 vote down check

Here is an example in C# using iTextSharp (free open source): http://itextsharp.sourceforge.net/examples/Concat.cs

link|flag
1  
i would recommend iTextSharp too. – David Liddle Jul 11 at 10:45
cheers mitch, exactly what i needed :) – MalcomTucker Jul 11 at 10:52

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.