Convert Word doc file to docx on a server without Word

c#, ms-word, vsto

Solution

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

Problem

I would like to use c# to convert a doc file to docx file. Can this be done without Word on a server?

Original source