Images are not loading from URL in word document

Hi Team,

I’m using aspose.words product for the objective HTML to word conversion. We have made images of few math equations by using 3rd party API URLs. Images are rendering proper in HTML but can’t export in word due to loading time. Can you please help us to show images from URL in the word?

Is this any way to use navigation timeout/load external resources for aspose.words?

Thanks,
Ahmed Shair

@technisoft,

Thanks for your inquiry. Please ZIP and upload your input HTML file and Aspose.Words generated Word document (DOCX file) showing the undesired behavior here for testing. We will investigate the issue on our end and provide you more information.

You can try the HtmlLoadOptions.WebRequestTimeout property to specify the number of milliseconds to wait before the web request times out. The default value is 100000 milliseconds (100 seconds).