HTML JPG PDF XML PPS
Product Family
PPTX

Convert PPS to PPTX in C#

Convert PPS files to PPTX in C# using server-side Aspose.Slides APIs.

Convert PPS to PPTX Using C#

Use Aspose.Slides for .NET to load a PPS presentation and save it as a PPTX file. Install the library from NuGet or run the following command in the Package Manager Console.

Package Manager Console Command

PM> Install-Package Aspose.Slides.NET

This sample code shows PPS to PPTX C# conversion

using var presentation = new Presentation("template.pps");
presentation.Save("output.pptx", SaveFormat.Pptx);
 

How to Convert PPS to PPTX via C#

.NET developers can load and convert PPS files to PPTX in just a few lines of code.

  1. Load the PPS file with a Presentation object.

  2. Call the Save method with the output file path and SaveFormat.Pptx.

  3. Use the output PPTX file at the specified path.

System Requirements

Before running the .NET conversion sample code, make sure that your environment meets the following requirements.

  • A supported operating system with .NET or Mono installed.
  • A development environment such as Microsoft Visual Studio.
  • Aspose.Slides for .NET referenced in your project.

Free App to Convert PPS to PPTX

Try our free Editor app

Other Supported Conversions

You can also convert PPS into many other file formats, including those listed below.

PPS TO BMP (Bitmap Image)
PPS TO EMF (Enhanced Metafile Format)
PPS TO GIF (Graphics Interchange Format)
PPS TO HTML (Hypertext Markup Language)
PPS TO JPEG (JPEG Image)
PPS TO ODP (OpenDocument Presentation Format)
PPS TO OTP (OpenDocument Presentation Template)
PPS TO PDF (Portable Document Format)
PPS TO PNG (Portable Network Graphics)
PPS TO POT (PowerPoint Template Files)
PPS TO POTM (PowerPoint Macro-Enabled Template)
PPS TO POTX (PowerPoint Open XML Template)
PPS TO PPSM (Macro-Enabled Slide Show)
PPS TO PPSX (PowerPoint Slide Show)
PPS TO PPT (PowerPoint 97-2003 Presentation)
PPS TO PPTM (Macro-Enabled Presentation)
PPS TO SVG (Scalable Vector Graphics)
PPS TO SWF (SWF Format)
PPS TO TIFF (Tagged Image File Format)
PPS TO XPS (XML Paper Specification)