Re: How to convert .doc file to .txt in Python

2015-04-09 Thread subhabrata . banerji
On Thursday, April 9, 2015 at 4:23:55 PM UTC+5:30, Tim Golden wrote: > On 09/04/2015 11:25, wrote: > > Dear Group, > > > > I was trying to convert .doc file to .txt file. > > > > I got of python-docx, zipfile but they do not seem to help me much. > > > > You may kindly suggest how to convert fro

Re: How to convert .doc file to .txt in Python

2015-04-09 Thread Tim Chase
On 2015-04-09 03:25, subhabrata.bane...@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

Re: How to convert .doc file to .txt in Python

2015-04-09 Thread subhabrata . banerji
On Thursday, April 9, 2015 at 3:56:09 PM UTC+5:30, subhabrat...@gmail.com wrote: > Dear Group, > > I was trying to convert .doc file to .txt file. > > I got of python-docx, zipfile but they do not seem to help me much. > > You may kindly suggest how to convert from .doc to .docx/.html/.pdf/.rt

Re: How to convert .doc file to .txt in Python

2015-04-09 Thread Tim Golden
On 09/04/2015 11:25, subhabrata.bane...@gmail.com wrote: > Dear Group, > > I was trying to convert .doc file to .txt file. > > I got of python-docx, zipfile but they do not seem to help me much. > > You may kindly suggest how to convert from .doc to > .docx/.html/.pdf/.rtf as from them I am bein

How to convert .doc file to .txt in Python

2015-04-09 Thread subhabrata . banerji
Dear Group, I was trying to convert .doc file to .txt file. I got of python-docx, zipfile but they do not seem to help me much. 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. If any one of the Python experts may kind