I have <img>
tag inside html format mail like below:
<img src="cid:image001.png@01CF3975.B5497200">
How to convert this tag to a image in pdf? (I'm using iTextSharp.)
Thanks in advance.
I have <img>
tag inside html format mail like below:
<img src="cid:image001.png@01CF3975.B5497200">
How to convert this tag to a image in pdf? (I'm using iTextSharp.)
Thanks in advance.