/doctxt

Simple docx to txt converter written in C.

Primary LanguageCGNU General Public License v3.0GPL-3.0

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