Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 363 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 363 Bytes

docx2txt - C#

Download docx2txt.exe

Usage

.gitattributes:

*.docx binary diff=docx

git config:

git config --local diff.docx.textconv docx2txt.exe
git config --local diff.docx.binary true

Windows only.

Build

./build.ps1

License

GNU GPL v3.0