tags:

views:

506

answers:

1

Hi, What options do I have to convert .docx documents to .doc document programmatically using C#? I'm looking to do this as cheaply as possible. Ideally I want to do this directly in code via libraries within the .net framework or via a well establish downloadable dll.

The one constraint we have is that we can't install Office onto our servers.

Thanks!

+2  A: 

Have a look here

Yassir
Looking at the post linked to by Yassir should already give you some options, but you could also consider SharePoint 2010 Word Services, a component allowing for fast and scalable file conversions between various Word formats. Currently there is a beta version out which you can evaluate for free.
0xA3