I would like to use c# to convert a doc file to docx file.
Can this be done without Word on a server?
I would like to use c# to convert a doc file to docx file.
Can this be done without Word on a server?
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/
You can use OpenOffice to convert. It support .doc format. About docx format I'm not sure.