Skip to content
Jonathan Goode edited this page Jan 2, 2019 · 2 revisions
Convert Microsoft Word (.docx) files to markdown (.md).

Usage:
  php ./docx2md.php [options=[values]] [path/to/dir|source.docx] [path/to/dir|destination.md]

Options:
  -d, --debug[=1|2] Output debug info then terminate: 1=XML from Word, 2=intermediary XML
  -i, --image       Parse images during conversion
  -t, --test        Output test results then terminate
  -v, --version     Display this application version

If no destination file is specified, output will be written to the console excluding any images.
Clone this wiki locally