Syncfusion.ExcelToPdfConverter.AspNet 22.1.34

Prefix Reserved
Suggested Alternatives

Syncfusion.XlsIORenderer.Net.Core

Additional Details

This ASP.NET Web Form platform is Deprecated, you can use the same product from ASP.NET Core platform

dotnet add package Syncfusion.ExcelToPdfConverter.AspNet --version 22.1.34
                    
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.AspNet -Version 22.1.34
                    
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="22.1.34" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.ExcelToPdfConverter.AspNet" Version="22.1.34" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.ExcelToPdfConverter.AspNet" />
                    
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 --version 22.1.34
                    
#r "nuget: Syncfusion.ExcelToPdfConverter.AspNet, 22.1.34"
                    
#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@22.1.34
                    
#: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&version=22.1.34
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelToPdfConverter.AspNet&version=22.1.34
                    
Install as a Cake Tool

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, 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 is compatible.  net451 is compatible.  net452 was computed.  net46 is compatible.  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
22.1.34 7,531 6/21/2023 22.1.34 is deprecated because it is no longer maintained.
21.2.10 756 6/12/2023
21.2.9 280 6/6/2023
21.2.8 305 5/30/2023
21.2.6 311 5/22/2023
21.2.5 274 5/15/2023
21.2.4 330 5/9/2023
21.2.3 332 5/3/2023
21.1.41 366 4/19/2023
21.1.39 507 4/10/2023
21.1.38 334 4/3/2023
21.1.37 339 3/29/2023
21.1.35 380 3/23/2023
20.4.0.54 526 3/13/2023
20.4.0.53 384 3/7/2023
20.4.0.52 2,103 2/28/2023
20.4.0.51 439 2/21/2023
20.4.0.50 435 2/14/2023
20.4.0.44 5,778 1/18/2023
20.4.0.43 451 1/10/2023
20.4.0.42 461 1/4/2023
20.4.0.41 405 12/29/2022
20.4.0.40 422 12/28/2022
20.4.0.38 486 12/21/2022
20.3.0.61 7,788 12/12/2022
20.3.0.60 404 12/6/2022
20.3.0.59 532 11/29/2022
20.3.0.58 460 11/22/2022
20.3.0.57 523 11/15/2022
20.3.0.56 476 11/8/2022
20.3.0.52 521 10/27/2022
20.3.0.50 551 10/18/2022
20.3.0.49 2,198 10/11/2022
20.3.0.48 550 10/5/2022
20.3.0.47 609 9/29/2022
20.2.0.50 620 9/20/2022
20.2.0.49 619 9/13/2022
20.2.0.48 572 9/6/2022
20.2.0.46 609 8/30/2022
20.2.0.45 572 8/23/2022
20.2.0.44 609 8/16/2022
20.2.0.43 6,768 8/8/2022
20.2.0.40 632 7/26/2022
20.2.0.39 729 7/19/2022
20.2.0.38 597 7/12/2022
20.2.0.36 705 6/30/2022
20.1.0.61 610 6/20/2022
20.1.0.60 588 6/14/2022
20.1.0.59 735 6/6/2022
20.1.0.58 619 5/31/2022
20.1.0.57 842 5/23/2022
20.1.0.56 604 5/17/2022
20.1.0.55 602 5/12/2022
20.1.0.52 701 5/3/2022
20.1.0.51 608 4/26/2022
20.1.0.50 1,114 4/19/2022
20.1.0.48 710 4/12/2022
20.1.0.47 716 4/4/2022
19.4.0.56 712 3/14/2022
19.4.0.55 663 3/8/2022
19.4.0.54 639 2/28/2022
19.4.0.53 3,697 2/22/2022
19.4.0.52 627 2/15/2022
19.4.0.50 903 2/8/2022
19.4.0.48 666 1/31/2022
19.4.0.47 651 1/25/2022
19.4.0.43 655 1/18/2022
19.4.0.42 632 1/11/2022
19.4.0.41 511 1/4/2022
19.4.0.40 509 12/28/2021
19.4.0.38 544 12/17/2021
19.3.0.59 7,455 12/14/2021
19.3.0.57 544 12/7/2021
19.3.0.56 1,090 11/29/2021
19.3.0.55 528 11/23/2021
19.3.0.54 474 11/17/2021
19.3.0.53 528 11/12/2021
19.3.0.48 524 11/2/2021
19.3.0.47 1,094 10/26/2021
19.3.0.46 2,011 10/19/2021
19.3.0.45 562 10/12/2021
19.3.0.44 717 10/5/2021
19.3.0.43 537 9/30/2021
19.2.0.62 628 9/13/2021
19.2.0.60 574 9/7/2021
19.2.0.59 640 8/30/2021
19.2.0.57 693 8/24/2021
19.2.0.56 559 8/17/2021
19.2.0.55 758 8/11/2021
19.2.0.51 1,019 8/2/2021
19.2.0.49 568 7/26/2021
19.2.0.48 583 7/19/2021
19.2.0.47 622 7/13/2021
19.2.0.46 1,426 7/6/2021
19.2.0.44 645 6/30/2021
19.1.0.69 935 6/14/2021
19.1.0.67 696 6/7/2021
19.1.0.66 650 5/31/2021
19.1.0.65 591 5/24/2021
19.1.0.64 587 5/19/2021
19.1.0.63 22,591 5/13/2021
19.1.0.59 596 5/3/2021
19.1.0.58 1,839 4/26/2021
19.1.0.57 614 4/20/2021
19.1.0.56 584 4/12/2021
19.1.0.55 612 4/6/2021
19.1.0.54 889 3/30/2021
18.4.0.49 1,659 3/22/2021
18.4.0.48 695 3/16/2021
18.4.0.47 759 3/9/2021
18.4.0.46 1,081 3/2/2021
18.4.0.44 636 2/23/2021
18.4.0.43 688 2/15/2021
18.4.0.42 591 2/9/2021
18.4.0.41 606 2/2/2021
18.4.0.39 616 1/28/2021
18.4.0.35 667 1/19/2021
18.4.0.34 605 1/12/2021
18.4.0.33 627 1/4/2021
18.4.0.32 583 12/30/2020
18.4.0.31 665 12/22/2020
18.4.0.30 1,176 12/17/2020
18.3.0.53 1,262 12/8/2020
18.3.0.52 649 11/30/2020
18.3.0.51 735 11/23/2020
18.3.0.50 877 11/17/2020
18.3.0.48 3,925 11/10/2020
18.3.0.47 664 11/5/2020
18.3.0.44 730 10/27/2020
18.3.0.42 1,198 10/20/2020
18.3.0.40 651 10/12/2020
18.3.0.38 694 10/7/2020
18.3.0.35 836 10/1/2020
18.2.0.59 754 9/22/2020
18.2.0.58 890 9/15/2020
18.2.0.57 665 9/8/2020
18.2.0.56 714 9/1/2020
18.2.0.55 775 8/25/2020
18.2.0.54 672 8/18/2020
18.2.0.48 869 8/4/2020
18.2.0.47 820 7/28/2020
18.2.0.46 761 7/21/2020
18.2.0.45 697 7/14/2020
18.2.0.44 976 7/6/2020
18.1.0.59 46,181 6/23/2020
18.1.0.57 696 6/16/2020
18.1.0.56 796 6/9/2020
18.1.0.55 727 6/2/2020
18.1.0.54 785 5/27/2020
18.1.0.53 992 5/19/2020
18.1.0.52 757 5/13/2020
18.1.0.48 127,534 5/5/2020
18.1.0.46 768 4/28/2020
18.1.0.45 1,684 4/21/2020
18.1.0.44 796 4/14/2020
18.1.0.43 816 4/7/2020
18.1.0.42 844 4/1/2020
18.1.0.36-beta 516 3/19/2020
17.4.0.55 2,712 3/10/2020
17.4.0.53 789 3/3/2020
17.4.0.51 851 2/25/2020
17.4.0.50 816 2/18/2020
17.4.0.49 789 2/11/2020
17.4.0.47 761 2/5/2020
17.4.0.46 765 1/30/2020
17.4.0.44 774 1/21/2020
17.4.0.43 818 1/14/2020
17.4.0.41 784 1/7/2020
17.4.0.40 881 12/24/2019
17.4.0.39 1,049 12/17/2019
17.3.0.34 1,661 12/10/2019
17.3.0.33 833 12/4/2019
17.3.0.30 765 12/3/2019
17.3.0.29 765 11/26/2019
17.3.0.28 830 11/19/2019
17.3.0.27 909 11/12/2019
17.3.0.26 836 11/5/2019
17.3.0.21 789 10/29/2019
17.3.0.19 780 10/22/2019
17.3.0.17 2,204 10/15/2019
17.3.0.14 840 10/3/2019
17.3.0.9-beta 567 9/20/2019
17.2.0.51 1,391 9/10/2019
17.2.0.49 801 9/3/2019
17.2.0.47 820 8/27/2019
17.2.0.46 894 8/22/2019
17.2.0.41 1,142 8/13/2019
17.2.0.40 823 8/6/2019
17.2.0.39 870 7/30/2019
17.2.0.36 815 7/23/2019
17.2.0.35 824 7/17/2019
17.2.0.34 920 7/11/2019
17.2.0.28-beta 546 6/27/2019
17.1.0.53 1,339 6/25/2019
17.1.0.52 929 6/18/2019
17.1.0.51 844 6/11/2019
17.1.0.50 875 6/4/2019
17.1.0.49 1,320 5/28/2019
17.1.0.48 993 5/21/2019
17.1.0.47 987 5/14/2019
17.1.0.44 937 5/7/2019
17.1.0.43 905 4/30/2019
17.1.0.42 962 4/23/2019
17.1.0.41 829 4/16/2019
17.1.0.40 978 4/9/2019
17.1.0.38 970 3/29/2019
17.1.0.32-beta 574 3/13/2019
16.4.0.54 2,300 2/19/2019
16.4.0.53 941 2/14/2019
16.4.0.52 2,998 2/5/2019
16.4.0.48 1,020 1/22/2019
16.4.0.47 1,057 1/16/2019
16.4.0.46 991 1/8/2019
16.4.0.44 1,045 12/24/2018
16.4.0.42 1,088 12/17/2018
16.4.0.40-beta 711 12/10/2018
16.3.0.36 1,088 11/27/2018
16.3.0.35-beta 759 11/23/2018
16.3.0.29 1,095 10/30/2018
16.3.0.21 1,150 9/21/2018