0.2.2 • Published 11 years ago

docxconv v0.2.2

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

docxconv

Utility script to convert MS Word doc(x) files to clean HTML, using DOM cleanup and HTML Tidy.

Usage

docxconv [-fq] -o <path> [--watch] <file>|<path> ...

Options:
  -f, --format   conversion format                   [default: "html"]
  -o, --output   output destination <path>           [required]
  -q, --workers  queue worker concurrency <int>      [default: 4]
  --watch        watch for new documents

Requirements

See unoconv requirements.

Known Issues

Unoconv does not seem to currently work with LibreOffice version 4 and above. Haven’t tried with OpenOffice.

Tested and working with LibreOffice v3.6.7.

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.1

11 years ago