Syncfusion.ExcelToPdfConverter.AspNet 21.1.37

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET Framework 4.0
dotnet add package Syncfusion.ExcelToPdfConverter.AspNet --version 21.1.37
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.AspNet -Version 21.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" Version="21.1.37" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.ExcelToPdfConverter.AspNet --version 21.1.37
#r "nuget: Syncfusion.ExcelToPdfConverter.AspNet, 21.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.
// Install Syncfusion.ExcelToPdfConverter.AspNet as a Cake Addin
#addin nuget:?package=Syncfusion.ExcelToPdfConverter.AspNet&version=21.1.37

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

Syncfusion ASP.NET 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 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 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 Excel to PDF converter library NuGet by simply running the command Install-Package Syncfusion.ExcelToPdfConverter.AspNet 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.Current.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 27,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1700+ 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 (Preview), Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI (Preview), 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 Versions
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
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
21.1.37 38 3/29/2023
21.1.35 73 3/23/2023
20.4.0.54 126 3/13/2023
20.4.0.53 102 3/7/2023
20.4.0.52 135 2/28/2023
20.4.0.51 156 2/21/2023
20.4.0.50 142 2/14/2023
20.4.0.44 1,845 1/18/2023
20.4.0.43 172 1/10/2023
20.4.0.42 166 1/4/2023
20.4.0.41 154 12/29/2022
20.4.0.40 158 12/28/2022
20.4.0.38 187 12/21/2022
20.3.0.61 2,952 12/12/2022
20.3.0.60 180 12/6/2022
20.3.0.59 287 11/29/2022
20.3.0.58 205 11/22/2022
20.3.0.57 254 11/15/2022
20.3.0.56 233 11/8/2022
20.3.0.52 269 10/27/2022
20.3.0.50 313 10/18/2022
20.3.0.49 306 10/11/2022
20.3.0.48 329 10/5/2022
20.3.0.47 348 9/29/2022
20.2.0.50 344 9/20/2022
20.2.0.49 365 9/13/2022
20.2.0.48 329 9/6/2022
20.2.0.46 343 8/30/2022
20.2.0.45 330 8/23/2022
20.2.0.44 376 8/16/2022
20.2.0.43 1,315 8/8/2022
20.2.0.40 369 7/26/2022
20.2.0.39 485 7/19/2022
20.2.0.38 357 7/12/2022
20.2.0.36 390 6/30/2022
20.1.0.61 365 6/20/2022
20.1.0.60 346 6/14/2022
20.1.0.59 451 6/6/2022
20.1.0.58 371 5/31/2022
20.1.0.57 398 5/23/2022
20.1.0.56 371 5/17/2022
20.1.0.55 363 5/12/2022
20.1.0.52 431 5/3/2022
20.1.0.51 373 4/26/2022
20.1.0.50 537 4/19/2022
20.1.0.48 421 4/12/2022
20.1.0.47 459 4/4/2022
19.4.0.56 443 3/14/2022
19.4.0.55 421 3/8/2022
19.4.0.54 385 2/28/2022
19.4.0.53 685 2/22/2022
19.4.0.52 365 2/15/2022
19.4.0.50 619 2/8/2022
19.4.0.48 404 1/31/2022
19.4.0.47 388 1/25/2022
19.4.0.43 385 1/18/2022
19.4.0.42 381 1/11/2022
19.4.0.41 275 1/4/2022
19.4.0.40 264 12/28/2021
19.4.0.38 306 12/17/2021
19.3.0.59 3,381 12/14/2021
19.3.0.57 300 12/7/2021
19.3.0.56 850 11/29/2021
19.3.0.55 285 11/23/2021
19.3.0.54 263 11/17/2021
19.3.0.53 299 11/12/2021
19.3.0.48 315 11/2/2021
19.3.0.47 339 10/26/2021
19.3.0.46 1,819 10/19/2021
19.3.0.45 324 10/12/2021
19.3.0.44 467 10/5/2021
19.3.0.43 304 9/30/2021
19.2.0.62 414 9/13/2021
19.2.0.60 331 9/7/2021
19.2.0.59 384 8/30/2021
19.2.0.57 443 8/24/2021
19.2.0.56 315 8/17/2021
19.2.0.55 503 8/11/2021
19.2.0.51 376 8/2/2021
19.2.0.49 342 7/26/2021
19.2.0.48 359 7/19/2021
19.2.0.47 401 7/13/2021
19.2.0.46 945 7/6/2021
19.2.0.44 390 6/30/2021
19.1.0.69 689 6/14/2021
19.1.0.67 449 6/7/2021
19.1.0.66 413 5/31/2021
19.1.0.65 348 5/24/2021
19.1.0.64 358 5/19/2021
19.1.0.63 13,194 5/13/2021
19.1.0.59 366 5/3/2021
19.1.0.58 1,610 4/26/2021
19.1.0.57 392 4/20/2021
19.1.0.56 373 4/12/2021
19.1.0.55 378 4/6/2021
19.1.0.54 600 3/30/2021
18.4.0.49 848 3/22/2021
18.4.0.48 389 3/16/2021
18.4.0.47 494 3/9/2021
18.4.0.46 870 3/2/2021
18.4.0.44 384 2/23/2021
18.4.0.43 350 2/15/2021
18.4.0.42 343 2/9/2021
18.4.0.41 384 2/2/2021
18.4.0.39 369 1/28/2021
18.4.0.35 425 1/19/2021
18.4.0.34 354 1/12/2021
18.4.0.33 382 1/4/2021
18.4.0.32 365 12/30/2020
18.4.0.31 417 12/22/2020
18.4.0.30 894 12/17/2020
18.3.0.53 1,038 12/8/2020
18.3.0.52 396 11/30/2020
18.3.0.51 435 11/23/2020
18.3.0.50 587 11/17/2020
18.3.0.48 2,090 11/10/2020
18.3.0.47 434 11/5/2020
18.3.0.44 515 10/27/2020
18.3.0.42 909 10/20/2020
18.3.0.40 432 10/12/2020
18.3.0.38 460 10/7/2020
18.3.0.35 598 10/1/2020
18.2.0.59 478 9/22/2020
18.2.0.58 669 9/15/2020
18.2.0.57 432 9/8/2020
18.2.0.56 451 9/1/2020
18.2.0.55 524 8/25/2020
18.2.0.54 429 8/18/2020
18.2.0.48 608 8/4/2020
18.2.0.47 531 7/28/2020
18.2.0.46 475 7/21/2020
18.2.0.45 447 7/14/2020
18.2.0.44 729 7/6/2020
18.1.0.59 8,384 6/23/2020
18.1.0.57 448 6/16/2020
18.1.0.56 497 6/9/2020
18.1.0.55 450 6/2/2020
18.1.0.54 521 5/27/2020
18.1.0.53 722 5/19/2020
18.1.0.52 495 5/13/2020
18.1.0.48 28,643 5/5/2020
18.1.0.46 480 4/28/2020
18.1.0.45 692 4/21/2020
18.1.0.44 510 4/14/2020
18.1.0.43 547 4/7/2020
18.1.0.42 575 4/1/2020
18.1.0.36-beta 328 3/19/2020
17.4.0.55 876 3/10/2020
17.4.0.53 541 3/3/2020
17.4.0.51 567 2/25/2020
17.4.0.50 544 2/18/2020
17.4.0.49 514 2/11/2020
17.4.0.47 494 2/5/2020
17.4.0.46 525 1/30/2020
17.4.0.44 515 1/21/2020
17.4.0.43 531 1/14/2020
17.4.0.41 515 1/7/2020
17.4.0.40 615 12/24/2019
17.4.0.39 759 12/17/2019
17.3.0.34 1,202 12/10/2019
17.3.0.33 568 12/4/2019
17.3.0.30 496 12/3/2019
17.3.0.29 511 11/26/2019
17.3.0.28 562 11/19/2019
17.3.0.27 634 11/12/2019
17.3.0.26 557 11/5/2019
17.3.0.21 514 10/29/2019
17.3.0.19 507 10/22/2019
17.3.0.17 1,925 10/15/2019
17.3.0.14 544 10/3/2019
17.3.0.9-beta 375 9/20/2019
17.2.0.51 1,141 9/10/2019
17.2.0.49 518 9/3/2019
17.2.0.47 559 8/27/2019
17.2.0.46 580 8/22/2019
17.2.0.41 868 8/13/2019
17.2.0.40 555 8/6/2019
17.2.0.39 592 7/30/2019
17.2.0.36 558 7/23/2019
17.2.0.35 565 7/17/2019
17.2.0.34 645 7/11/2019
17.2.0.28-beta 361 6/27/2019
17.1.0.53 955 6/25/2019
17.1.0.52 647 6/18/2019
17.1.0.51 588 6/11/2019
17.1.0.50 594 6/4/2019
17.1.0.49 1,031 5/28/2019
17.1.0.48 736 5/21/2019
17.1.0.47 705 5/14/2019
17.1.0.44 643 5/7/2019
17.1.0.43 614 4/30/2019
17.1.0.42 674 4/23/2019
17.1.0.41 571 4/16/2019
17.1.0.40 694 4/9/2019
17.1.0.38 683 3/29/2019
17.1.0.32-beta 388 3/13/2019
16.4.0.54 1,082 2/19/2019
16.4.0.53 686 2/14/2019
16.4.0.52 2,732 2/5/2019
16.4.0.48 718 1/22/2019
16.4.0.47 768 1/16/2019
16.4.0.46 689 1/8/2019
16.4.0.44 728 12/24/2018
16.4.0.42 784 12/17/2018
16.4.0.40-beta 531 12/10/2018
16.3.0.36 810 11/27/2018
16.3.0.35-beta 571 11/23/2018
16.3.0.29 777 10/30/2018
16.3.0.21 820 9/21/2018