0
votes

I am using itext dll to export gridview data to pdf. But it has one column as image whose URL is picked from database dynamically. On exporting this column, the path is exported instead of the image. How can i download the image on the fly (Like using Web Client, i used it for Export to Excel) so that the column after exported to PDF show up image instead of path.

1

1 Answers

0
votes

in itextsharp ddl you could use full path of image than you can crate pdf file. your image file path must be full like.

http://www.yourdomain.com/images/logo.png

or use replcae your image path than you'll create pdf.