Convert HTML to Word File

Convert HTML to WORD

Usage

You can convert a HTML to a WORD document.

Input Arguments

Input ArgumentTypeDescriptionRequired?Advanced Option?Default
HTMLHtmlThe Html which shall be converted to an image✔️-

Output

ResponseTypeDescription
WordDOCXThe Word containing the HTML content.

Power Automate Examples

Convert HTML to WORD

We use a HTML as input and convert it into a WORD document.

HTML table
<table>
<tr> 
<th>Company</th>
<th>Contact</th>
<th>Country</th>
</tr>
<tr>
<td>Alfreds Futterkiste</td>
<td>Maria Anders</td>
<td>Germany</td>
</tr>
<tr>
<td>Centro comercial Moctezuma</td>
<td>Francisco Chang</td>
<td>Mexico</td>
</tr>
</table>

Picture

There are no options available in this action.

💡

Looking for the response of this example? If you scroll up you see an Output tab.

Power Apps Examples

Known Limtitations

⚠️
If you experienced other limitations please get in touch with us!