Convert PDF to PPT in C#

Convert PDF files to PPT in C# using server-side Aspose.Slides APIs.

Convert PDF to PPT using Aspose.Slides

Aspose.Slides for .NET lets you import PDF pages into a presentation and save the result as a PPT file.

Convert PDF to PPT in C#

Use Aspose.Slides for .NET to convert PDF pages to a PPT presentation in a few lines of C# code:

C# code for converting PDF to PPT

using var presentation = new Presentation();
presentation.Slides.AddFromPdf("document.pdf");
presentation.Slides.RemoveAt(0);
presentation.Save("presentation.ppt", SaveFormat.Ppt);

How to convert PDF to PPT in C#

.NET developers can convert PDF files to PPT in a few lines of code.

  1. Aspose.Slides for .NET referenced in your project.

  2. Create a Presentation object.

  3. Call Slides.AddFromPdf to import pages from the PDF file.

  4. Remove the default empty slide.

  5. Call the Save method with the output file path and SaveFormat.Ppt.

Free Online Converter

Try our free Conversion app

Other Supported PowerPoint Conversions

You can also convert files in other formats to PowerPoint