> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:python-
> [EMAIL PROTECTED] On Behalf Of Lave
> Sent: Tuesday, August 19, 2008 10:06 AM
> To: python-list@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


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to