This package has been deprecated

Author message:

No longer maintained

docxify-node

1.3.2 • Public • Published

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

Package Sidebar

Install

npm i docxify-node

Weekly Downloads

10

Version

1.3.2

License

MIT

Unpacked Size

16.6 kB

Total Files

23

Last publish

Collaborators

  • stoelzle