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

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


How to Use PowerPoint to ODT Conversion Control in C#.NET Application



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

When using RasterEdge PowerPoint 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 PowerPoint to DOT converter library will name the converted odt image file output .odt.


Convert PowerPoint to ODT Using C#.NET

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

PPTXDocument.ConvertToODPDocument(@"C:\1.pptx", @"C:\1.odp");