0.2.2 • Published 9 years ago

docxtohtml v0.2.2

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

#About This script is meant to take a .docx downloaded from google docs and convert it to a nicely formatted .html file. It is assumed the google docs file is made with almost exclusively with the tags <ul> and <li>.

Dependencies

  • homebrew (for installing pandoc and node)
  • pandoc
  • node

Installation

Using Homebrew you can instal node and pandoc using the following.

1. Homebrew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
2. Pandoc
brew install pandoc
3. Node
brew install node

Usage

node docxtohtml.js <filename.docx>

Notes

This is basically a mashup of the following.

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.1

9 years ago