*We are currently using Aspose Words functionality in our project. We have a new requirement of adding Google Maps in a word file. Is this possible?
I have seen the option of adding HTML in a word doc by using document.InsertHTML method. I have tried the same and my HTML contained the code to call Google maps, but it did not work. I understand that google maps is web-based, so will it be possbile to render the same in a document.
Thanks in advance…*
Hi,
Thanks for your interest in Aspose.Words.
Unfortunately, Aspose.Words does not deal with Javascript and no Javascript is read or written during open and save HTML. Please refer to the following article:
https://docs.aspose.com/words/net/document-features-supported-on-html-import/
Moreover, in case you just want to display map images in Word document, you may use DocumentBuilder.InsertImage method:
https://reference.aspose.com/words/net/aspose.words/documentbuilder/insertimage/
If we can help you with anything else, please feel free to ask.
Best regards,
Thanks Awais for your quick response.