parsing MS word docs -- tutorial request

Reedick, Andrew jr9445 at ATT.COM
Wed Oct 29 12:58:09 EDT 2008


> -----Original Message-----
> From: python-list-bounces+jr9445=att.com at python.org [mailto:python-
> list-bounces+jr9445=att.com at python.org] On Behalf Of
> bp.tralfamadore at gmail.com
> Sent: Tuesday, October 28, 2008 10:26 AM
> To: python-list at python.org
> Subject: parsing MS word docs -- tutorial request
> 
> All,
> 
> I am trying to write a script that will parse and extract data from a
> MS Word document.  Can / would anyone refer me to a tutorial on how to
> do that?  (perhaps from tables).  I am aware of, and have downloaded
> the pywin32 extensions, but am unsure of how to proceed -- I'm not
> familiar with the COM API for word, so help for that would also be
> welcome.
> 
> Any help would be appreciated.  Thanks for your attention and
> patience.
> 
> ::bp::
> --
> http://mail.python.org/mailman/listinfo/python-list


Word Object Model:
	http://msdn.microsoft.com/en-us/library/bb244515.aspx

Google for sample code to get you started.





More information about the Python-list mailing list