Usage via the Command Line Interface (CLI)
Installation
To install Mutaforma's CLI type the following in your command prompt:
npm i -g @mutaforma/cli
Commands
mtfm docx-to-html
The mtfm docx-to-html
command is used to convert a DOCX document to an HTML document.
Options | |||
---|---|---|---|
Name short | Name long | Description | Mandatory |
--i | --input | Absolute or relative path to input file | Yes |
--o | --output | Absolute or relative path to output folder | Yes |
--c | --config | Absolute or relative path to configuration file | No |