Syncfusion.ExcelToPdfConverter.AspNet.Mvc5 29.2.11

Prefix Reserved
dotnet add package Syncfusion.ExcelToPdfConverter.AspNet.Mvc5 --version 29.2.11
                    
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.AspNet.Mvc5 -Version 29.2.11
                    
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.2.11" />
                    
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.2.11" />
                    
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.2.11
                    
#r "nuget: Syncfusion.ExcelToPdfConverter.AspNet.Mvc5, 29.2.11"
                    
#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.
#addin nuget:?package=Syncfusion.ExcelToPdfConverter.AspNet.Mvc5&version=29.2.11
                    
Install Syncfusion.ExcelToPdfConverter.AspNet.Mvc5 as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelToPdfConverter.AspNet.Mvc5&version=29.2.11
                    
Install Syncfusion.ExcelToPdfConverter.AspNet.Mvc5 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
29.2.11 137 6/16/2025
29.2.10 274 6/9/2025
29.2.9 146 6/5/2025
29.2.8 201 6/3/2025
29.2.7 179 5/26/2025
29.2.5 173 5/21/2025
29.2.4 259 5/14/2025
29.1.41 217 5/5/2025
29.1.40 173 4/28/2025
29.1.39 176 4/21/2025
29.1.38 218 4/14/2025
29.1.37 247 4/8/2025
29.1.35 845 4/1/2025
29.1.33 534 3/25/2025
28.2.12 195 3/19/2025
28.2.11 204 3/10/2025
28.2.9 533 3/4/2025
28.2.7 217 2/25/2025
28.2.6 231 2/17/2025
28.2.5 155 2/11/2025
28.2.4 761 2/4/2025
28.2.3 587 1/29/2025
28.1.41 591 1/20/2025
28.1.39 136 1/13/2025
28.1.38 246 1/7/2025
28.1.37 158 12/31/2024
28.1.36 129 12/23/2024
28.1.35 141 12/18/2024
28.1.33 290 12/12/2024
27.2.5 165 12/2/2024
27.2.4 170 11/26/2024
27.2.3 134 11/22/2024
27.2.2 528 11/15/2024
27.1.58 154 11/4/2024
27.1.57 744 10/28/2024
27.1.56 140 10/23/2024
27.1.55 130 10/21/2024
27.1.53 196 10/14/2024
27.1.52 145 10/7/2024
27.1.51 165 9/30/2024
27.1.50 138 9/23/2024
27.1.48 164 9/18/2024
26.2.14 187 9/9/2024
26.2.13 168 9/5/2024
26.2.12 152 9/2/2024
26.2.11 171 8/27/2024
26.2.10 449 8/19/2024
26.2.9 229 8/12/2024
26.2.8 176 8/5/2024
26.2.7 116 7/29/2024
26.2.5 127 7/26/2024
26.2.4 171 7/24/2024
26.1.42 160 7/15/2024
26.1.41 200 7/8/2024
26.1.40 886 7/1/2024
26.1.39 188 6/24/2024
26.1.38 193 6/18/2024
26.1.35 176 6/11/2024
25.2.7 178 6/3/2024
25.2.6 1,583 5/28/2024
25.2.5 206 5/21/2024
25.2.4 201 5/14/2024
25.2.3 3,554 5/8/2024
25.1.42 188 4/29/2024
25.1.41 502 4/23/2024
25.1.40 181 4/15/2024
25.1.39 202 4/8/2024
25.1.38 386 4/1/2024
25.1.37 232 3/26/2024
25.1.35 714 3/15/2024
24.2.9 299 3/4/2024
24.2.8 248 2/26/2024
24.2.7 318 2/19/2024
24.2.6 293 2/14/2024
24.2.5 303 2/12/2024
24.2.4 364 2/5/2024
24.2.3 347 1/31/2024
24.1.47 393 1/22/2024
24.1.46 1,012 1/16/2024
24.1.45 491 1/8/2024
24.1.44 422 1/2/2024
24.1.43 482 12/27/2023
24.1.41 641 12/18/2023
23.2.7 827 12/6/2023
23.2.6 556 11/28/2023
23.2.5 510 11/23/2023
23.2.4 607 11/20/2023
23.1.44 567 11/6/2023
23.1.43 725 10/30/2023
23.1.42 585 10/23/2023
23.1.41 632 10/16/2023
23.1.40 613 10/10/2023
23.1.39 784 10/4/2023
23.1.38 2,230 9/26/2023
23.1.36 864 9/15/2023
22.2.12 731 9/5/2023
22.2.11 695 8/28/2023
22.2.10 698 8/22/2023
22.2.9 696 8/14/2023
22.2.8 1,188 8/7/2023
22.2.7 728 8/2/2023
22.2.5 1,120 7/27/2023
22.1.39 814 7/18/2023
22.1.38 788 7/11/2023
22.1.37 769 7/3/2023
22.1.36 762 6/28/2023
22.1.34 1,338 6/21/2023
21.2.10 783 6/13/2023
21.2.9 802 6/6/2023
21.2.8 1,304 5/30/2023
21.2.6 781 5/22/2023
21.2.5 24,852 5/15/2023
21.2.4 800 5/9/2023
21.2.3 863 5/3/2023
21.1.41 1,340 4/19/2023
21.1.39 839 4/10/2023
21.1.38 838 4/3/2023
21.1.37 846 3/29/2023
21.1.35 916 3/23/2023
20.4.0.54 900 3/13/2023
20.4.0.53 864 3/7/2023
20.4.0.52 847 2/28/2023
20.4.0.51 920 2/21/2023
20.4.0.50 889 2/14/2023
20.4.0.49 999 2/7/2023
20.4.0.48 956 2/1/2023
20.4.0.44 974 1/18/2023
20.4.0.43 969 1/10/2023
20.4.0.42 983 1/4/2023
20.4.0.41 931 12/29/2022
20.4.0.40 901 12/28/2022
20.4.0.38 1,033 12/21/2022
20.3.0.61 1,571 12/12/2022
20.3.0.60 917 12/6/2022
20.3.0.59 950 11/29/2022
20.3.0.58 969 11/22/2022
20.3.0.57 1,056 11/15/2022
20.3.0.56 2,262 11/8/2022
20.3.0.52 1,012 10/27/2022
20.3.0.50 1,094 10/18/2022
20.3.0.49 1,053 10/11/2022
20.3.0.48 991 10/5/2022
20.3.0.47 1,277 9/29/2022
20.2.0.50 1,109 9/20/2022
20.2.0.49 1,561 9/13/2022
20.2.0.48 1,088 9/6/2022
20.2.0.46 1,060 8/30/2022
20.2.0.45 1,200 8/23/2022
20.2.0.44 1,108 8/16/2022
20.2.0.43 1,175 8/8/2022
20.2.0.40 1,163 7/26/2022
20.2.0.39 1,126 7/19/2022
20.2.0.38 3,163 7/12/2022
20.2.0.36 2,077 6/30/2022
20.1.0.61 1,644 6/20/2022
20.1.0.60 1,110 6/14/2022
20.1.0.59 1,146 6/6/2022
20.1.0.58 1,102 5/31/2022
20.1.0.57 1,073 5/23/2022
20.1.0.56 1,131 5/17/2022
20.1.0.55 1,242 5/12/2022
20.1.0.52 1,117 5/3/2022
20.1.0.51 1,112 4/26/2022
20.1.0.50 1,161 4/19/2022
20.1.0.48 7,357 4/12/2022
20.1.0.47 1,192 4/4/2022
19.4.0.56 4,359 3/14/2022
19.4.0.55 1,805 3/8/2022
19.4.0.54 1,174 2/28/2022
19.4.0.53 1,145 2/22/2022
19.4.0.52 1,091 2/15/2022
19.4.0.50 1,333 2/8/2022
19.4.0.48 1,318 1/31/2022
19.4.0.47 1,120 1/25/2022
19.4.0.43 1,174 1/18/2022
19.4.0.42 978 1/11/2022
19.4.0.41 1,028 1/4/2022
19.4.0.40 1,228 12/28/2021
19.4.0.38 1,056 12/17/2021
19.3.0.59 1,019 12/14/2021
19.3.0.57 1,132 12/7/2021
19.3.0.56 1,643 11/29/2021
19.3.0.55 997 11/23/2021
19.3.0.54 1,021 11/17/2021
19.3.0.53 1,080 11/12/2021
19.3.0.48 1,019 11/2/2021
19.3.0.47 1,136 10/26/2021
19.3.0.46 1,080 10/19/2021
19.3.0.45 5,254 10/12/2021
19.3.0.44 1,086 10/5/2021
19.3.0.43 1,121 9/30/2021
19.2.0.62 1,229 9/13/2021
19.2.0.60 1,394 9/7/2021
19.2.0.59 6,113 8/30/2021
19.2.0.57 1,130 8/24/2021
19.2.0.56 1,176 8/17/2021
19.2.0.55 1,163 8/11/2021
19.2.0.51 1,189 8/2/2021
19.2.0.49 1,172 7/26/2021
19.2.0.48 1,103 7/19/2021
19.2.0.47 2,990 7/13/2021
19.2.0.46 1,142 7/6/2021
19.2.0.44 1,309 6/30/2021
19.1.0.69 1,350 6/14/2021
19.1.0.67 1,239 6/7/2021
19.1.0.66 1,169 5/31/2021
19.1.0.65 1,140 5/24/2021
19.1.0.64 1,138 5/19/2021
19.1.0.63 5,385 5/13/2021
19.1.0.59 1,150 5/3/2021
19.1.0.58 1,160 4/26/2021
19.1.0.57 1,159 4/20/2021
19.1.0.56 1,189 4/13/2021
19.1.0.55 1,295 4/6/2021
19.1.0.54 1,214 3/30/2021
18.4.0.49 1,268 3/22/2021
18.4.0.48 8,317 3/16/2021
18.4.0.47 1,119 3/9/2021
18.4.0.46 1,824 3/2/2021
18.4.0.44 1,194 2/23/2021
18.4.0.43 1,123 2/15/2021
18.4.0.42 8,886 2/9/2021
18.4.0.41 1,172 2/2/2021
18.4.0.39 1,103 1/28/2021
18.4.0.35 2,035 1/19/2021
18.4.0.34 1,166 1/12/2021
18.4.0.33 1,423 1/4/2021
18.4.0.32 1,148 12/30/2020
18.4.0.31 1,168 12/22/2020
18.4.0.30 1,361 12/17/2020
18.3.0.53 1,188 12/8/2020
18.3.0.52 1,178 11/30/2020
18.3.0.51 1,212 11/23/2020
18.3.0.50 1,211 11/17/2020
18.3.0.48 1,189 11/10/2020
18.3.0.47 1,231 11/5/2020
18.3.0.44 1,190 10/27/2020
18.3.0.42 1,282 10/20/2020
18.3.0.40 6,928 10/12/2020
18.3.0.38 1,236 10/7/2020
18.3.0.35 1,273 10/1/2020
18.2.0.59 4,434 9/22/2020
18.2.0.58 1,274 9/15/2020
18.2.0.57 1,198 9/8/2020
18.2.0.56 1,268 9/1/2020
18.2.0.55 1,252 8/25/2020
18.2.0.54 1,175 8/18/2020
18.2.0.48 1,269 8/4/2020
18.2.0.47 1,291 7/28/2020
18.2.0.46 1,235 7/21/2020
18.2.0.45 1,248 7/14/2020
18.2.0.44 2,227 7/6/2020
18.1.0.59 1,342 6/23/2020
18.1.0.57 1,211 6/16/2020
18.1.0.56 1,231 6/9/2020
18.1.0.55 2,068 6/2/2020
18.1.0.54 1,278 5/27/2020
18.1.0.53 1,292 5/19/2020
18.1.0.52 1,338 5/13/2020
18.1.0.48 1,263 5/5/2020
18.1.0.46 1,287 4/28/2020
18.1.0.45 1,303 4/21/2020
18.1.0.44 1,275 4/14/2020
18.1.0.43 4,399 4/7/2020
18.1.0.42 1,404 4/1/2020
18.1.0.36-beta 1,012 3/19/2020
17.4.0.55 1,666 3/10/2020
17.4.0.53 1,366 3/3/2020
17.4.0.51 1,301 2/25/2020
17.4.0.50 1,307 2/18/2020
17.4.0.49 1,297 2/11/2020
17.4.0.47 1,255 2/5/2020
17.4.0.46 1,294 1/30/2020
17.4.0.44 1,331 1/21/2020
17.4.0.43 1,251 1/14/2020
17.4.0.41 1,296 1/7/2020
17.4.0.40 1,382 12/24/2019
17.4.0.39 1,381 12/17/2019
17.3.0.34 1,335 12/10/2019
17.3.0.33 1,315 12/4/2019
17.3.0.30 1,447 12/3/2019
17.3.0.29 1,339 11/26/2019
17.3.0.28 1,332 11/19/2019
17.3.0.27 1,374 11/12/2019
17.3.0.26 1,388 11/5/2019
17.3.0.21 1,355 10/29/2019
17.3.0.19 1,338 10/22/2019
17.3.0.17 1,282 10/15/2019
17.3.0.14 1,335 10/3/2019
17.3.0.9-beta 1,027 9/20/2019
17.2.0.51 1,383 9/10/2019
17.2.0.49 1,337 9/3/2019
17.2.0.47 1,358 8/27/2019
17.2.0.46 1,416 8/22/2019
17.2.0.41 1,380 8/13/2019
17.2.0.40 1,355 8/6/2019
17.2.0.39 1,379 7/30/2019
17.2.0.36 2,922 7/23/2019
17.2.0.35 1,338 7/17/2019
17.2.0.34 1,434 7/11/2019
17.2.0.28-beta 1,251 6/27/2019
17.1.0.53 1,477 6/25/2019
17.1.0.52 1,388 6/18/2019
17.1.0.51 1,354 6/11/2019
17.1.0.50 1,401 6/4/2019
17.1.0.49 1,518 5/28/2019
17.1.0.48 1,424 5/21/2019
17.1.0.47 1,507 5/14/2019
17.1.0.44 1,406 5/7/2019
17.1.0.43 1,403 4/30/2019
17.1.0.42 1,493 4/23/2019
17.1.0.41 1,436 4/16/2019
17.1.0.40 1,413 4/9/2019
17.1.0.38 1,606 3/29/2019
17.1.0.32-beta 2,796 3/13/2019
16.4.0.54 2,620 2/19/2019
16.4.0.53 1,481 2/14/2019
16.4.0.52 1,584 2/5/2019
16.4.0.48 1,815 1/22/2019
16.4.0.47 1,561 1/16/2019
16.4.0.46 1,529 1/8/2019
16.4.0.44 1,491 12/24/2018
16.4.0.42 1,588 12/17/2018
16.4.0.40-beta 1,192 12/10/2018
16.3.0.36 1,648 11/27/2018
16.3.0.35-beta 1,177 11/23/2018
16.3.0.29 1,643 10/30/2018
16.3.0.21 2,996 9/21/2018