Microsoft Word · Arazzo Workflow
Microsoft Word Author Document from HTML
Version 1.0.0
Create a blank Word document, insert HTML content into its body, and save it.
Provider
Workflows
author-document
Create a document, insert HTML, and save it.
Creates a blank Word document, inserts HTML content into the body, and saves the document.
1
createDocument
createDocument
Create a new blank Word document. The JavaScript API returns 201 with the new document object.
2
insertHtml
insertHtml
Insert the HTML content into the document body at the requested location. The JavaScript API returns 200 with the affected range.
3
saveDocument
saveDocument
Save the document to persist the inserted content. The JavaScript API returns 204 with no content on success.