XDoc.Word
Features
Tech Specs
How-to C#
Pricing

C# Word Library
C# Word - Convert ODT to Word in C#.NET


How to Convert ODT to Word Document with C# Word Conversion SDK





RasterEdge ODT to Word converting control SDK (XDoc.Word for .NET) supports converting ODT document to Word file in .NET developing platforms using simple C# programming code.


Convert ODT to Word Using C#.NET



Copy demo code below to achieve fast conversion from ODT file to Word(2007) file in C# programming.

ODTDocument.ConvertToDOCXDocument(@"C:\1.odt", @"C:\1.docx");