Assemblies Required for PowerPoint Presentation

13 Jun 20241 minute to read

Converting PowerPoint Presentation to Image

For converting a PowerPoint Presentation to Image, the following assemblies needed to be referenced in your application

Platform(s) Assembly

WPF

,

Windows Forms

,

ASP.NET

and

ASP.NET MVC


Syncfusion.Presentation.Base
Syncfusion.Compression.Base
Syncfusion.OfficeChart.Base
Syncfusion.Pdf.Base
Syncfusion.PresentationToPDFConverter.Base
Syncfusion.OfficeChartToImageConverter.WPF
Syncfusion.SfChart.WPF

ASP.NET Core

,

Xamarin

and

Blazor


Syncfusion.Presentation.Portable
Syncfusion.Compression.Portable
Syncfusion.OfficeChart.Portable
Syncfusion.Pdf.Portable
Syncfusion.Pdf.Imaging.Portable
Syncfusion.PresentationRenderer.Portable
Syncfusion.SkiaSharpHelper.Portable
Skiasharp

Windows UI Library (WinUI)

and

.NET Multi-platform App UI (.NET MAUI)


Syncfusion.Presentation.NET
Syncfusion.Compression.NET
Syncfusion.OfficeChart.NET
Syncfusion.PresentationRenderer.NET
Syncfusion.Pdf.Imaging.NET
Syncfusion.Pdf.NET
Syncfusion.SkiaSharpHelper.NET
Skiasharp

UWP


Syncfusion.Presentation.UWP
Syncfusion.OfficeChart.UWP
Syncfusion.OfficeChartToImageConverter.UWP
Syncfusion.SfChart.UWP

NOTE

Starting with the v24.1.x, if you reference “Syncfusion.PresentationRenderer”, you have to add the “Syncfusion.Pdf.Imaging” assembly reference in your projects to perform PowerPoint Presentation to PDF conversion.

Converting Charts

The following assemblies are required to be referred in addition to the above mentioned assemblies for converting the chart present in the PowerPoint Presentation into image.

Platform(s) Assembly
WPF, Windows Forms, ASP. NET and ASP.NET MVC
Syncfusion.OfficeChartToImageConverter.WPF
Syncfusion.SfChart.WPF

NOTE

The “Syncfusion.OfficeChartToImageConverter.WPF” assembly is supported from .NET Framework 4.0 onwards.