Click here to Skip to main content
15,880,967 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I have a requirement in which the user enters text/image/charts in different text boxes. On the submit of the button a pdf is generated in a specific layout.
The problem is i am able to generate the text in PDf using itextsharp library. But i am unable to see the image coming in it.
Kindly help me on how to do this.
Posted
Comments
Richard MacCutchan 22-Dec-15 2:42am    
Where is the image, what form is it in ... ?
tewari.nivedita@gmail.com 22-Dec-15 3:16am    
it could be any image a simple drag and drop. it is a simple windows form richtextbox.

1 solution

You need to check the documentation[^] to see how to access the image from the control.
 
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