Syncfusion.ExcelToPdfConverter.AspNet.Mvc5 19.3.0.48

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.ExcelToPdfConverter.AspNet.Mvc5 --version 19.3.0.48
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.AspNet.Mvc5 -Version 19.3.0.48
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Syncfusion.ExcelToPdfConverter.AspNet.Mvc5" Version="19.3.0.48" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.ExcelToPdfConverter.AspNet.Mvc5 --version 19.3.0.48
#r "nuget: Syncfusion.ExcelToPdfConverter.AspNet.Mvc5, 19.3.0.48"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Syncfusion.ExcelToPdfConverter.AspNet.Mvc5 as a Cake Addin
#addin nuget:?package=Syncfusion.ExcelToPdfConverter.AspNet.Mvc5&version=19.3.0.48

// Install Syncfusion.ExcelToPdfConverter.AspNet.Mvc5 as a Cake Tool
#tool nuget:?package=Syncfusion.ExcelToPdfConverter.AspNet.Mvc5&version=19.3.0.48

A PDF is a fixed document used to display document contents uniformly independent of application software, hardware, and operating system. Syncfusion Essential XlsIO library converts an Excel document to PDF with just five lines of code. You can prepare your document for long-term archiving by converting it to PDF.

Key features

Getting Started

Installation commands

  • Simply run Install-Package Syncfusion.ExcelToPdfConverter.AspNet.Mvc5 from the Package Manager Console in Visual Studio to fetch the NuGet package.
  • If you already have Syncfusion.ExcelToPdfConverter.AspNet.Mvc5 for .NET and want to upgrade the version, please run Update-Package Syncfusion.ExcelToPdfConverter.AspNet.Mvc5 to get the latest version.
  • You can run the following snippets in your environment to see how Syncfusion.ExcelToPdfConverter.AspNet.Mvc5 works.

Convert an Excel workbook to PDF

The following code snippet explains how to convert an Excel document to PDF.

//Initialize ExcelEngine.
using (ExcelEngine excelEngine = new ExcelEngine())
{
    //Initialize IApplication.
    IApplication application = excelEngine.Excel;
	//Set the default version as Xlsx.
    application.DefaultVersion = ExcelVersion.Xlsx;
	//Load an existing workbook into IWorkbook.
    IWorkbook workbook = application.Workbooks.Open(Server.MapPath("App_Data/Sample.xlsx"));
    //Load the Excel workbook to Convert.
    ExcelToPdfConverter converter = new ExcelToPdfConverter(workbook);
    //Initialize PDF document.
    PdfDocument pdfDocument = new PdfDocument();
    //Convert Excel document into PDF document.
    pdfDocument = converter.Convert();
	//Save the PDF document.
    pdfDocument.Save("Output.pdf", HttpContext.ApplicationInstance.Response, HttpReadType.Save);
}

Resources

Support and feedback

License

This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. You can purchase a licnense here or start a free 30-day trial here.

About Syncfusion

Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 26,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1600+ components and frameworks for web (Blazor, ASP.NET Core, ASP.NET MVC, ASP.NET WebForms, JavaScript, Angular, React, Vue, and Flutter), mobile (Xamarin, Flutter, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, Flutter and UWP). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.

This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. To acquire a license, you can purchase one here or start a free 30-day trial here.


sales@syncfusion.com | www.syncfusion.com | Toll Free: 1-888-9 DOTNET

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
25.1.41 48 4/23/2024
25.1.40 83 4/15/2024
25.1.39 120 4/8/2024
25.1.38 101 4/1/2024
25.1.37 116 3/26/2024
25.1.35 209 3/15/2024
24.2.9 190 3/4/2024
24.2.8 164 2/26/2024
24.2.7 227 2/19/2024
24.2.6 193 2/14/2024
24.2.5 205 2/12/2024
24.2.4 258 2/5/2024
24.2.3 258 1/31/2024
24.1.47 295 1/22/2024
24.1.46 649 1/16/2024
24.1.45 399 1/8/2024
24.1.44 340 1/2/2024
24.1.43 401 12/27/2023
24.1.41 540 12/18/2023
23.2.7 656 12/6/2023
23.2.6 469 11/28/2023
23.2.5 435 11/23/2023
23.2.4 490 11/20/2023
23.1.44 481 11/6/2023
23.1.43 605 10/30/2023
23.1.42 498 10/23/2023
23.1.41 535 10/16/2023
23.1.40 517 10/10/2023
23.1.39 632 10/4/2023
23.1.38 1,778 9/26/2023
23.1.36 671 9/15/2023
22.2.12 619 9/5/2023
22.2.11 609 8/28/2023
22.2.10 587 8/22/2023
22.2.9 611 8/14/2023
22.2.8 1,100 8/7/2023
22.2.7 652 8/2/2023
22.2.5 1,035 7/27/2023
22.1.39 699 7/18/2023
22.1.38 693 7/11/2023
22.1.37 681 7/3/2023
22.1.36 681 6/28/2023
22.1.34 1,042 6/21/2023
21.2.10 695 6/13/2023
21.2.9 703 6/6/2023
21.2.8 867 5/30/2023
21.2.6 681 5/22/2023
21.2.5 7,646 5/15/2023
21.2.4 706 5/9/2023
21.2.3 756 5/3/2023
21.1.41 1,235 4/19/2023
21.1.39 739 4/10/2023
21.1.38 746 4/3/2023
21.1.37 752 3/29/2023
21.1.35 795 3/23/2023
20.4.0.54 810 3/13/2023
20.4.0.53 770 3/7/2023
20.4.0.52 750 2/28/2023
20.4.0.51 821 2/21/2023
20.4.0.50 792 2/14/2023
20.4.0.49 900 2/7/2023
20.4.0.48 857 2/1/2023
20.4.0.44 872 1/18/2023
20.4.0.43 870 1/10/2023
20.4.0.42 855 1/4/2023
20.4.0.41 830 12/29/2022
20.4.0.40 802 12/28/2022
20.4.0.38 872 12/21/2022
20.3.0.61 1,481 12/12/2022
20.3.0.60 818 12/6/2022
20.3.0.59 838 11/29/2022
20.3.0.58 865 11/22/2022
20.3.0.57 961 11/15/2022
20.3.0.56 2,151 11/8/2022
20.3.0.52 916 10/27/2022
20.3.0.50 976 10/18/2022
20.3.0.49 947 10/11/2022
20.3.0.48 895 10/5/2022
20.3.0.47 1,069 9/29/2022
20.2.0.50 1,017 9/20/2022
20.2.0.49 1,452 9/13/2022
20.2.0.48 993 9/6/2022
20.2.0.46 959 8/30/2022
20.2.0.45 1,041 8/23/2022
20.2.0.44 1,005 8/16/2022
20.2.0.43 1,077 8/8/2022
20.2.0.40 1,057 7/26/2022
20.2.0.39 1,017 7/19/2022
20.2.0.38 2,213 7/12/2022
20.2.0.36 1,709 6/30/2022
20.1.0.61 1,522 6/20/2022
20.1.0.60 1,014 6/14/2022
20.1.0.59 1,050 6/6/2022
20.1.0.58 991 5/31/2022
20.1.0.57 968 5/23/2022
20.1.0.56 1,017 5/17/2022
20.1.0.55 1,141 5/12/2022
20.1.0.52 1,011 5/3/2022
20.1.0.51 1,000 4/26/2022
20.1.0.50 1,049 4/19/2022
20.1.0.48 4,746 4/12/2022
20.1.0.47 1,090 4/4/2022
19.4.0.56 3,298 3/14/2022
19.4.0.55 1,668 3/8/2022
19.4.0.54 1,069 2/28/2022
19.4.0.53 1,027 2/22/2022
19.4.0.52 984 2/15/2022
19.4.0.50 1,219 2/8/2022
19.4.0.48 1,182 1/31/2022
19.4.0.47 1,010 1/25/2022
19.4.0.43 1,038 1/18/2022
19.4.0.42 865 1/11/2022
19.4.0.41 906 1/4/2022
19.4.0.40 1,032 12/28/2021
19.4.0.38 940 12/17/2021
19.3.0.59 906 12/14/2021
19.3.0.57 996 12/7/2021
19.3.0.56 1,524 11/29/2021
19.3.0.55 868 11/23/2021
19.3.0.54 909 11/17/2021
19.3.0.53 960 11/12/2021
19.3.0.48 907 11/2/2021
19.3.0.47 1,011 10/26/2021
19.3.0.46 961 10/19/2021
19.3.0.45 3,145 10/12/2021
19.3.0.44 972 10/5/2021
19.3.0.43 1,010 9/30/2021
19.2.0.62 1,106 9/13/2021
19.2.0.60 1,262 9/7/2021
19.2.0.59 1,632 8/30/2021
19.2.0.57 1,010 8/24/2021
19.2.0.56 1,053 8/17/2021
19.2.0.55 1,044 8/11/2021
19.2.0.51 1,068 8/2/2021
19.2.0.49 1,048 7/26/2021
19.2.0.48 979 7/19/2021
19.2.0.47 2,559 7/13/2021
19.2.0.46 1,032 7/6/2021
19.2.0.44 1,190 6/30/2021
19.1.0.69 1,167 6/14/2021
19.1.0.67 1,116 6/7/2021
19.1.0.66 1,051 5/31/2021
19.1.0.65 1,011 5/24/2021
19.1.0.64 1,019 5/19/2021
19.1.0.63 3,734 5/13/2021
19.1.0.59 1,020 5/3/2021
19.1.0.58 1,032 4/26/2021
19.1.0.57 1,033 4/20/2021
19.1.0.56 1,045 4/13/2021
19.1.0.55 1,172 4/6/2021
19.1.0.54 1,074 3/30/2021
18.4.0.49 1,120 3/22/2021
18.4.0.48 6,853 3/16/2021
18.4.0.47 995 3/9/2021
18.4.0.46 1,701 3/2/2021
18.4.0.44 1,059 2/23/2021
18.4.0.43 993 2/15/2021
18.4.0.42 3,006 2/9/2021
18.4.0.41 1,039 2/2/2021
18.4.0.39 983 1/28/2021
18.4.0.35 1,499 1/19/2021
18.4.0.34 1,041 1/12/2021
18.4.0.33 1,265 1/4/2021
18.4.0.32 1,028 12/30/2020
18.4.0.31 1,030 12/22/2020
18.4.0.30 1,232 12/17/2020
18.3.0.53 1,061 12/8/2020
18.3.0.52 1,048 11/30/2020
18.3.0.51 1,083 11/23/2020
18.3.0.50 1,076 11/17/2020
18.3.0.48 1,053 11/10/2020
18.3.0.47 1,088 11/5/2020
18.3.0.44 1,066 10/27/2020
18.3.0.42 1,136 10/20/2020
18.3.0.40 6,757 10/12/2020
18.3.0.38 1,110 10/7/2020
18.3.0.35 1,146 10/1/2020
18.2.0.59 4,305 9/22/2020
18.2.0.58 1,146 9/15/2020
18.2.0.57 1,072 9/8/2020
18.2.0.56 1,118 9/1/2020
18.2.0.55 1,130 8/25/2020
18.2.0.54 1,031 8/18/2020
18.2.0.48 1,123 8/4/2020
18.2.0.47 1,157 7/28/2020
18.2.0.46 1,107 7/21/2020
18.2.0.45 1,116 7/14/2020
18.2.0.44 2,084 7/6/2020
18.1.0.59 1,219 6/23/2020
18.1.0.57 1,079 6/16/2020
18.1.0.56 1,095 6/9/2020
18.1.0.55 1,900 6/2/2020
18.1.0.54 1,141 5/27/2020
18.1.0.53 1,161 5/19/2020
18.1.0.52 1,203 5/13/2020
18.1.0.48 1,128 5/5/2020
18.1.0.46 1,153 4/28/2020
18.1.0.45 1,158 4/21/2020
18.1.0.44 1,139 4/14/2020
18.1.0.43 3,823 4/7/2020
18.1.0.42 1,257 4/1/2020
18.1.0.36-beta 900 3/19/2020
17.4.0.55 1,520 3/10/2020
17.4.0.53 1,196 3/3/2020
17.4.0.51 1,135 2/25/2020
17.4.0.50 1,165 2/18/2020
17.4.0.49 1,157 2/11/2020
17.4.0.47 1,127 2/5/2020
17.4.0.46 1,174 1/30/2020
17.4.0.44 1,207 1/21/2020
17.4.0.43 1,126 1/14/2020
17.4.0.41 1,169 1/7/2020
17.4.0.40 1,258 12/24/2019
17.4.0.39 1,248 12/17/2019
17.3.0.34 1,213 12/10/2019
17.3.0.33 1,169 12/4/2019
17.3.0.30 1,319 12/3/2019
17.3.0.29 1,215 11/26/2019
17.3.0.28 1,179 11/19/2019
17.3.0.27 1,242 11/12/2019
17.3.0.26 1,232 11/5/2019
17.3.0.21 1,212 10/29/2019
17.3.0.19 1,210 10/22/2019
17.3.0.17 1,152 10/15/2019
17.3.0.14 1,183 10/3/2019
17.3.0.9-beta 914 9/20/2019
17.2.0.51 1,233 9/10/2019
17.2.0.49 1,204 9/3/2019
17.2.0.47 1,224 8/27/2019
17.2.0.46 1,278 8/22/2019
17.2.0.41 1,257 8/13/2019
17.2.0.40 1,227 8/6/2019
17.2.0.39 1,249 7/30/2019
17.2.0.36 2,795 7/23/2019
17.2.0.35 1,200 7/17/2019
17.2.0.34 1,296 7/11/2019
17.2.0.28-beta 1,149 6/27/2019
17.1.0.53 1,288 6/25/2019
17.1.0.52 1,231 6/18/2019
17.1.0.51 1,223 6/11/2019
17.1.0.50 1,264 6/4/2019
17.1.0.49 1,383 5/28/2019
17.1.0.48 1,272 5/21/2019
17.1.0.47 1,343 5/14/2019
17.1.0.44 1,275 5/7/2019
17.1.0.43 1,271 4/30/2019
17.1.0.42 1,362 4/23/2019
17.1.0.41 1,281 4/16/2019
17.1.0.40 1,281 4/9/2019
17.1.0.38 1,448 3/29/2019
17.1.0.32-beta 2,694 3/13/2019
16.4.0.54 2,440 2/19/2019
16.4.0.53 1,338 2/14/2019
16.4.0.52 1,439 2/5/2019
16.4.0.48 1,659 1/22/2019
16.4.0.47 1,388 1/16/2019
16.4.0.46 1,387 1/8/2019
16.4.0.44 1,354 12/24/2018
16.4.0.42 1,425 12/17/2018
16.4.0.40-beta 1,090 12/10/2018
16.3.0.36 1,480 11/27/2018
16.3.0.35-beta 1,063 11/23/2018
16.3.0.29 1,482 10/30/2018
16.3.0.21 2,820 9/21/2018