>>I do not want to spend $400 on a server component. - I see that there are a few out there for this.
Too bad because www.aspose.com as a good one that does that.
Main Topics
Browse All TopicsHello,
I need to find a way to Parse MS Word files into HTML using C#
The Word Files will be physical files and the function will open the files and store the HTML output in a database.
I do not want to spend $400 on a server component. - I see that there are a few out there for this.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
>>I do not want to spend $400 on a server component. - I see that there are a few out there for this.
Too bad because www.aspose.com as a good one that does that.
microsoft.office.tools.wor
Here's a screenshot (right-click the toolbox -> choose items):
http://img111.imageshack.u
If it's still not there, you might have to put in your VS DVD, and add "Tools for MS Office." I don't remember if it's installed by default.
Or, this looks like it could be it: http://www.microsoft.com/d
Business Accounts
Answer for Membership
by: YoungBonziPosted on 2008-05-13 at 20:32:30ID: 21561055
There's a namespace called "Microsoft.Office.Tools.Wo rd" for accessing Word documents. In the "Document" class is a member called "SaveFormat" that you can use to save the Word document as HTML.
m/MSDN/Sho wPost.aspx ? PostID=13 74065&Site ID=1
en-us/libr ary/ micros oft.office .tools.wor d(VS.80).a spx
Example (note the answer though): http://forums.microsoft.co
The namespace: http://msdn.microsoft.com/