Most viewed recipes tagged "pythoncom"http://code.activestate.com/recipes/tags/pythoncom/views/2012-05-08T06:39:43-07:00ActiveState Code RecipesConverts doc files into text files on Windows platform (Python) 2012-05-08T06:39:43-07:00Shao-chuan Wanghttp://code.activestate.com/recipes/users/4168519/http://code.activestate.com/recipes/578121-converts-doc-files-into-text-files-on-windows-plat/ <p style="color: grey"> Python recipe 578121 by <a href="/recipes/users/4168519/">Shao-chuan Wang</a> (<a href="/recipes/tags/conversion/">conversion</a>, <a href="/recipes/tags/pythoncom/">pythoncom</a>, <a href="/recipes/tags/word/">word</a>). </p> <p><strong>READ BEFORE YOU USE THE CODE</strong></p> <p><strong>Requirements</strong></p> <ol> <li>Windows platform</li> <li>Python 2.7</li> <li>pywin32, <a href="http://sourceforge.net/projects/pywin32/" rel="nofollow">http://sourceforge.net/projects/pywin32/</a></li> <li>Word application installed on running machine</li> </ol>