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.
Aspose.Slides for .NET referenced in your project.
Create a
Presentationobject.Call
Slides.AddFromPdfto import pages from the PDF file.Remove the default empty slide.
Call the
Savemethod with the output file path andSaveFormat.Ppt.
Free Online Converter
Other Supported PowerPoint Conversions
You can also convert files in other formats to PowerPoint