Merging PDFs

Stimulsoft Reports.NET discussion
Post Reply
amandus99
Posts: 25
Joined: Fri Oct 16, 2009 7:53 am

Merging PDFs

Post 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!

Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Merging PDFs

Post 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.
Mpanal
Posts: 43
Joined: Thu Sep 07, 2006 11:28 am
Location: Spain

Merging PDFs

Post by Mpanal »

You can merge pdfs programatically with itextsharp. Is a free .net library for manipulate pdf files.

http://sourceforge.net/projects/itextsharp/

Best,

Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Merging PDFs

Post by Andrew »

Thank you for sharing your knowledge with other developers.
amandus99
Posts: 25
Joined: Fri Oct 16, 2009 7:53 am

Merging PDFs

Post by amandus99 »

@Mpanal

Thank you!
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Re: Merging PDFs

Post 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.
Post Reply