项目作者: gromperen

项目描述 :
Simple docx to txt converter written in C.
高级语言: C
项目地址: git://github.com/gromperen/doctxt.git
创建时间: 2020-08-21T16:23:25Z
项目社区:https://github.com/gromperen/doctxt

开源协议:GNU General Public License v3.0

下载


doctxt

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

Dependecies

libzip, libxml2 for building

  1. $ apt install libxml2-dev
  2. $ apt install libzip-dev

Installation

Install dependecies first.

  1. $ make clean
  2. $ make
  3. $ make install

Usage

  1. $ doctxt [FILE] [-o OUTFILE]

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