Tool to convert HTML content to Word (DOCX) format. Use when you need to transform HTML documents, web pages, or HTML strings into Word documents with customizable page settings, margins, and compliance levels.
htmlUrlstringThe web address to the web page which will be converted to a Word document. Provide either htmlData, htmlUrl, or fileContent.
FileNamestringThe filename of the source HTML file with extension (e.g., 'file.html'). The file extension is mandatory.
encodingstringEncoding types supported for HTML conversion.
htmlDatastringThe HTML content which will be converted to a Word document. Provide either htmlData, htmlUrl, or fileContent.
pageSizestringPage size options for Word document.
MarginTopnumberSet the top margin value in points. The default value is -1, whereby a negative value does not change the existing page margin value.
pageWidthintegerSet the page width value in pixels. Used when pageSize is set to Custom.
MarginLeftnumberSet the left margin value in points. The default value is -1, whereby a negative value does not change the existing page margin value.
pageHeightintegerSet the page height value in pixels. Used when pageSize is set to Custom.
MarginRightnumberSet the right margin value in points. The default value is -1, whereby a negative value does not change the existing page margin value.
fileContentstringBase64-encoded content of the source HTML file. Provide either htmlData, htmlUrl, or fileContent.
MarginBottomnumberSet the bottom margin value in points. The default value is -1, whereby a negative value does not change the existing page margin value.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.