1.3.2 • Published 6 years ago

docxify-node v1.3.2

Weekly downloads
8
License
MIT
Repository
github
Last release
6 years ago

docxify-node

Build Status Known Vulnerabilities NPM version XO code style styled with prettier

Convert MS Word (DOCX) files to markdown.

Install

$ npm install --global docxify-node

Requires Node.js 6+. Requires Pandoc.

Usage

Usage
  $ docxify <source> [<destination>] [options]

Options
  --open    Open the generated markdown file.
  --silent  Mute all output.

Examples
  $ docxify foo.md
  $ docxify foo.md foo.docx --open

If .docxify/reference.docx is available, use it as reference file for pandoc.

Use the specified file as a style reference in producing a docx file. For best results, the reference docx should be a modified version of a docx file produced using pandoc. The contents of the reference docx are ignored, but its stylesheets and document properties (including margins, page size, header, and footer) are used in the new docx. (...)

License license

MIT © Stefan Stölzle

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.3.0-0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.2.0-0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago