G
Guest
I want to convert Microsoft Word Document into HTML format using .NET (c#).
Do anybody have any idea how to do this.
Do anybody have any idea how to do this.
I want to convert Microsoft Word Document into HTML format using .NET
(c#).
Do anybody have any idea how to do this.
1) Use the Word object model and "Save as HTML" on the document object.
I want to convert Microsoft Word Document into HTML format using .NET (c#).
Do anybody have any idea how to do this.
--
Kumar.A.P.P
Software Engineer, Infosys Technologies Limited.
http://geekswithblog.squarespace.com
On Monday, October 08, 2007 7:38 AM pbromber wrote:
There are only two ways I know of to do this.
1) Use the Word object model and "Save as HTML" on the document object.
2) Use a third party component engineered to work with Word documents.
The Word Document (except for the most recent version which is actually
well-formed XML) is a prprietary binary format. Load a Word document into
Notepad and you'll see.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com
"Kumar.A.P.P" wrote: