MS Word parser

Josiah Carlson josiah.carlson at sbcglobal.net
Mon Jun 18 02:47:19 EDT 2007


kenicheema at gmail.com wrote:
> I'm currently using antiword to extract content from MS Word files.
> Is there another way to do this without relying on any command prompt
> application?

There is also wvware http://wvware.sourceforge.net/, but it is also 
generally a command-line application.  Either of these programs are open 
source, so you could (with a bit of work) wrap them with Swig or Pyrex 
to access them directly from Python.

  - Josiah



More information about the Python-list mailing list