Convert PDF to PPT in C#
Powerful cross-platform .NET API for converting PDF to PPT using C# code on NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms
Convert PDF to PPT 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 PPT, you are essentially moving the contents on the PDF pages to slides in a PowerPoint presentation.
Convert PDF to PPT 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 PPT
using (Presentation pres = new Presentation())
{
pres.Slides.AddFromPdf("InputPDF.pdf");
pres.Save("OutputPresentation.ppt", SaveFormat.Ppt);
}
How to convert PDF to PPT in C#
Install Aspose.Slides for .NET. See Installation .
Add the library as a reference in your project.
Create an instance of the Presentation class.
Load the PDF file you want to convert to PPT.
Save the resulting file as a PPT presentation.
Free Online Converter
Other Supported PowerPoint Conversions
You can also convert files in other formats to PowerPoint