Hello Friends,
I want to know how to append pdf to existing pdf file?... e.g. I have a pdf with single page and after generation of reports from CR i want it to merge with the existing one. please guide me thru this.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Josef OdermattPosted Aug 28, 2014, 12:40 PM
Leadtools.Pdf.PDFFile firstFile = new Leadtools.Pdf.PDFFile("1.pdf");
// Merge it with the second, third and forth files
firstFile.MergeWith(new string[] { "2.pdf", "3.pdf", "4.pdf" }, "Output.pdf");
Guest UserPosted Aug 12, 2014, 11:08 PM
neelPosted Aug 12, 2014, 1:46 AM
Guest UserPosted Aug 12, 2014, 12:04 AM
What is CR?