Skip to content

Converts Word Docx file to Text, including headers and footers

License

Notifications You must be signed in to change notification settings

iyad-obeid/python-docx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-docx

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 docx2text.py foo.docx foo.txt

The default is that it will just extract the document body. If you want the header and footer as well you can add -header and/or -footer to the command line. There is also a -v (verbose) and -h (help).

About

Converts Word Docx file to Text, including headers and footers

mailto:python.docx@librelist.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%