tags:

views:

311

answers:

4

I would like to use c# to convert a doc file to docx file.

Can this be done without Word on a server?

+2  A: 

I'm not sure it is possible without Word installed.

Have a look at this:

http://social.msdn.microsoft.com/Forums/en-US/vsto/thread/f51bdd0c-b022-45c6-8af5-6ed79ad576fd/

Tony
hmm. Thanks for your honestly.
Chris Jones
A: 

You can use OpenOffice to convert. It support .doc format. About docx format I'm not sure.

denisenkom
Since version 3 OpenOffice.org has supported the docx format
Adam Dempsey
+1  A: 

You could use Aspose.Words. It's not free but it is good.

LukeH
+2  A: 

http://b2xtranslator.sourceforge.net/

plutext