NuGet Packages Required for Excel to PDF conversion

9 Jan 20253 minutes to read

Converting Excel document to PDF

For converting Excel document into PDF, the following NuGet packages need to be installed in your application.

Platform(s) Package name Package manager console command

Windows Forms

, Console Application (Targeting .NET Framework)
Syncfusion.ExcelToPdfConverter.WinForms.nupkg Install-Package Syncfusion.ExcelToPdfConverter.WinForms

WPF

Syncfusion.ExcelToPdfConverter.Wpf.nupkg Install-Package Syncfusion.ExcelToPdfConverter.Wpf
.NET Framework 3.5 or 4.0 Client Profile Syncfusion.ExcelToPdfConverter.ClientProfile.nupkg Install-Package Syncfusion.ExcelToPdfConverter.ClientProfile

ASP.NET MVC4

Syncfusion.ExcelToPdfConverter.AspNet.Mvc4.nupkg Install-Package Syncfusion.ExcelToPdfConverter.AspNet.Mvc4

ASP.NET MVC5

Syncfusion.ExcelToPdfConverter.AspNet.Mvc5.nupkg Install-Package Syncfusion.ExcelToPdfConverter.AspNet.Mvc5

ASP.NET Core

, Console Application (Targeting .NET Core) and

Blazor

Syncfusion.XlsIORenderer.Net.Core.nupkg

Install-Package Syncfusion.XlsIORenderer.Net.Core

Xamarin

Syncfusion.Xamarin.XlsIORenderer.nupkg Install-Package Syncfusion.Xamarin.XlsIORenderer

Windows UI Library (WinUI)


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

Syncfusion.XlsIORenderer.NET Install-Package Syncfusion.XlsIORenderer.NET

Retired Platforms

The following NuGet packages need to be included in your application based on the platform.

Platform(s) Package name Package manager console command

ASP.NET


Syncfusion.ExcelToPdfConverter.AspNet.nupkg Install-Package Syncfusion.ExcelToPdfConverter.AspNet

NOTE

  1. Excel to PDF conversion is supported from .NET Framework 2.0 and .NET Standard 1.4 onwards.

NOTE

  1. Starting with v16.2.0.x, if you reference Syncfusion® assemblies from trial setup or from the NuGet feed, you also have to add “Syncfusion.Licensing” assembly reference and include a license key in your projects. Please refer to this link to know about registering Syncfusion® license key in your applications to use our components.

NOTE

  1. Syncfusion® components are available in nuget.org

NOTE

  1. From the Essential Studio® 2018 Volume 3 release(v16.3.0.21), Syncfusion® has changed some of the NuGet package names to search and find the required Syncfusion® NuGet packages in nuget.org easily based on the control and its platforms.

NOTE

  1. Starting with v17.3.0.x, Syncfusion® provides support to .NET Core 3.0. You can use the above WPF or Windows Forms platform NuGet packages for .NET Core 3.0 targeting applications and use the same “C# tab” code examples for it.

NuGet Package Installation and Uninstallation

To use NuGet package in your project, please refer the NuGet Package Installation and Uninstallation sections.

XlsIO NuGet packages can be installed and uninstalled using Package Manager Console. In Visual Studio, select Tools > NuGet Package Manager > Package Manager Console and execute the below commands in respective platforms.

Windows Forms

NuGet Package: Syncfusion.ExcelToPdfConverter.WinForms

The package contains the ExcelToPdfConverter .NET library that allows you to convert the Excel documents to PDF.

// Install package
Install-Package Syncfusion.ExcelToPdfConverter.WinForms
// Uninstall package
Uninstall-Package Syncfusion.ExcelToPdfConverter.WinForms -RemoveDependencies 

NuGet Package: Syncfusion.ExcelChartToImageConverter.WinForms

The package contains ExcelChartToImageConverter .NET library for converting the chart present in Excel document to image.

// Install package
Install-Package Syncfusion.ExcelChartToImageConverter.WinForms
// Uninstall package
Uninstall-Package Syncfusion.ExcelChartToImageConverter.WinForms -RemoveDependencies 

WPF

NuGet Package: Syncfusion.ExcelToPdfConverter.Wpf

The package contains the ExcelToPdfConverter .NET library that allows you to convert the Excel documents to PDF.

// Install package
Install-Package Syncfusion.ExcelToPdfConverter.Wpf
// Uninstall package
Uninstall-Package Syncfusion.ExcelToPdfConverter.Wpf -RemoveDependencies 

NuGet Package: Syncfusion.ExcelChartToImageConverter.Wpf

The package contains ExcelChartToImageConverter .NET library for converting the chart present in Excel document to image.

// Install package
Install-Package Syncfusion.ExcelChartToImageConverter.Wpf
// Uninstall package
Uninstall-Package Syncfusion.ExcelChartToImageConverter.Wpf -RemoveDependencies 

ASP.NET MVC4

NuGet Package: Syncfusion.ExcelToPdfConverter.AspNet.Mvc4

The package contains the ExcelToPdfConverter .NET library that allows you to convert the Excel documents to PDF.

// Install package
Install-Package Syncfusion.ExcelToPdfConverter.AspNet.Mvc4
// Uninstall package
Uninstall-Package Syncfusion.ExcelToPdfConverter.AspNet.Mvc4 -RemoveDependencies 

NuGet Package: Syncfusion.ExcelChartToImageConverter.AspNet.Mvc4

The package contains ExcelChartToImageConverter .NET library for converting the chart present in Excel document to image.

// Install package
Install-Package Syncfusion.ExcelChartToImageConverter.AspNet.Mvc4
// Uninstall package
Uninstall-Package Syncfusion.ExcelChartToImageConverter.AspNet.Mvc4 -RemoveDependencies 

ASP.NET MVC5

NuGet Package: Syncfusion.ExcelToPdfConverter.AspNet.Mvc5

The package contains the ExcelToPdfConverter .NET library that allows you to convert the Excel documents to PDF.

// Install package
Install-Package Syncfusion.ExcelToPdfConverter.AspNet.Mvc5
// Uninstall package
Uninstall-Package Syncfusion.ExcelToPdfConverter.AspNet.Mvc5 -RemoveDependencies 

NuGet Package: Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5

The package contains ExcelChartToImageConverter .NET library for converting the chart present in Excel document to image.

// Install package
Install-Package Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5
// Uninstall package
Uninstall-Package Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5 -RemoveDependencies 

ASP.NET Core and Blazor

NuGet Package: Syncfusion.XlsIORenderer.Net.Core

The package contains the XlsIORenderer .NET portable library that allows you to convert the Excel documents to PDF.

// Install package
Install-Package Syncfusion.XlsIORenderer.Net.Core
// Uninstall package
Uninstall-Package Syncfusion.XlsIORenderer.Net.Core -RemoveDependencies 

Xamarin

NuGet Package: Syncfusion.Xamarin.XlsIORenderer

The package contains the XlsIORenderer .NET portable library that allows you to convert the Excel documents to PDF.

// Install package
Install-Package Syncfusion.Xamarin.XlsIORenderer
// Uninstall package
Uninstall-Package Syncfusion.Xamarin.XlsIORenderer -RemoveDependencies 

Windows UI Library (WinUI) and .NET Multi-platform App UI (.NET MAUI)

NuGet Package: Syncfusion.XlsIORenderer.NET

The package contains the XlsIORenderer .NET library that allows you to convert the Excel documents to PDF.

// Install package
Install-Package Syncfusion.XlsIORenderer.NET
// Uninstall package
Uninstall-Package Syncfusion.XlsIORenderer.NET -RemoveDependencies