Syncfusion.ExcelToPdfConverter.WinForms 22.2.7

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

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

Syncfusion WinForms 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 WinForms 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.

WinForms 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 WinForms Excel to PDF converter library NuGet by simply running the command Install-Package Syncfusion.ExcelToPdfConverter.WinForms 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("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");
	}
}

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 net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed. 
.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 (1)

Showing the top 1 popular GitHub repositories that depend on Syncfusion.ExcelToPdfConverter.WinForms:

Repository Stars
syncfusion/winforms-demos
This repository contains the samples for Syncfusion Windows Forms UI Controls and File Format libraries and the guide to use them.
Version Downloads Last updated
27.2.3 45 11/22/2024
27.2.2 114 11/15/2024
27.1.58 125 11/4/2024
27.1.57 121 10/28/2024
27.1.56 106 10/23/2024
27.1.55 80 10/21/2024
27.1.53 131 10/14/2024
27.1.52 96 10/7/2024
27.1.51 135 9/30/2024
27.1.50 105 9/23/2024
27.1.48 127 9/18/2024
26.2.14 140 9/9/2024
26.2.13 132 9/5/2024
26.2.12 122 9/2/2024
26.2.11 149 8/27/2024
26.2.10 144 8/19/2024
26.2.9 151 8/12/2024
26.2.8 124 8/5/2024
26.2.7 86 7/29/2024
26.2.5 120 7/25/2024
26.2.4 139 7/24/2024
26.1.42 119 7/15/2024
26.1.41 143 7/8/2024
26.1.40 211 7/1/2024
26.1.39 140 6/24/2024
26.1.38 148 6/18/2024
26.1.35 180 6/11/2024
25.2.7 141 6/3/2024
25.2.6 170 5/28/2024
25.2.5 130 5/21/2024
25.2.4 168 5/14/2024
25.2.3 167 5/8/2024
25.1.42 178 4/29/2024
25.1.41 145 4/23/2024
25.1.40 160 4/15/2024
25.1.39 158 4/8/2024
25.1.38 4,600 4/1/2024
25.1.37 144 3/26/2024
25.1.35 221 3/15/2024
24.2.9 231 3/4/2024
24.2.8 148 2/26/2024
24.2.7 732 2/19/2024
24.2.6 162 2/14/2024
24.2.5 341 2/12/2024
24.2.4 156 2/5/2024
24.2.3 170 1/31/2024
24.1.47 171 1/22/2024
24.1.46 172 1/16/2024
24.1.45 187 1/8/2024
24.1.44 176 1/2/2024
24.1.43 156 12/27/2023
24.1.41 240 12/18/2023
23.2.7 206 12/6/2023
23.2.6 193 11/28/2023
23.2.5 160 11/23/2023
23.2.4 172 11/20/2023
23.1.44 181 11/6/2023
23.1.43 186 10/30/2023
23.1.42 298 10/23/2023
23.1.41 182 10/16/2023
23.1.40 205 10/10/2023
23.1.39 176 10/4/2023
23.1.38 184 9/26/2023
23.1.36 302 9/15/2023
22.2.12 629 9/5/2023
22.2.11 217 8/28/2023
22.2.10 207 8/22/2023
22.2.9 179 8/14/2023
22.2.8 187 8/7/2023
22.2.7 204 8/2/2023
22.2.5 210 7/27/2023
22.1.39 228 7/18/2023
22.1.38 215 7/11/2023
22.1.37 229 7/3/2023
22.1.36 224 6/28/2023
22.1.34 428 6/21/2023
21.2.10 266 6/12/2023
21.2.9 227 6/6/2023
21.2.8 420 5/30/2023
21.2.6 272 5/22/2023
21.2.5 251 5/15/2023
21.2.4 253 5/9/2023
21.2.3 273 5/3/2023
21.1.41 360 4/19/2023
21.1.39 279 4/10/2023
21.1.38 286 4/3/2023
21.1.37 300 3/29/2023
21.1.35 360 3/23/2023
20.4.0.54 831 3/13/2023
20.4.0.53 322 3/7/2023
20.4.0.52 377 2/28/2023
20.4.0.51 349 2/21/2023
20.4.0.50 390 2/14/2023
20.4.0.49 342 2/7/2023
20.4.0.48 2,573 2/1/2023
20.4.0.44 432 1/18/2023
20.4.0.43 521 1/10/2023
20.4.0.42 390 1/4/2023
20.4.0.41 588 12/29/2022
20.4.0.40 352 12/28/2022
20.4.0.38 409 12/21/2022
20.3.0.61 465 12/12/2022
20.3.0.60 360 12/6/2022
20.3.0.59 439 11/29/2022
20.3.0.58 409 11/21/2022
20.3.0.57 434 11/14/2022
20.3.0.56 612 11/8/2022
20.3.0.52 463 10/27/2022
20.3.0.50 529 10/17/2022
20.3.0.49 504 10/11/2022
20.3.0.48 473 10/5/2022
20.3.0.47 623 9/29/2022
20.2.0.50 533 9/20/2022
20.2.0.49 506 9/13/2022
20.2.0.48 478 9/6/2022
20.2.0.46 534 8/30/2022
20.2.0.45 913 8/23/2022
20.2.0.44 546 8/16/2022
20.2.0.43 18,060 8/8/2022
20.2.0.40 550 7/26/2022
20.2.0.39 514 7/19/2022
20.2.0.38 644 7/12/2022
20.2.0.36 606 6/30/2022
20.1.0.61 569 6/20/2022
20.1.0.60 525 6/14/2022
20.1.0.59 576 6/6/2022
20.1.0.58 538 5/30/2022
20.1.0.57 542 5/23/2022
20.1.0.56 521 5/17/2022
20.1.0.55 531 5/12/2022
20.1.0.52 2,365 5/2/2022
20.1.0.51 1,116 4/26/2022
20.1.0.50 577 4/19/2022
20.1.0.48 653 4/12/2022
20.1.0.47 593 4/4/2022
19.4.0.56 641 3/14/2022
19.4.0.55 592 3/8/2022
19.4.0.54 658 2/28/2022
19.4.0.53 567 2/21/2022
19.4.0.52 515 2/15/2022
19.4.0.50 542 2/8/2022
19.4.0.48 949 1/31/2022
19.4.0.47 560 1/24/2022
19.4.0.43 571 1/18/2022
19.4.0.42 528 1/10/2022
19.4.0.41 384 1/4/2022
19.4.0.40 391 12/28/2021
19.4.0.38 458 12/17/2021
19.3.0.59 427 12/14/2021
19.3.0.57 492 12/7/2021
19.3.0.56 1,224 11/29/2021
19.3.0.55 414 11/23/2021
19.3.0.54 417 11/17/2021
19.3.0.53 531 11/12/2021
19.3.0.48 528 11/3/2021
19.3.0.47 531 10/26/2021
19.3.0.46 468 10/19/2021
19.3.0.45 479 10/12/2021
19.3.0.44 437 10/5/2021
19.3.0.43 481 9/30/2021
19.2.0.62 555 9/13/2021
19.2.0.60 468 9/7/2021
19.2.0.59 483 8/30/2021
19.2.0.57 493 8/24/2021
19.2.0.56 500 8/17/2021
19.2.0.55 538 8/11/2021
19.2.0.51 491 8/2/2021
19.2.0.49 614 7/26/2021
19.2.0.48 489 7/19/2021
19.2.0.47 488 7/13/2021
19.2.0.46 1,341 7/6/2021
19.2.0.44 762 6/30/2021
19.1.0.69 586 6/14/2021
19.1.0.67 545 6/7/2021
19.1.0.66 518 5/31/2021
19.1.0.65 518 5/24/2021
19.1.0.64 513 5/19/2021
19.1.0.63 2,099 5/13/2021
19.1.0.59 536 5/3/2021
19.1.0.58 480 4/26/2021
19.1.0.57 507 4/20/2021
19.1.0.56 693 4/12/2021
19.1.0.55 530 4/6/2021
19.1.0.54 645 3/30/2021
18.4.0.49 526 3/22/2021
18.4.0.48 1,543 3/16/2021
18.4.0.47 550 3/9/2021
18.4.0.46 652 3/2/2021
18.4.0.44 561 2/23/2021
18.4.0.43 682 2/15/2021
18.4.0.42 1,841 2/9/2021
18.4.0.41 481 2/2/2021
18.4.0.39 533 1/28/2021
18.4.0.35 668 1/19/2021
18.4.0.34 512 1/12/2021
18.4.0.33 517 1/4/2021
18.4.0.32 509 12/30/2020
18.4.0.31 553 12/22/2020
18.4.0.30 602 12/17/2020
18.3.0.53 593 12/8/2020
18.3.0.52 541 11/30/2020
18.3.0.51 603 11/23/2020
18.3.0.50 600 11/17/2020
18.3.0.48 554 11/10/2020
18.3.0.47 4,736 11/5/2020
18.3.0.44 557 10/27/2020
18.3.0.42 633 10/20/2020
18.3.0.40 620 10/12/2020
18.3.0.38 633 10/7/2020
18.3.0.35 1,475 10/1/2020
18.2.0.59 569 9/22/2020
18.2.0.58 614 9/15/2020
18.2.0.57 588 9/8/2020
18.2.0.56 610 9/1/2020
18.2.0.55 576 8/24/2020
18.2.0.54 548 8/18/2020
18.2.0.48 630 8/4/2020
18.2.0.47 630 7/28/2020
18.2.0.46 626 7/21/2020
18.2.0.45 613 7/14/2020
18.2.0.44 1,098 7/6/2020
18.1.0.59 687 6/23/2020
18.1.0.57 693 6/15/2020
18.1.0.56 686 6/9/2020
18.1.0.55 738 6/2/2020
18.1.0.54 655 5/26/2020
18.1.0.53 671 5/19/2020
18.1.0.52 645 5/13/2020
18.1.0.48 641 5/5/2020
18.1.0.46 731 4/28/2020
18.1.0.45 629 4/20/2020
18.1.0.44 813 4/14/2020
18.1.0.43 660 4/7/2020
18.1.0.42 700 4/1/2020
18.1.0.36-beta 411 3/19/2020
17.4.0.55 851 3/10/2020
17.4.0.53 692 3/3/2020
17.4.0.51 686 2/25/2020
17.4.0.50 829 2/18/2020
17.4.0.49 709 2/11/2020
17.4.0.47 1,477 2/5/2020
17.4.0.46 852 1/30/2020
17.4.0.44 716 1/21/2020
17.4.0.43 639 1/14/2020
17.4.0.41 736 1/7/2020
17.4.0.40 803 12/24/2019
17.4.0.39 725 12/17/2019
17.3.0.34 722 12/10/2019
17.3.0.33 783 12/4/2019
17.3.0.30 633 12/3/2019
17.3.0.29 698 11/26/2019
17.3.0.28 692 11/18/2019
17.3.0.27 848 11/12/2019
17.3.0.26 779 11/5/2019
17.3.0.21 731 10/29/2019
17.3.0.19 769 10/22/2019
17.3.0.17 695 10/15/2019
17.3.0.14 731 10/3/2019
17.3.0.9-beta 444 9/20/2019
17.2.0.51 1,172 9/10/2019
17.2.0.49 695 9/3/2019
17.2.0.47 741 8/27/2019
17.2.0.46 744 8/22/2019
17.2.0.41 728 8/13/2019
17.2.0.40 3,630 8/6/2019
17.2.0.39 713 7/30/2019
17.2.0.36 678 7/23/2019
17.2.0.35 747 7/17/2019
17.2.0.34 875 7/11/2019
17.2.0.28-beta 471 6/27/2019
17.1.0.53 756 6/25/2019
17.1.0.52 804 6/18/2019
17.1.0.51 774 6/11/2019
17.1.0.50 935 6/4/2019
17.1.0.49 725 5/28/2019
17.1.0.48 802 5/21/2019
17.1.0.47 779 5/14/2019
17.1.0.44 741 5/7/2019
17.1.0.43 800 4/30/2019
17.1.0.42 837 4/23/2019
17.1.0.41 735 4/16/2019
17.1.0.40 786 4/9/2019
17.1.0.38 1,328 3/29/2019
17.1.0.32-beta 491 3/13/2019
16.4.0.54 956 2/19/2019
16.4.0.53 822 2/13/2019
16.4.0.52 864 2/5/2019
16.4.0.48 856 1/22/2019
16.4.0.47 879 1/16/2019
16.4.0.46 865 1/8/2019
16.4.0.44 828 12/24/2018
16.4.0.42 863 12/17/2018
16.4.0.40-beta 581 12/10/2018
16.3.0.36 880 11/27/2018
16.3.0.35-beta 590 11/23/2018
16.3.0.29 976 10/30/2018
16.3.0.21 1,369 9/21/2018