How to use win32com to convert a MS WORD doc to HTML ?

Reedick, Andrew jr9445 at ATT.COM
Tue Aug 19 10:15:56 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 Lave
> Sent: Tuesday, August 19, 2008 10:06 AM
> To: python-list at python.org
> Subject: How to use win32com to convert a MS WORD doc to HTML ?
> 
> Hi, all !
> 
> I'm a totally newbie huh:)
> 
> I want to convert MS WORD docs to HTML, I found python windows
> extension win32com can make this. But I can't find the method, and I
> can't find any document helpful.
> 

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

Specifically look at Document's SaveAs method.

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. GA621





More information about the Python-list mailing list