Syncfusion.ExcelToPdfConverter.AspNet.Mvc5 28.1.41

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 28.1.41                
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.AspNet.Mvc5 -Version 28.1.41                
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="28.1.41" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.ExcelToPdfConverter.AspNet.Mvc5 --version 28.1.41                
#r "nuget: Syncfusion.ExcelToPdfConverter.AspNet.Mvc5, 28.1.41"                
#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=28.1.41

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

Syncfusion® ASP.NET MVC Excel TO PDF Converter

A PDF is a fixed document used to display document contents uniformly independent of application software, hardware, and operating system. Syncfusion® ASP.NET MVC Excel (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.

ASP.NET MVC Excel to PDF Converter

Features Overview | Docs | API Reference | Online Demo | GitHub Examples | Blogs | Support | Forums | Feedback

Key features

System Requirements

Getting Started

You can fetch the Syncfusion® ASP.NET MVC Excel to PDF converter library NuGet by simply running the command Install-Package Syncfusion.ExcelToPdfConverter.AspNet.Mvc5 from the Package Manager Console in Visual Studio.

Try the following code snippet to convert an Excel document to PDF.

using Syncfusion.XlsIO;
using Syncfusion.ExcelToPdfConverter;
using Syncfusion.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
    using (PdfDocument pdfDocument = new PdfDocument())
    {
        //Convert Excel document into PDF document
        pdfDocument = converter.Convert();
        pdfDocument.Save("Output.pdf", HttpContext.ApplicationInstance.Response, HttpReadType.Save);
    }
}

For more information to get started, refer to our Getting Started Documentation page.

License

This is a commercial product and requires a paid license for possession or use. Syncfusion® licensed software, including this component, is subject to the terms and conditions of Syncfusion® EULA. You can purchase a license 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 29,000 customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1800+ components and frameworks for web (Blazor, Flutter, ASP.NET Core, ASP.NET MVC, ASP.NET Web Forms, JavaScript, Angular, React, Vue, and jQuery), mobile (.NET MAUI, Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI, Flutter, Xamarin, 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.


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

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  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
28.2.4 82 2/4/2025
28.2.3 41 1/29/2025
28.1.41 209 1/20/2025
28.1.39 72 1/13/2025
28.1.38 101 1/7/2025
28.1.37 137 12/31/2024
28.1.36 109 12/23/2024
28.1.35 117 12/18/2024
28.1.33 141 12/12/2024
27.2.5 123 12/2/2024
27.2.4 129 11/26/2024
27.2.3 114 11/22/2024
27.2.2 494 11/15/2024
27.1.58 131 11/4/2024
27.1.57 689 10/28/2024
27.1.56 120 10/23/2024
27.1.55 113 10/21/2024
27.1.53 166 10/14/2024
27.1.52 129 10/7/2024
27.1.51 139 9/30/2024
27.1.50 119 9/23/2024
27.1.48 145 9/18/2024
26.2.14 167 9/9/2024
26.2.13 152 9/5/2024
26.2.12 119 9/2/2024
26.2.11 154 8/27/2024
26.2.10 326 8/19/2024
26.2.9 183 8/12/2024
26.2.8 159 8/5/2024
26.2.7 98 7/29/2024
26.2.5 111 7/26/2024
26.2.4 159 7/24/2024
26.1.42 143 7/15/2024
26.1.41 165 7/8/2024
26.1.40 750 7/1/2024
26.1.39 169 6/24/2024
26.1.38 169 6/18/2024
26.1.35 155 6/11/2024
25.2.7 160 6/3/2024
25.2.6 1,183 5/28/2024
25.2.5 142 5/21/2024
25.2.4 178 5/14/2024
25.2.3 2,225 5/8/2024
25.1.42 165 4/29/2024
25.1.41 486 4/23/2024
25.1.40 166 4/15/2024
25.1.39 182 4/8/2024
25.1.38 366 4/1/2024
25.1.37 218 3/26/2024
25.1.35 564 3/15/2024
24.2.9 281 3/4/2024
24.2.8 230 2/26/2024
24.2.7 298 2/19/2024
24.2.6 275 2/14/2024
24.2.5 270 2/12/2024
24.2.4 346 2/5/2024
24.2.3 333 1/31/2024
24.1.47 373 1/22/2024
24.1.46 989 1/16/2024
24.1.45 475 1/8/2024
24.1.44 403 1/2/2024
24.1.43 467 12/27/2023
24.1.41 623 12/18/2023
23.2.7 805 12/6/2023
23.2.6 542 11/28/2023
23.2.5 495 11/23/2023
23.2.4 592 11/20/2023
23.1.44 553 11/6/2023
23.1.43 710 10/30/2023
23.1.42 569 10/23/2023
23.1.41 616 10/16/2023
23.1.40 598 10/10/2023
23.1.39 767 10/4/2023
23.1.38 2,210 9/26/2023
23.1.36 746 9/15/2023
22.2.12 694 9/5/2023
22.2.11 672 8/28/2023
22.2.10 678 8/22/2023
22.2.9 675 8/14/2023
22.2.8 1,169 8/7/2023
22.2.7 711 8/2/2023
22.2.5 1,102 7/27/2023
22.1.39 788 7/18/2023
22.1.38 768 7/11/2023
22.1.37 748 7/3/2023
22.1.36 742 6/28/2023
22.1.34 1,251 6/21/2023
21.2.10 758 6/13/2023
21.2.9 773 6/6/2023
21.2.8 1,145 5/30/2023
21.2.6 755 5/22/2023
21.2.5 19,312 5/15/2023
21.2.4 774 5/9/2023
21.2.3 830 5/3/2023
21.1.41 1,313 4/19/2023
21.1.39 812 4/10/2023
21.1.38 812 4/3/2023
21.1.37 820 3/29/2023
21.1.35 889 3/23/2023
20.4.0.54 871 3/13/2023
20.4.0.53 831 3/7/2023
20.4.0.52 817 2/28/2023
20.4.0.51 889 2/21/2023
20.4.0.50 861 2/14/2023
20.4.0.49 970 2/7/2023
20.4.0.48 928 2/1/2023
20.4.0.44 945 1/18/2023
20.4.0.43 937 1/10/2023
20.4.0.42 936 1/4/2023
20.4.0.41 901 12/29/2022
20.4.0.40 872 12/28/2022
20.4.0.38 954 12/21/2022
20.3.0.61 1,542 12/12/2022
20.3.0.60 886 12/6/2022
20.3.0.59 917 11/29/2022
20.3.0.58 939 11/22/2022
20.3.0.57 1,024 11/15/2022
20.3.0.56 2,234 11/8/2022
20.3.0.52 978 10/27/2022
20.3.0.50 1,062 10/18/2022
20.3.0.49 1,024 10/11/2022
20.3.0.48 962 10/5/2022
20.3.0.47 1,209 9/29/2022
20.2.0.50 1,078 9/20/2022
20.2.0.49 1,528 9/13/2022
20.2.0.48 1,052 9/6/2022
20.2.0.46 1,029 8/30/2022
20.2.0.45 1,134 8/23/2022
20.2.0.44 1,074 8/16/2022
20.2.0.43 1,140 8/8/2022
20.2.0.40 1,126 7/26/2022
20.2.0.39 1,090 7/19/2022
20.2.0.38 2,892 7/12/2022
20.2.0.36 1,992 6/30/2022
20.1.0.61 1,597 6/20/2022
20.1.0.60 1,074 6/14/2022
20.1.0.59 1,110 6/6/2022
20.1.0.58 1,059 5/31/2022
20.1.0.57 1,036 5/23/2022
20.1.0.56 1,092 5/17/2022
20.1.0.55 1,200 5/12/2022
20.1.0.52 1,079 5/3/2022
20.1.0.51 1,068 4/26/2022
20.1.0.50 1,118 4/19/2022
20.1.0.48 6,384 4/12/2022
20.1.0.47 1,150 4/4/2022
19.4.0.56 4,309 3/14/2022
19.4.0.55 1,756 3/8/2022
19.4.0.54 1,132 2/28/2022
19.4.0.53 1,101 2/22/2022
19.4.0.52 1,044 2/15/2022
19.4.0.50 1,287 2/8/2022
19.4.0.48 1,267 1/31/2022
19.4.0.47 1,076 1/25/2022
19.4.0.43 1,124 1/18/2022
19.4.0.42 933 1/11/2022
19.4.0.41 984 1/4/2022
19.4.0.40 1,151 12/28/2021
19.4.0.38 1,010 12/17/2021
19.3.0.59 973 12/14/2021
19.3.0.57 1,086 12/7/2021
19.3.0.56 1,597 11/29/2021
19.3.0.55 951 11/23/2021
19.3.0.54 975 11/17/2021
19.3.0.53 1,031 11/12/2021
19.3.0.48 974 11/2/2021
19.3.0.47 1,089 10/26/2021
19.3.0.46 1,034 10/19/2021
19.3.0.45 4,728 10/12/2021
19.3.0.44 1,037 10/5/2021
19.3.0.43 1,072 9/30/2021
19.2.0.62 1,182 9/13/2021
19.2.0.60 1,342 9/7/2021
19.2.0.59 4,462 8/30/2021
19.2.0.57 1,083 8/24/2021
19.2.0.56 1,126 8/17/2021
19.2.0.55 1,117 8/11/2021
19.2.0.51 1,144 8/2/2021
19.2.0.49 1,126 7/26/2021
19.2.0.48 1,058 7/19/2021
19.2.0.47 2,840 7/13/2021
19.2.0.46 1,095 7/6/2021
19.2.0.44 1,265 6/30/2021
19.1.0.69 1,289 6/14/2021
19.1.0.67 1,187 6/7/2021
19.1.0.66 1,122 5/31/2021
19.1.0.65 1,092 5/24/2021
19.1.0.64 1,093 5/19/2021
19.1.0.63 4,801 5/13/2021
19.1.0.59 1,102 5/3/2021
19.1.0.58 1,106 4/26/2021
19.1.0.57 1,108 4/20/2021
19.1.0.56 1,133 4/13/2021
19.1.0.55 1,241 4/6/2021
19.1.0.54 1,156 3/30/2021
18.4.0.49 1,216 3/22/2021
18.4.0.48 7,866 3/16/2021
18.4.0.47 1,065 3/9/2021
18.4.0.46 1,766 3/2/2021
18.4.0.44 1,135 2/23/2021
18.4.0.43 1,067 2/15/2021
18.4.0.42 6,025 2/9/2021
18.4.0.41 1,116 2/2/2021
18.4.0.39 1,046 1/28/2021
18.4.0.35 1,868 1/19/2021
18.4.0.34 1,108 1/12/2021
18.4.0.33 1,365 1/4/2021
18.4.0.32 1,092 12/30/2020
18.4.0.31 1,112 12/22/2020
18.4.0.30 1,302 12/17/2020
18.3.0.53 1,127 12/8/2020
18.3.0.52 1,123 11/30/2020
18.3.0.51 1,155 11/23/2020
18.3.0.50 1,155 11/17/2020
18.3.0.48 1,130 11/10/2020
18.3.0.47 1,175 11/5/2020
18.3.0.44 1,133 10/27/2020
18.3.0.42 1,226 10/20/2020
18.3.0.40 6,871 10/12/2020
18.3.0.38 1,181 10/7/2020
18.3.0.35 1,218 10/1/2020
18.2.0.59 4,378 9/22/2020
18.2.0.58 1,218 9/15/2020
18.2.0.57 1,140 9/8/2020
18.2.0.56 1,203 9/1/2020
18.2.0.55 1,195 8/25/2020
18.2.0.54 1,117 8/18/2020
18.2.0.48 1,210 8/4/2020
18.2.0.47 1,236 7/28/2020
18.2.0.46 1,173 7/21/2020
18.2.0.45 1,190 7/14/2020
18.2.0.44 2,169 7/6/2020
18.1.0.59 1,286 6/23/2020
18.1.0.57 1,147 6/16/2020
18.1.0.56 1,175 6/9/2020
18.1.0.55 1,976 6/2/2020
18.1.0.54 1,213 5/27/2020
18.1.0.53 1,230 5/19/2020
18.1.0.52 1,278 5/13/2020
18.1.0.48 1,200 5/5/2020
18.1.0.46 1,225 4/28/2020
18.1.0.45 1,239 4/21/2020
18.1.0.44 1,214 4/14/2020
18.1.0.43 4,217 4/7/2020
18.1.0.42 1,341 4/1/2020
18.1.0.36-beta 960 3/19/2020
17.4.0.55 1,601 3/10/2020
17.4.0.53 1,301 3/3/2020
17.4.0.51 1,221 2/25/2020
17.4.0.50 1,246 2/18/2020
17.4.0.49 1,234 2/11/2020
17.4.0.47 1,193 2/5/2020
17.4.0.46 1,233 1/30/2020
17.4.0.44 1,264 1/21/2020
17.4.0.43 1,190 1/14/2020
17.4.0.41 1,233 1/7/2020
17.4.0.40 1,318 12/24/2019
17.4.0.39 1,320 12/17/2019
17.3.0.34 1,274 12/10/2019
17.3.0.33 1,254 12/4/2019
17.3.0.30 1,384 12/3/2019
17.3.0.29 1,274 11/26/2019
17.3.0.28 1,255 11/19/2019
17.3.0.27 1,309 11/12/2019
17.3.0.26 1,320 11/5/2019
17.3.0.21 1,290 10/29/2019
17.3.0.19 1,274 10/22/2019
17.3.0.17 1,211 10/15/2019
17.3.0.14 1,270 10/3/2019
17.3.0.9-beta 974 9/20/2019
17.2.0.51 1,313 9/10/2019
17.2.0.49 1,273 9/3/2019
17.2.0.47 1,295 8/27/2019
17.2.0.46 1,351 8/22/2019
17.2.0.41 1,316 8/13/2019
17.2.0.40 1,287 8/6/2019
17.2.0.39 1,308 7/30/2019
17.2.0.36 2,856 7/23/2019
17.2.0.35 1,272 7/17/2019
17.2.0.34 1,367 7/11/2019
17.2.0.28-beta 1,198 6/27/2019
17.1.0.53 1,403 6/25/2019
17.1.0.52 1,321 6/18/2019
17.1.0.51 1,287 6/11/2019
17.1.0.50 1,324 6/4/2019
17.1.0.49 1,450 5/28/2019
17.1.0.48 1,356 5/21/2019
17.1.0.47 1,418 5/14/2019
17.1.0.44 1,337 5/7/2019
17.1.0.43 1,334 4/30/2019
17.1.0.42 1,423 4/23/2019
17.1.0.41 1,367 4/16/2019
17.1.0.40 1,345 4/9/2019
17.1.0.38 1,536 3/29/2019
17.1.0.32-beta 2,740 3/13/2019
16.4.0.54 2,522 2/19/2019
16.4.0.53 1,410 2/14/2019
16.4.0.52 1,511 2/5/2019
16.4.0.48 1,730 1/22/2019
16.4.0.47 1,474 1/16/2019
16.4.0.46 1,456 1/8/2019
16.4.0.44 1,417 12/24/2018
16.4.0.42 1,517 12/17/2018
16.4.0.40-beta 1,134 12/10/2018
16.3.0.36 1,577 11/27/2018
16.3.0.35-beta 1,117 11/23/2018
16.3.0.29 1,558 10/30/2018
16.3.0.21 2,905 9/21/2018