Syncfusion.ExcelToPdfConverter.AspNet.Mvc5 29.1.37

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 29.1.37
                    
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.AspNet.Mvc5 -Version 29.1.37
                    
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="29.1.37" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.ExcelToPdfConverter.AspNet.Mvc5" Version="29.1.37" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.ExcelToPdfConverter.AspNet.Mvc5" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Syncfusion.ExcelToPdfConverter.AspNet.Mvc5 --version 29.1.37
                    
#r "nuget: Syncfusion.ExcelToPdfConverter.AspNet.Mvc5, 29.1.37"
                    
#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.
#:package Syncfusion.ExcelToPdfConverter.AspNet.Mvc5@29.1.37
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Syncfusion.ExcelToPdfConverter.AspNet.Mvc5&version=29.1.37
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelToPdfConverter.AspNet.Mvc5&version=29.1.37
                    
Install as a Cake Tool

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
30.2.6 15 8/18/2025
30.2.5 106 8/13/2025
30.2.4 194 8/7/2025
30.1.42 119 7/28/2025
30.1.41 492 7/22/2025
30.1.40 149 7/14/2025
30.1.39 147 7/8/2025
30.1.38 156 7/1/2025
30.1.37 205 6/25/2025
29.2.11 239 6/16/2025
29.2.10 289 6/9/2025
29.2.9 162 6/5/2025
29.2.8 302 6/3/2025
29.2.7 204 5/26/2025
29.2.5 208 5/21/2025
29.2.4 278 5/14/2025
29.1.41 365 5/5/2025
29.1.40 189 4/28/2025
29.1.39 189 4/21/2025
29.1.38 232 4/14/2025
29.1.37 266 4/8/2025
29.1.35 1,155 4/1/2025
29.1.33 561 3/25/2025
28.2.12 239 3/19/2025
28.2.11 224 3/10/2025
28.2.9 549 3/4/2025
28.2.7 244 2/25/2025
28.2.6 251 2/17/2025
28.2.5 168 2/11/2025
28.2.4 916 2/4/2025
28.2.3 680 1/29/2025
28.1.41 612 1/20/2025
28.1.39 155 1/13/2025
28.1.38 262 1/7/2025
28.1.37 174 12/31/2024
28.1.36 148 12/23/2024
28.1.35 159 12/18/2024
28.1.33 361 12/12/2024
27.2.5 187 12/2/2024
27.2.4 184 11/26/2024
27.2.3 151 11/22/2024
27.2.2 543 11/15/2024
27.1.58 172 11/4/2024
27.1.57 767 10/28/2024
27.1.56 157 10/23/2024
27.1.55 146 10/21/2024
27.1.53 210 10/14/2024
27.1.52 162 10/7/2024
27.1.51 188 9/30/2024
27.1.50 154 9/23/2024
27.1.48 180 9/18/2024
26.2.14 203 9/9/2024
26.2.13 179 9/5/2024
26.2.12 167 9/2/2024
26.2.11 185 8/27/2024
26.2.10 462 8/19/2024
26.2.9 243 8/12/2024
26.2.8 191 8/5/2024
26.2.7 130 7/29/2024
26.2.5 140 7/26/2024
26.2.4 185 7/24/2024
26.1.42 181 7/15/2024
26.1.41 222 7/8/2024
26.1.40 907 7/1/2024
26.1.39 202 6/24/2024
26.1.38 209 6/18/2024
26.1.35 194 6/11/2024
25.2.7 188 6/3/2024
25.2.6 1,616 5/28/2024
25.2.5 228 5/21/2024
25.2.4 215 5/14/2024
25.2.3 4,076 5/8/2024
25.1.42 205 4/29/2024
25.1.41 517 4/23/2024
25.1.40 196 4/15/2024
25.1.39 219 4/8/2024
25.1.38 399 4/1/2024
25.1.37 247 3/26/2024
25.1.35 774 3/15/2024
24.2.9 312 3/4/2024
24.2.8 263 2/26/2024
24.2.7 335 2/19/2024
24.2.6 309 2/14/2024
24.2.5 311 2/12/2024
24.2.4 379 2/5/2024
24.2.3 359 1/31/2024
24.1.47 412 1/22/2024
24.1.46 1,028 1/16/2024
24.1.45 504 1/8/2024
24.1.44 433 1/2/2024
24.1.43 492 12/27/2023
24.1.41 656 12/18/2023
23.2.7 857 12/6/2023
23.2.6 572 11/28/2023
23.2.5 523 11/23/2023
23.2.4 620 11/20/2023
23.1.44 580 11/6/2023
23.1.43 736 10/30/2023
23.1.42 605 10/23/2023
23.1.41 658 10/16/2023
23.1.40 634 10/10/2023
23.1.39 806 10/4/2023
23.1.38 2,255 9/26/2023
23.1.36 931 9/15/2023
22.2.12 753 9/5/2023
22.2.11 724 8/28/2023
22.2.10 723 8/22/2023
22.2.9 720 8/14/2023
22.2.8 1,217 8/7/2023
22.2.7 756 8/2/2023
22.2.5 1,151 7/27/2023
22.1.39 842 7/18/2023
22.1.38 818 7/11/2023
22.1.37 796 7/3/2023
22.1.36 790 6/28/2023
22.1.34 1,467 6/21/2023
21.2.10 816 6/13/2023
21.2.9 834 6/6/2023
21.2.8 1,359 5/30/2023
21.2.6 810 5/22/2023
21.2.5 25,904 5/15/2023
21.2.4 829 5/9/2023
21.2.3 890 5/3/2023
21.1.41 1,368 4/19/2023
21.1.39 869 4/10/2023
21.1.38 869 4/3/2023
21.1.37 878 3/29/2023
21.1.35 946 3/23/2023
20.4.0.54 927 3/13/2023
20.4.0.53 895 3/7/2023
20.4.0.52 881 2/28/2023
20.4.0.51 947 2/21/2023
20.4.0.50 916 2/14/2023
20.4.0.49 1,030 2/7/2023
20.4.0.48 984 2/1/2023
20.4.0.44 1,002 1/18/2023
20.4.0.43 998 1/10/2023
20.4.0.42 1,017 1/4/2023
20.4.0.41 960 12/29/2022
20.4.0.40 930 12/28/2022
20.4.0.38 1,077 12/21/2022
20.3.0.61 1,602 12/12/2022
20.3.0.60 947 12/6/2022
20.3.0.59 977 11/29/2022
20.3.0.58 998 11/22/2022
20.3.0.57 1,088 11/15/2022
20.3.0.56 2,286 11/8/2022
20.3.0.52 1,042 10/27/2022
20.3.0.50 1,127 10/18/2022
20.3.0.49 1,087 10/11/2022
20.3.0.48 1,023 10/5/2022
20.3.0.47 1,311 9/29/2022
20.2.0.50 1,139 9/20/2022
20.2.0.49 1,597 9/13/2022
20.2.0.48 1,118 9/6/2022
20.2.0.46 1,090 8/30/2022
20.2.0.45 1,225 8/23/2022
20.2.0.44 1,139 8/16/2022
20.2.0.43 1,205 8/8/2022
20.2.0.40 1,193 7/26/2022
20.2.0.39 1,159 7/19/2022
20.2.0.38 3,224 7/12/2022
20.2.0.36 2,116 6/30/2022
20.1.0.61 1,674 6/20/2022
20.1.0.60 1,143 6/14/2022
20.1.0.59 1,180 6/6/2022
20.1.0.58 1,134 5/31/2022
20.1.0.57 1,101 5/23/2022
20.1.0.56 1,164 5/17/2022
20.1.0.55 1,273 5/12/2022
20.1.0.52 1,149 5/3/2022
20.1.0.51 1,149 4/26/2022
20.1.0.50 1,192 4/19/2022
20.1.0.48 7,634 4/12/2022
20.1.0.47 1,224 4/4/2022
19.4.0.56 4,391 3/14/2022
19.4.0.55 1,838 3/8/2022
19.4.0.54 1,206 2/28/2022
19.4.0.53 1,174 2/22/2022
19.4.0.52 1,125 2/15/2022
19.4.0.50 1,365 2/8/2022
19.4.0.48 1,352 1/31/2022
19.4.0.47 1,152 1/25/2022
19.4.0.43 1,205 1/18/2022
19.4.0.42 1,008 1/11/2022
19.4.0.41 1,059 1/4/2022
19.4.0.40 1,272 12/28/2021
19.4.0.38 1,085 12/17/2021
19.3.0.59 1,054 12/14/2021
19.3.0.57 1,164 12/7/2021
19.3.0.56 1,679 11/29/2021
19.3.0.55 1,030 11/23/2021
19.3.0.54 1,057 11/17/2021
19.3.0.53 1,110 11/12/2021
19.3.0.48 1,050 11/2/2021
19.3.0.47 1,170 10/26/2021
19.3.0.46 1,111 10/19/2021
19.3.0.45 5,374 10/12/2021
19.3.0.44 1,121 10/5/2021
19.3.0.43 1,155 9/30/2021
19.2.0.62 1,261 9/13/2021
19.2.0.60 1,431 9/7/2021
19.2.0.59 6,575 8/30/2021
19.2.0.57 1,165 8/24/2021
19.2.0.56 1,208 8/17/2021
19.2.0.55 1,195 8/11/2021
19.2.0.51 1,221 8/2/2021
19.2.0.49 1,202 7/26/2021
19.2.0.48 1,132 7/19/2021
19.2.0.47 3,064 7/13/2021
19.2.0.46 1,177 7/6/2021
19.2.0.44 1,339 6/30/2021
19.1.0.69 1,393 6/14/2021
19.1.0.67 1,277 6/7/2021
19.1.0.66 1,203 5/31/2021
19.1.0.65 1,172 5/24/2021
19.1.0.64 1,177 5/19/2021
19.1.0.63 5,470 5/13/2021
19.1.0.59 1,193 5/3/2021
19.1.0.58 1,192 4/26/2021
19.1.0.57 1,193 4/20/2021
19.1.0.56 1,222 4/13/2021
19.1.0.55 1,326 4/6/2021
19.1.0.54 1,250 3/30/2021
18.4.0.49 1,300 3/22/2021
18.4.0.48 8,442 3/16/2021
18.4.0.47 1,152 3/9/2021
18.4.0.46 1,860 3/2/2021
18.4.0.44 1,226 2/23/2021
18.4.0.43 1,154 2/15/2021
18.4.0.42 9,888 2/9/2021
18.4.0.41 1,205 2/2/2021
18.4.0.39 1,138 1/28/2021
18.4.0.35 2,091 1/19/2021
18.4.0.34 1,200 1/12/2021
18.4.0.33 1,460 1/4/2021
18.4.0.32 1,179 12/30/2020
18.4.0.31 1,200 12/22/2020
18.4.0.30 1,397 12/17/2020
18.3.0.53 1,222 12/8/2020
18.3.0.52 1,210 11/30/2020
18.3.0.51 1,247 11/23/2020
18.3.0.50 1,245 11/17/2020
18.3.0.48 1,223 11/10/2020
18.3.0.47 1,264 11/5/2020
18.3.0.44 1,220 10/27/2020
18.3.0.42 1,315 10/20/2020
18.3.0.40 6,964 10/12/2020
18.3.0.38 1,270 10/7/2020
18.3.0.35 1,307 10/1/2020
18.2.0.59 4,469 9/22/2020
18.2.0.58 1,309 9/15/2020
18.2.0.57 1,236 9/8/2020
18.2.0.56 1,304 9/1/2020
18.2.0.55 1,285 8/25/2020
18.2.0.54 1,210 8/18/2020
18.2.0.48 1,300 8/4/2020
18.2.0.47 1,328 7/28/2020
18.2.0.46 1,271 7/21/2020
18.2.0.45 1,282 7/14/2020
18.2.0.44 2,271 7/6/2020
18.1.0.59 1,379 6/23/2020
18.1.0.57 1,245 6/16/2020
18.1.0.56 1,267 6/9/2020
18.1.0.55 2,113 6/2/2020
18.1.0.54 1,310 5/27/2020
18.1.0.53 1,328 5/19/2020
18.1.0.52 1,368 5/13/2020
18.1.0.48 1,297 5/5/2020
18.1.0.46 1,322 4/28/2020
18.1.0.45 1,335 4/21/2020
18.1.0.44 1,312 4/14/2020
18.1.0.43 4,465 4/7/2020
18.1.0.42 1,438 4/1/2020
18.1.0.36-beta 1,043 3/19/2020
17.4.0.55 1,702 3/10/2020
17.4.0.53 1,404 3/3/2020
17.4.0.51 1,334 2/25/2020
17.4.0.50 1,343 2/18/2020
17.4.0.49 1,331 2/11/2020
17.4.0.47 1,291 2/5/2020
17.4.0.46 1,325 1/30/2020
17.4.0.44 1,367 1/21/2020
17.4.0.43 1,290 1/14/2020
17.4.0.41 1,333 1/7/2020
17.4.0.40 1,420 12/24/2019
17.4.0.39 1,418 12/17/2019
17.3.0.34 1,368 12/10/2019
17.3.0.33 1,349 12/4/2019
17.3.0.30 1,488 12/3/2019
17.3.0.29 1,375 11/26/2019
17.3.0.28 1,366 11/19/2019
17.3.0.27 1,410 11/12/2019
17.3.0.26 1,425 11/5/2019
17.3.0.21 1,391 10/29/2019
17.3.0.19 1,372 10/22/2019
17.3.0.17 1,321 10/15/2019
17.3.0.14 1,370 10/3/2019
17.3.0.9-beta 1,057 9/20/2019
17.2.0.51 1,419 9/10/2019
17.2.0.49 1,371 9/3/2019
17.2.0.47 1,395 8/27/2019
17.2.0.46 1,451 8/22/2019
17.2.0.41 1,412 8/13/2019
17.2.0.40 1,388 8/6/2019
17.2.0.39 1,409 7/30/2019
17.2.0.36 2,959 7/23/2019
17.2.0.35 1,372 7/17/2019
17.2.0.34 1,470 7/11/2019
17.2.0.28-beta 1,286 6/27/2019
17.1.0.53 1,513 6/25/2019
17.1.0.52 1,428 6/18/2019
17.1.0.51 1,388 6/11/2019
17.1.0.50 1,437 6/4/2019
17.1.0.49 1,552 5/28/2019
17.1.0.48 1,463 5/21/2019
17.1.0.47 1,546 5/14/2019
17.1.0.44 1,441 5/7/2019
17.1.0.43 1,440 4/30/2019
17.1.0.42 1,525 4/23/2019
17.1.0.41 1,474 4/16/2019
17.1.0.40 1,447 4/9/2019
17.1.0.38 1,643 3/29/2019
17.1.0.32-beta 2,840 3/13/2019
16.4.0.54 2,657 2/19/2019
16.4.0.53 1,515 2/14/2019
16.4.0.52 1,620 2/5/2019
16.4.0.48 1,851 1/22/2019
16.4.0.47 1,596 1/16/2019
16.4.0.46 1,564 1/8/2019
16.4.0.44 1,524 12/24/2018
16.4.0.42 1,625 12/17/2018
16.4.0.40-beta 1,226 12/10/2018
16.3.0.36 1,681 11/27/2018
16.3.0.35-beta 1,212 11/23/2018
16.3.0.29 1,680 10/30/2018
16.3.0.21 3,032 9/21/2018