How to convert .doc file to .txt in Python

Tim Chase python.list at tim.thechases.com
Thu Apr 9 07:10:46 EDT 2015


On 2015-04-09 03:25, subhabrata.banerji at gmail.com wrote:
> You may kindly suggest how to convert from .doc
> to .docx/.html/.pdf/.rtf as from them I am being able to convert
> to .txt. 

Use an external tool such as "wv", "antiword", or "catdoc" that has
already done the hard work for you.

-tkc







More information about the Python-list mailing list