Skip to content

gromperen/doctxt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple docx to txt converter written in C.

Topics

Resources

License

Stars

Watchers

Forks