Page 1 of 1
Merging PDFs
Posted: Mon Oct 25, 2010 5:13 am
by amandus99
Hi,
is it possible to merge an existing pdf with a pdf that will be created with stimulsoft?
So a user uploads a pdf and it will be merged into a pdf that will be created with stimulsoft.
Thank you!
Merging PDFs
Posted: Tue Oct 26, 2010 1:27 am
by Andrew
Hello,
This task in not about the reporting tool. So we do not have such functionality.
You can do it using third party utilities.
Thank you.
Merging PDFs
Posted: Tue Oct 26, 2010 8:57 am
by Mpanal
You can merge pdfs programatically with itextsharp. Is a free .net library for manipulate pdf files.
http://sourceforge.net/projects/itextsharp/
Best,
Merging PDFs
Posted: Tue Oct 26, 2010 9:40 am
by Andrew
Thank you for sharing your knowledge with other developers.
Merging PDFs
Posted: Thu Oct 28, 2010 4:07 am
by amandus99
@Mpanal
Thank you!
Re: Merging PDFs
Posted: Sun Mar 10, 2013 7:12 am
by Andrew
Hello,
One more PDF-merging utility, PdfSharp project
http://www.pdfsharp.com/PDFsharp/ . They have a sample that demonstrates how you can merge two PDF files using that library
http://www.pdfsharp.com/PDFsharp/index. ... &Itemid=45.
I hope this helps too.
Thank you.