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

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


Online C# Tutorial for Converting Word to ODT





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

When using RasterEdge Word to JPEG converter library control SDK, C# developers may customize the names of all converted ODT files in .NET class application. In the following example, this C#.NET Word to DOT converter library will name the converted odt image file output.odt.


Convert Word to ODT Using C#.NET



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

DOCXDocument.ConvertToODTDocument(@"C:\1.docx", @"C:\1.odt");