I am using documentBuilder.insertHTML to insert an HTML string into a document. The HTML string includes an <IMG tag.
When the URL for the image is "localhost," the image displays correctly in the document. When the url is a remote host, the image does not display. It is replaced with a small box containing an x.
How do I get a remote image to display correctly? The image displays fine in IE or Outlook, just not a document created from Aspose.
I am using version 4. Thanks for your help.