Syncfusion.ExcelToPdfConverter.AspNet.Mvc4 27.1.57

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.ExcelToPdfConverter.AspNet.Mvc4 --version 27.1.57                
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.AspNet.Mvc4 -Version 27.1.57                
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.Mvc4" Version="27.1.57" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.ExcelToPdfConverter.AspNet.Mvc4 --version 27.1.57                
#r "nuget: Syncfusion.ExcelToPdfConverter.AspNet.Mvc4, 27.1.57"                
#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.Mvc4 as a Cake Addin
#addin nuget:?package=Syncfusion.ExcelToPdfConverter.AspNet.Mvc4&version=27.1.57

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

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.Mvc4 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’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's 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 net40 is compatible.  net403 was computed.  net45 was computed.  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
27.2.3 40 11/22/2024
27.2.2 76 11/15/2024
27.1.58 83 11/4/2024
27.1.57 77 10/28/2024
27.1.56 79 10/23/2024
27.1.55 64 10/21/2024
27.1.53 106 10/14/2024
27.1.52 89 10/7/2024
27.1.51 107 9/30/2024
27.1.50 90 9/23/2024
27.1.48 93 9/18/2024
26.2.14 91 9/9/2024
26.2.13 104 9/5/2024
26.2.12 91 9/2/2024
26.2.11 113 8/27/2024
26.2.10 106 8/19/2024
26.2.9 109 8/12/2024
26.2.8 101 8/5/2024
26.2.7 52 7/29/2024
26.2.5 79 7/26/2024
26.2.4 65 7/24/2024
26.1.42 89 7/15/2024
26.1.41 94 7/8/2024
26.1.40 98 7/1/2024
26.1.39 97 6/24/2024
26.1.38 108 6/18/2024
26.1.35 87 6/11/2024
25.2.7 115 6/3/2024
25.2.6 98 5/28/2024
25.2.5 104 5/21/2024
25.2.4 106 5/14/2024
25.2.3 103 5/8/2024
25.1.42 111 4/29/2024
25.1.41 122 4/23/2024
25.1.40 114 4/15/2024
25.1.39 126 4/8/2024
25.1.38 147 4/1/2024
25.1.37 132 3/26/2024
25.1.35 186 3/15/2024
24.2.9 261 3/4/2024
24.2.8 282 2/26/2024
24.2.7 296 2/19/2024
24.2.6 292 2/14/2024
24.2.5 333 2/12/2024
24.2.4 329 2/5/2024
24.2.3 339 1/31/2024
24.1.47 374 1/22/2024
24.1.46 390 1/16/2024
24.1.45 429 1/8/2024
24.1.44 415 1/2/2024
24.1.43 445 12/27/2023
24.1.41 478 12/18/2023
23.2.7 529 12/6/2023
23.2.6 496 11/28/2023
23.2.5 516 11/23/2023
23.2.4 483 11/20/2023
23.1.44 519 11/6/2023
23.1.43 521 10/30/2023
23.1.42 518 10/23/2023
23.1.41 530 10/16/2023
23.1.40 562 10/10/2023
23.1.39 549 10/4/2023
23.1.38 570 9/26/2023
23.1.36 612 9/15/2023
22.2.12 637 9/5/2023
22.2.11 660 8/28/2023
22.2.10 609 8/22/2023
22.2.9 674 8/14/2023
22.2.8 734 8/7/2023
22.2.7 720 8/2/2023
22.2.5 746 7/27/2023
22.1.39 730 7/18/2023
22.1.38 761 7/11/2023
22.1.37 778 7/3/2023
22.1.36 790 6/28/2023
22.1.34 798 6/21/2023
21.2.10 781 6/13/2023
21.2.9 776 6/6/2023
21.2.8 855 5/30/2023
21.2.6 807 5/22/2023
21.2.5 803 5/15/2023
21.2.4 821 5/9/2023
21.2.3 825 5/3/2023
21.1.41 831 4/19/2023
21.1.39 857 4/10/2023
21.1.38 862 4/3/2023
21.1.37 868 3/29/2023
21.1.35 861 3/23/2023
20.4.0.54 1,380 3/13/2023
20.4.0.53 880 3/7/2023
20.4.0.52 887 2/28/2023
20.4.0.51 896 2/21/2023
20.4.0.50 898 2/14/2023
20.4.0.49 917 2/7/2023
20.4.0.48 957 2/1/2023
20.4.0.44 935 1/18/2023
20.4.0.43 953 1/10/2023
20.4.0.42 942 1/4/2023
20.4.0.41 960 12/29/2022
20.4.0.40 942 12/28/2022
20.4.0.38 965 12/21/2022
20.3.0.61 929 12/12/2022
20.3.0.60 950 12/6/2022
20.3.0.59 961 11/29/2022
20.3.0.58 974 11/22/2022
20.3.0.57 997 11/15/2022
20.3.0.56 1,000 11/8/2022
20.3.0.52 1,036 10/27/2022
20.3.0.50 1,067 10/18/2022
20.3.0.49 1,074 10/11/2022
20.3.0.48 1,066 10/5/2022
20.3.0.47 1,152 9/29/2022
20.2.0.50 1,311 9/20/2022
20.2.0.49 1,079 9/13/2022
20.2.0.48 1,099 9/6/2022
20.2.0.46 1,096 8/30/2022
20.2.0.45 1,074 8/23/2022
20.2.0.44 1,090 8/16/2022
20.2.0.43 1,120 8/8/2022
20.2.0.40 1,087 7/26/2022
20.2.0.39 1,109 7/19/2022
20.2.0.38 1,105 7/12/2022
20.2.0.36 1,119 6/30/2022
20.1.0.61 1,082 6/20/2022
20.1.0.60 1,089 6/14/2022
20.1.0.59 1,108 6/6/2022
20.1.0.58 1,094 5/31/2022
20.1.0.57 1,086 5/23/2022
20.1.0.56 1,131 5/17/2022
20.1.0.55 1,091 5/12/2022
20.1.0.52 1,107 5/3/2022
20.1.0.51 1,119 4/26/2022
20.1.0.50 1,116 4/19/2022
20.1.0.48 1,105 4/12/2022
20.1.0.47 1,120 4/4/2022
19.4.0.56 1,131 3/14/2022
19.4.0.55 1,128 3/8/2022
19.4.0.54 1,121 2/28/2022
19.4.0.53 1,116 2/22/2022
19.4.0.52 1,100 2/15/2022
19.4.0.50 1,115 2/8/2022
19.4.0.48 1,149 1/31/2022
19.4.0.47 1,142 1/25/2022
19.4.0.43 1,134 1/18/2022
19.4.0.42 1,127 1/11/2022
19.4.0.41 975 1/4/2022
19.4.0.40 971 12/28/2021
19.4.0.38 943 12/17/2021
19.3.0.59 979 12/14/2021
19.3.0.57 985 12/7/2021
19.3.0.56 1,593 11/29/2021
19.3.0.55 971 11/23/2021
19.3.0.54 992 11/17/2021
19.3.0.53 997 11/12/2021
19.3.0.48 1,022 11/2/2021
19.3.0.47 1,079 10/26/2021
19.3.0.46 1,055 10/19/2021
19.3.0.45 1,049 10/12/2021
19.3.0.44 1,070 10/5/2021
19.3.0.43 1,023 9/30/2021
19.2.0.62 1,130 9/13/2021
19.2.0.60 1,082 9/7/2021
19.2.0.59 1,114 8/30/2021
19.2.0.57 1,088 8/24/2021
19.2.0.56 1,073 8/17/2021
19.2.0.55 1,128 8/11/2021
19.2.0.51 1,090 8/2/2021
19.2.0.49 1,095 7/26/2021
19.2.0.48 1,083 7/19/2021
19.2.0.47 1,140 7/13/2021
19.2.0.46 1,118 7/6/2021
19.2.0.44 1,230 6/30/2021
19.1.0.69 1,136 6/14/2021
19.1.0.67 1,118 6/7/2021
19.1.0.66 1,119 5/31/2021
19.1.0.65 1,100 5/24/2021
19.1.0.64 1,083 5/19/2021
19.1.0.63 1,126 5/13/2021
19.1.0.59 1,106 5/3/2021
19.1.0.58 1,062 4/26/2021
19.1.0.57 1,175 4/20/2021
19.1.0.56 1,083 4/12/2021
19.1.0.55 1,055 4/6/2021
19.1.0.54 1,133 3/30/2021
18.4.0.49 1,102 3/22/2021
18.4.0.48 1,073 3/16/2021
18.4.0.47 1,087 3/9/2021
18.4.0.46 1,040 3/2/2021
18.4.0.44 1,144 2/23/2021
18.4.0.43 1,050 2/15/2021
18.4.0.42 1,106 2/9/2021
18.4.0.41 1,121 2/2/2021
18.4.0.39 1,078 1/28/2021
18.4.0.35 1,104 1/19/2021
18.4.0.34 1,041 1/12/2021
18.4.0.33 1,063 1/4/2021
18.4.0.32 1,101 12/30/2020
18.4.0.31 1,161 12/22/2020
18.4.0.30 1,163 12/17/2020
18.3.0.53 1,101 12/8/2020
18.3.0.52 1,120 11/30/2020
18.3.0.51 1,128 11/23/2020
18.3.0.50 1,162 11/17/2020
18.3.0.48 1,147 11/10/2020
18.3.0.47 1,126 11/5/2020
18.3.0.44 1,151 10/27/2020
18.3.0.42 1,219 10/20/2020
18.3.0.40 1,214 10/12/2020
18.3.0.38 1,245 10/7/2020
18.3.0.35 1,136 10/1/2020
18.2.0.59 1,212 9/22/2020
18.2.0.58 1,228 9/15/2020
18.2.0.57 1,176 9/8/2020
18.2.0.56 1,226 9/1/2020
18.2.0.55 1,226 8/25/2020
18.2.0.54 1,186 8/18/2020
18.2.0.48 1,221 8/4/2020
18.2.0.47 1,217 7/28/2020
18.2.0.46 1,216 7/21/2020
18.2.0.45 1,264 7/14/2020
18.2.0.44 1,196 7/6/2020
18.1.0.59 1,216 6/23/2020
18.1.0.57 1,201 6/16/2020
18.1.0.56 1,190 6/9/2020
18.1.0.55 1,180 6/2/2020
18.1.0.54 1,242 5/27/2020
18.1.0.53 1,227 5/19/2020
18.1.0.52 1,194 5/13/2020
18.1.0.48 1,245 5/5/2020
18.1.0.46 1,211 4/28/2020
18.1.0.45 1,232 4/21/2020
18.1.0.44 1,200 4/14/2020
18.1.0.43 1,303 4/7/2020
18.1.0.42 1,246 4/1/2020
18.1.0.36-beta 1,019 3/19/2020
17.4.0.55 1,237 3/10/2020
17.4.0.53 1,264 3/3/2020
17.4.0.51 1,233 2/25/2020
17.4.0.50 1,253 2/18/2020
17.4.0.49 1,244 2/11/2020
17.4.0.47 1,296 2/5/2020
17.4.0.46 1,263 1/30/2020
17.4.0.44 1,239 1/21/2020
17.4.0.43 1,160 1/14/2020
17.4.0.41 1,246 1/7/2020
17.4.0.40 1,280 12/24/2019
17.4.0.39 1,204 12/17/2019
17.3.0.34 1,268 12/10/2019
17.3.0.33 1,201 12/4/2019
17.3.0.30 1,252 12/3/2019
17.3.0.29 1,211 11/26/2019
17.3.0.28 1,265 11/19/2019
17.3.0.27 1,271 11/12/2019
17.3.0.26 1,223 11/5/2019
17.3.0.21 1,246 10/29/2019
17.3.0.19 1,226 10/22/2019
17.3.0.17 1,247 10/15/2019
17.3.0.14 1,232 10/3/2019
17.3.0.9-beta 1,009 9/20/2019
17.2.0.51 1,292 9/10/2019
17.2.0.49 1,264 9/3/2019
17.2.0.47 1,281 8/27/2019
17.2.0.46 1,275 8/22/2019
17.2.0.41 1,307 8/13/2019
17.2.0.40 1,295 8/6/2019
17.2.0.39 1,291 7/30/2019
17.2.0.36 1,322 7/23/2019
17.2.0.35 1,272 7/17/2019
17.2.0.34 1,238 7/11/2019
17.2.0.28-beta 969 6/27/2019
17.1.0.53 1,290 6/25/2019
17.1.0.52 1,283 6/18/2019
17.1.0.51 1,349 6/11/2019
17.1.0.50 1,353 6/4/2019
17.1.0.49 1,262 5/28/2019
17.1.0.48 1,289 5/21/2019
17.1.0.47 1,310 5/14/2019
17.1.0.44 1,372 5/7/2019
17.1.0.43 1,365 4/30/2019
17.1.0.42 1,448 4/23/2019
17.1.0.41 1,273 4/16/2019
17.1.0.40 1,321 4/9/2019
17.1.0.38 1,311 3/29/2019
17.1.0.32-beta 1,000 3/13/2019
16.4.0.54 1,326 2/19/2019
16.4.0.53 1,362 2/14/2019
16.4.0.52 1,398 2/5/2019
16.4.0.48 1,345 1/22/2019
16.4.0.47 1,431 1/16/2019
16.4.0.46 1,392 1/8/2019
16.4.0.44 1,370 12/24/2018
16.4.0.42 1,436 12/17/2018
16.4.0.40-beta 1,205 12/10/2018
16.3.0.36 6,229 11/27/2018
16.3.0.35-beta 1,102 11/23/2018
16.3.0.29 1,460 10/30/2018
16.3.0.21 1,493 9/21/2018