Is there a straight forward way to append one PDF doc to another using iTextSharp?

Posted by Danno on Stack Overflow See other posts from Stack Overflow or by Danno
Published on 2009-02-19T20:00:46Z Indexed on 2010/04/30 15:17 UTC
Read the original article Hit count: 312

Filed under:
|
|

I've scoured the Web looking for examples on how to do this. I've found a few that seem to be a little more involved then they need to be. So my question is, using iTextSharp, is there a fairly concise way to append one PDF document to another one?

Optimally this would NOT involve a third file. Just open the first PDF doc, append the second PDF doc to the first and then close them both.

© Stack Overflow or respective owner

Related posts about pdf

Related posts about itextsharp