Click here to Skip to main content
15,897,519 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
I have one image control in asp.net and setting its image url in run time
But how can i show that image in pdf
Posted
Comments
Sergey Alexandrovich Kryukov 19-Aug-11 23:11pm    
What do you use to read or write PDF?
--SA

1 solution

How do we know what do you use to write PDFs?

You could use iTextSharp to work with PDF in .NET; see http://en.wikipedia.org/wiki/ITextSharp[^], http://itextpdf.com/[^].

Find some samples in this part of one of the manuals: http://www.mikesdotnetting.com/Article/87/iTextSharp-Working-with-images[^].

—SA
 
Share this answer
 
Comments
Abhinav S 20-Aug-11 0:03am    
My 5.
Sergey Alexandrovich Kryukov 20-Aug-11 0:05am    
Thank you, Abhinav.
--SA

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