I have developed a word add-in/plugin using yeoman. Now I got stuck where i am calling rest API from word add-in and i am getting content in form of key value pair in dictionary from Rest API call and need to insert that text on word doc under same heading as key in response.
Is it feasible to do ? or we can get word doc from API and we can show this api object(word doc) on same window/word screen using word add-in/plug-in ??
You can get the base64 file and then use the following code: