Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi

I need to merge an PDF with another PDF in C# .net

Where the first PDF is stored in an folder and the second PDF is generated dynamically at the runtime.

I need the merge the static file with the dynamic file. the output PDF must be generated.

Please share your ideas.

Thanks in advance.

Regards
Victor

[edit]SHOUTING removed - OriginalGriff[/edit]
Posted
Updated 30-Apr-13 3:22am
v2
Comments
OriginalGriff 30-Apr-13 9:23am    
DON'T SHOUT. Using all capitals is considered shouting on the internet, and rude (using all lower case is considered childish). Use proper capitalisation if you want to be taken seriously.

Using iTextSharp .dll you can merged the .pdf files.
 
Share this answer
 
Take a look: Simple .NET PDF Merger[^]

There are a couple of PDF mergers available on the Internet. But, either they are commercial products or don't support printing of the header and/or footer text, which is particularly interesting, e.g., to print the page number.

The presented PDF merger uses the open source PDF library iTextSharp to process PDF files. The sample solution also includes a tiny Windows Forms application to demonstrate the functionality.


Fortunately we have such a good thing as code project, don't we dude?
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900