Convert PDF to PPTX in C#

Powerful cross-platform .NET API for converting PDF to PPTX using C# code on NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms

Convert PDF to PPTX using Aspose.Slides

Aspose.Slides for .NET is a powerful .NET library used to create, convert, and manipulate PowerPoint presentations, PDFs, HTML docs, and other files. When you convert PDF to PPTX, you are essentially moving the contents on the PDF pages to slides in a PowerPoint presentation.

Convert PDF to PPTX in C#

Using Aspose.Slides for .NET , you can convert PDF to PowerPoint presentation with just a few lines of code:

C# code for converting PDF to PPTX

using (Presentation pres = new Presentation())
{
    pres.Slides.AddFromPdf("InputPDF.pdf");
    pres.Save("OutputPresentation.pptx", SaveFormat.Pptx);
}

How to convert PDF to PPTX in C#

  1. Install Aspose.Slides for .NET. See Installation .

  2. Add the library as a reference in your project.

  3. Create an instance of the Presentation class.

  4. Load the PDF file you want to convert to PPTX.

  5. Save the resulting file as a PPTX presentation.

Free Online Converter

How to Convert PPT to HTML in Python

Other Supported PowerPoint Conversions

You can also convert files in other formats to PowerPoint