@mtfm/cli
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

@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/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

Example

mtfm docx-to-html --i path/to/input/file.docx --o path/to/output/folder --c path/to/config/file.json

Configuration

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

Package Sidebar

Install

npm i @mtfm/cli

Weekly Downloads

6

Version

1.2.0

License

MIT

Unpacked Size

126 kB

Total Files

49

Last publish

Collaborators

  • mbrt-yeah