Best approach to create a Word document (.docx) from plain text

Hi,

Google Docs allows you to create documents from HTML- you can use for example Markdown input and using built-in functions convert it to HTML. That’s one example- the most convenient in my opinion.

Then you can simply convert it to .docx using the Google Drive Download a File module and Advanced settings.

1 Like