NuGet Packages Required for PowerPoint to PDF Conversion
17 Oct 20241 minute to read
Converting PowerPoint Presentation into PDF
For converting PowerPoint Presentation into PDF, install the following NuGet packages in your application:
Platform(s) | NuGet Package |
---|---|
Windows Forms, Console Application (Targeting .NET Framework) | |
WPF | |
ASP.NET MVC4 | |
ASP.NET MVC5 | |
UWP, ASP.NET Core, Console Application (Targeting .NET Core) and Blazor | |
Xamarin | |
Windows UI Library (WinUI) and .NET Multi-platform App UI (.NET MAUI) |
Syncfusion.PresentationRenderer.NET.nupkg |
Retired Platforms
The following NuGet packages need to be included in your application based on the platform.
Platform(s) | NuGet Package |
---|---|
|
NOTE
PowerPoint Presentation to PDF conversion is supported from .NET Standard 1.4 onwards for ASP.NET Core and Xamarin.
Converting charts in Presentation
The following NuGet package should be installed additionally to convert the charts present in PowerPoint Presentation:
Platform(s) | NuGet Package |
---|---|
Windows Forms, Console Application (Targeting .NET Framework) | |
WPF | |
ASP.NET MVC4 | |
ASP.NET MVC5 | |
UWP | |
ASP.NET Core, Console Application (Targeting .NET Core) and Blazor | |
Xamarin |
Syncfusion.Xamarin.PresentationRenderer.nupkg |
Retired Platforms
The following NuGet packages need to be included in your application based on the platform.
Platform(s) | NuGet Package |
---|---|
ASP.NET |
NuGet package installation and uninstallation
To use NuGet package in your project, refer to the NuGet package Installation and Uninstallation sections.
The PowerPoint Presentation NuGet packages can be installed and uninstalled using the Package Manager Console. In Visual Studio, select Tools > NuGet Package Manager > Package Manager Console and execute the following commands in respective platforms.
NOTE
The Syncfusion components are available in nuget.org
Platform(s) | Install | Uninstall |
---|---|---|
Windows Forms |
* Install-package Syncfusion.PresentationToPdfConverter.WinForms * Install-package Syncfusion.OfficeChartToImageConverter.WinForms |
* Uninstall-package Syncfusion.PresentationToPdfConverter.WinForms -RemoveDependencies * Uninstall-package Syncfusion.OfficeChartToImageConverter.WinForms -RemoveDependencies |
WPF |
* Install-package Syncfusion.PresentationToPdfConverter.Wpf * Install-package Syncfusion.OfficeChartToImageConverter.Wpf |
* Uninstall-package Syncfusion.PresentationToPdfConverter.Wpf -RemoveDependencies * Uninstall-package Syncfusion.OfficeChartToImageConverter.Wpf -RemoveDependencies |
ASP.NET MVC4 |
* Install-package Syncfusion.PresentationToPdfConverter.AspNet.MVC4 * Install-package Syncfusion.OfficeChartToImageConverter.AspNet.MVC4 |
* Uninstall-package Syncfusion.PresentationToPdfConverter.AspNet.MVC4 -RemoveDependencies * Uninstall-package Syncfusion.OfficeChartToImageConverter.AspNet.MVC4 -RemoveDependencies |
ASP.NET MVC5 |
* Install-package Syncfusion.PresentationToPdfConverter.AspNet.MVC5 * Install-package Syncfusion.OfficeChartToImageConverter.AspNet.MVC5 |
* Uninstall-package Syncfusion.PresentationToPdfConverter.AspNet.MVC5 -RemoveDependencies * Uninstall-package Syncfusion.OfficeChartToImageConverter.AspNet.MVC5 -RemoveDependencies |
UWP | * Install-package Syncfusion.OfficeChartToImageConverter.UWP | * Uninstall-package Syncfusion.OfficeChartToImageConverter.UWP -RemoveDependencies |
ASP.NET Core and Blazor | * Install-package Syncfusion.PresentationRenderer.Net.Core | * Uninstall-package Syncfusion.PresentationRenderer.Net.Core - RemoveDependencies |
Xamarin | * Install-package Syncfusion.Xamarin.PresentationRenderer | * Uninstall-package Syncfusion.Xamarin.PresentationRenderer - RemoveDependencies |
Windows UI Library (WinUI) and .NET Multi-platform App UI (.NET MAUI) | * Install-package Syncfusion.PresentationRenderer.NET | * Uninstall-package Syncfusion.PresentationRenderer.NET - RemoveDependencies |