1.2.0 • Published 1 year ago
@mtfm/cli v1.2.0
@mtfm/docx-to-html
Provides a command line application for converting documents between various formats.
This package is part of the Mutaforma monorepo.
Table of contents
Installation
npm install -g @mtfm/cliCommands
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 | 
Example
mtfm docx-to-html --i path/to/input/file.docx --o path/to/output/folder --c path/to/config/file.jsonConfiguration
For a comprehensive overview of all available configuration settings and the required structure of the configuration file, please refer to the official Mutaforma documentation.
License
MIT