Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 382 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 382 Bytes

doctxt

doctxt is a simple, fast docx to txt conversion tool written in C.

Dependecies

libzip, libxml2 for building

$ apt install libxml2-dev
$ apt install libzip-dev

Installation

Install dependecies first.

$ make clean
$ make
$ make install

Usage

$ doctxt [FILE] [-o OUTFILE]

If -o is omitted output will be written to out.txt