Reputation: 11
With Word 2016 Add-Ins, can I use a Restful call to send the Word document onto a Network Server once saved.
Upvotes: 1
Views: 130
Reputation: 5046
With Office.js you can get the document as either docx or pdf (using getFileAsync) and then use any REST service you (including OneDrive API through Graph) to upload it to a specific end point.
Upvotes: 4