Hello there,
I am inserting some images during mail merge process in Aspose Document and
finally saving it in HTML format to send as an email attachment.
Because Html output file and its images are saved on some folder on server,
when the email recipient opens the attachment, the images are not available as they are opened from the client machine and not from the server.
I want to replace value of img ‘src’ attribute value so that it changes the image reference to location on server.
Could you please guide me how can I access <img…/> tags in html document.
Thank you!