How to insert an image into Word from a URL
问题 I am currently working on an Office.js add in for Word and I am trying to insert an image from a given Url. I was reviewing the Office.js documentation which is located at : InlinePicture object (JavaScript API for Word) I see that they may have a built in functionality of getting the base64 representation from a img url by "getBase64ImageSrc()" . The documentation on the dev office website is either misleading or incorrect. Looking to see if anyone has built a word-addin that inserts an