c# - Programmatically convert docx file to doc -


what options have convert .docx documents .doc document programmatically using c#? i'm looking cheaply possible. ideally want directly in code via libraries within .net framework or via establish downloadable dll.

the 1 constraint have can't install office onto our servers.

consider aspose.words. high quality product fast, reasonably priced , accurate. converting documents docx doc, word automation may result in data loss , may impact fidelity. may important users.

i'm not affiliated product.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -