Convert Word doc file to docx on a server without Word

前端 未结 4 1728
無奈伤痛
無奈伤痛 2020-12-18 03:11

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

Can this be done without Word on a server?

相关标签:
4条回答
  • 2020-12-18 03:33

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

    0 讨论(0)
  • 2020-12-18 03:36

    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/

    0 讨论(0)
  • 2020-12-18 03:42

    http://b2xtranslator.sourceforge.net/

    0 讨论(0)
  • 2020-12-18 03:44

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

    0 讨论(0)
提交回复
热议问题