Microsoft Word · Arazzo Workflow
Microsoft Word Inspect Document and Export HTML
Version 1.0.0
Read an Open XML document's structure, update its properties, list its paragraphs, and export it to HTML.
Provider
Workflows
inspect-and-export-html
Inspect a document, update properties, and export to HTML.
Reads an Open XML document's structure, updates its properties, lists its paragraphs, and converts the document to HTML.
1
getDocument
getWordDocument
Retrieve the document metadata and structure counts. The service returns 200 with the document.
2
updateProperties
updateOpenXmlProperties
Update the document title and keywords. The service returns 200 with the updated properties.
3
listParagraphs
listDocumentParagraphs
List the document paragraphs to capture their text content before export. The service returns 200 with the paragraph collection.
4
exportHtml
convertDocument
Convert the document to HTML for web publishing. The service returns 200 with the converted binary content.