Skip to content

kavithacd/docx2txt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

doc2txt

Converts Word Docx file to Text, including headers and footers

This uses the docx.py engine written by mikemaccana to create a script that converts word docx files to text. The script is simple to use:

python docx2txt.py foo.docx foo.txt

The default is that it will extract the document body as well as the headers and footers. If you don't want the headers and footers you can add -noheader and/or -nofooter to the command line. There is also a -v (verbose) and -h (help).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%