Convert PNG to PPTX in C#
Powerful cross-platform .NET API for converting PNG to PPTX using C# code on NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms
Convert PNG 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 PNG to PPTX, you are essentially creating a PowerPoint presentation that contains slides based on PNG images.
Convert PNG to PPTX in C#
Using Aspose.Slides for .NET , you can convert PNG image to PowerPoint presentation with just a few lines of code:
C# code for converting PNG to PPTX
using (Presentation pres = new Presentation())
{
IPPImage image = pres.Images.AddImage(File.ReadAllBytes("image.png"));
pres.Slides[0].Shapes.AddPictureFrame(ShapeType.Rectangle, 0, 0, 720, 540, image);
pres.Save("Presentation.pptx", SaveFormat.Pptx);
}
How to convert PNG to PPTX 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 PNG image you want to convert to PPTX.
Save the resulting file as a PPTX presentation.
Free Online Converter
Other Supported PowerPoint Conversions
You can also convert files in other formats to PowerPoint