Microsoft Word · Arazzo Workflow
Microsoft Word Generate Document and Convert to PDF
Version 1.0.0
Create a Word document with the Open XML SDK, add a paragraph and a table, then convert it to PDF.
Provider
Workflows
generate-and-convert
Create a document, add a paragraph and table, and convert to PDF.
Creates an Open XML document, adds a paragraph and a table to its body, then converts the document to the requested target format.
1
createDocument
createWordDocument
Create a new Open XML Word document with the supplied filename, title, and author. The service returns 201 with the new document.
2
addParagraph
addParagraph
Add a paragraph to the document body. The service returns 201 with the created paragraph.
3
addTable
addTable
Add a table with the requested rows and columns to the document. The service returns 201 with the created table.
4
convertDocument
convertDocument
Convert the finished document to the requested target format. The service returns 200 with the converted binary content.