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
Create a new Open XML Word document with the supplied filename, title, and author. The service returns 201 with the new document.
2
addParagraph
Add a paragraph to the document body. The service returns 201 with the created paragraph.
3
addTable
Add a table with the requested rows and columns to the document. The service returns 201 with the created table.
4
convertDocument
Convert the finished document to the requested target format. The service returns 200 with the converted binary content.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.