How can I append a new pdf file with an old one using C#? Do I need an external lib for that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yeah you won’t get this out of the box w/ .NET. You can look at http://itextpdf.com/ or some other commercial libraries. There are some open source pieces out there, you may want to check http://www.pdfsharp.net/. I haven’t used these much in .NET, but worth a look.