Convert PPT to PPTX in C++

Overview

This article explains how to convert PowerPoint Presentation in PPT format into PPTX format using C++. The following topic is covered.

  • Convert PPT to PPTX in C++

C++ Convert PPT to PPTX

For C++ sample code to convert PPT to PPTX, please see the section below i.e. Convert PPT to PPTX. It just loads the PPT file and saves in PPTX format. By specifiying different save formats, you can also save PPT file into many other formats like PDF, XPS, ODP, HTML etc. as disscussed in these articles.

Convert PPT to PPTX

To convert a PPT Presentation to PPTX simply pass the file name and save format to the Save method of Presentation class. The C++ code sample below converts a Presentation from PPT to PPTX using default options. For more information please proceed to this documentation link.