Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi problem fixed
With Respect
Posted
Updated 26-Feb-15 19:49pm
v5
Comments
Sergey Alexandrovich Kryukov 26-Feb-15 16:05pm    
May I ask you why? PDF is a pretty bad format except some cases, so why?
—SA

One of the way to compose a PDF is using iText, or its .NET port, iTextSharp:
http://en.wikipedia.org/wiki/IText[^],
http://itextpdf.com/[^],
http://sourceforge.net/projects/itextsharp/[^].

In included the reference to Java iText site as well, because most documentation is there. If you understand C#, it would not be difficult to understand Java-bases API documentation.

—SA
 
Share this answer
 
Hi,

There are very good open source library for processing the Pdf file in .Net namely (iTextSharp, PDFSharp and PDF Clown) for processing the PDF file.

There is an example code here for adding the image into PDF file.

one more with iTextSharp library here

I hope it would solve your problem otherwise I can also provide an example for you.

Regards,
Sathish
 
Share this answer
 

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