Click here to Skip to main content
15,895,667 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
When i generate my grid view to pdf form using i text sharp in asp.net & c# the image in pdf form cannot displaying..the pdf generating form containing one image..its disappearing after pdf form generating
Posted
Comments
KaushalJB 28-Aug-14 3:10am    
Update your question with the itextsharp image code that you place for pdf generation

1 solution

Probably it about image
src
.

Can you change your image code
FROM
<img src="../images/vuqar.png" />

TO
<img src="http://www.yourwebsitename.com/images/vuqar.png" /> 


Probably it will work

Cheers
 
Share this answer
 
Comments
[no name] 28-Aug-14 4:08am    
both are i tried its occurred "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond x.x.x.x:x"

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