Syncfusion.ExcelToPdfConverter.WinForms 26.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 26.2.7                
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.WinForms -Version 26.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="26.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 26.2.7                
#r "nuget: Syncfusion.ExcelToPdfConverter.WinForms, 26.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=26.2.7

// Install Syncfusion.ExcelToPdfConverter.WinForms as a Cake Tool
#tool nuget:?package=Syncfusion.ExcelToPdfConverter.WinForms&version=26.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 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  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 (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.1.53 109 10/14/2024
27.1.52 81 10/7/2024
27.1.51 112 9/30/2024
27.1.50 96 9/23/2024
27.1.48 113 9/18/2024
26.2.14 129 9/9/2024
26.2.13 121 9/5/2024
26.2.12 113 9/2/2024
26.2.11 142 8/27/2024
26.2.10 139 8/19/2024
26.2.9 145 8/12/2024
26.2.8 108 8/5/2024
26.2.7 82 7/29/2024
26.2.5 108 7/25/2024
26.2.4 128 7/24/2024
26.1.42 114 7/15/2024
26.1.41 138 7/8/2024
26.1.40 190 7/1/2024
26.1.39 132 6/24/2024
26.1.38 143 6/18/2024
26.1.35 169 6/11/2024
25.2.7 137 6/3/2024
25.2.6 166 5/28/2024
25.2.5 126 5/21/2024
25.2.4 162 5/14/2024
25.2.3 157 5/8/2024
25.1.42 174 4/29/2024
25.1.41 137 4/23/2024
25.1.40 154 4/15/2024
25.1.39 154 4/8/2024
25.1.38 3,465 4/1/2024
25.1.37 138 3/26/2024
25.1.35 217 3/15/2024
24.2.9 222 3/4/2024
24.2.8 142 2/26/2024
24.2.7 726 2/19/2024
24.2.6 154 2/14/2024
24.2.5 314 2/12/2024
24.2.4 146 2/5/2024
24.2.3 159 1/31/2024
24.1.47 168 1/22/2024
24.1.46 167 1/16/2024
24.1.45 184 1/8/2024
24.1.44 173 1/2/2024
24.1.43 153 12/27/2023
24.1.41 236 12/18/2023
23.2.7 200 12/6/2023
23.2.6 188 11/28/2023
23.2.5 157 11/23/2023
23.2.4 165 11/20/2023
23.1.44 178 11/6/2023
23.1.43 181 10/30/2023
23.1.42 294 10/23/2023
23.1.41 179 10/16/2023
23.1.40 202 10/10/2023
23.1.39 168 10/4/2023
23.1.38 179 9/26/2023
23.1.36 282 9/15/2023
22.2.12 625 9/5/2023
22.2.11 211 8/28/2023
22.2.10 204 8/22/2023
22.2.9 176 8/14/2023
22.2.8 184 8/7/2023
22.2.7 201 8/2/2023
22.2.5 205 7/27/2023
22.1.39 225 7/18/2023
22.1.38 212 7/11/2023
22.1.37 226 7/3/2023
22.1.36 219 6/28/2023
22.1.34 412 6/21/2023
21.2.10 263 6/12/2023
21.2.9 224 6/6/2023
21.2.8 415 5/30/2023
21.2.6 269 5/22/2023
21.2.5 248 5/15/2023
21.2.4 250 5/9/2023
21.2.3 270 5/3/2023
21.1.41 357 4/19/2023
21.1.39 276 4/10/2023
21.1.38 283 4/3/2023
21.1.37 297 3/29/2023
21.1.35 356 3/23/2023
20.4.0.54 812 3/13/2023
20.4.0.53 319 3/7/2023
20.4.0.52 374 2/28/2023
20.4.0.51 346 2/21/2023
20.4.0.50 387 2/14/2023
20.4.0.49 339 2/7/2023
20.4.0.48 2,359 2/1/2023
20.4.0.44 427 1/18/2023
20.4.0.43 508 1/10/2023
20.4.0.42 387 1/4/2023
20.4.0.41 585 12/29/2022
20.4.0.40 349 12/28/2022
20.4.0.38 406 12/21/2022
20.3.0.61 459 12/12/2022
20.3.0.60 357 12/6/2022
20.3.0.59 434 11/29/2022
20.3.0.58 406 11/21/2022
20.3.0.57 431 11/14/2022
20.3.0.56 595 11/8/2022
20.3.0.52 460 10/27/2022
20.3.0.50 526 10/17/2022
20.3.0.49 501 10/11/2022
20.3.0.48 470 10/5/2022
20.3.0.47 616 9/29/2022
20.2.0.50 530 9/20/2022
20.2.0.49 503 9/13/2022
20.2.0.48 475 9/6/2022
20.2.0.46 531 8/30/2022
20.2.0.45 908 8/23/2022
20.2.0.44 543 8/16/2022
20.2.0.43 16,924 8/8/2022
20.2.0.40 547 7/26/2022
20.2.0.39 511 7/19/2022
20.2.0.38 630 7/12/2022
20.2.0.36 603 6/30/2022
20.1.0.61 566 6/20/2022
20.1.0.60 522 6/14/2022
20.1.0.59 573 6/6/2022
20.1.0.58 535 5/30/2022
20.1.0.57 539 5/23/2022
20.1.0.56 518 5/17/2022
20.1.0.55 528 5/12/2022
20.1.0.52 2,289 5/2/2022
20.1.0.51 1,110 4/26/2022
20.1.0.50 574 4/19/2022
20.1.0.48 648 4/12/2022
20.1.0.47 588 4/4/2022
19.4.0.56 637 3/14/2022
19.4.0.55 589 3/8/2022
19.4.0.54 651 2/28/2022
19.4.0.53 562 2/21/2022
19.4.0.52 512 2/15/2022
19.4.0.50 539 2/8/2022
19.4.0.48 944 1/31/2022
19.4.0.47 557 1/24/2022
19.4.0.43 568 1/18/2022
19.4.0.42 525 1/10/2022
19.4.0.41 381 1/4/2022
19.4.0.40 388 12/28/2021
19.4.0.38 455 12/17/2021
19.3.0.59 424 12/14/2021
19.3.0.57 487 12/7/2021
19.3.0.56 1,221 11/29/2021
19.3.0.55 405 11/23/2021
19.3.0.54 414 11/17/2021
19.3.0.53 526 11/12/2021
19.3.0.48 525 11/3/2021
19.3.0.47 528 10/26/2021
19.3.0.46 465 10/19/2021
19.3.0.45 476 10/12/2021
19.3.0.44 434 10/5/2021
19.3.0.43 478 9/30/2021
19.2.0.62 552 9/13/2021
19.2.0.60 465 9/7/2021
19.2.0.59 480 8/30/2021
19.2.0.57 490 8/24/2021
19.2.0.56 497 8/17/2021
19.2.0.55 533 8/11/2021
19.2.0.51 488 8/2/2021
19.2.0.49 611 7/26/2021
19.2.0.48 486 7/19/2021
19.2.0.47 485 7/13/2021
19.2.0.46 1,338 7/6/2021
19.2.0.44 755 6/30/2021
19.1.0.69 582 6/14/2021
19.1.0.67 542 6/7/2021
19.1.0.66 515 5/31/2021
19.1.0.65 515 5/24/2021
19.1.0.64 510 5/19/2021
19.1.0.63 2,094 5/13/2021
19.1.0.59 533 5/3/2021
19.1.0.58 477 4/26/2021
19.1.0.57 504 4/20/2021
19.1.0.56 690 4/12/2021
19.1.0.55 527 4/6/2021
19.1.0.54 642 3/30/2021
18.4.0.49 523 3/22/2021
18.4.0.48 1,529 3/16/2021
18.4.0.47 547 3/9/2021
18.4.0.46 649 3/2/2021
18.4.0.44 558 2/23/2021
18.4.0.43 660 2/15/2021
18.4.0.42 1,838 2/9/2021
18.4.0.41 478 2/2/2021
18.4.0.39 530 1/28/2021
18.4.0.35 665 1/19/2021
18.4.0.34 509 1/12/2021
18.4.0.33 514 1/4/2021
18.4.0.32 506 12/30/2020
18.4.0.31 550 12/22/2020
18.4.0.30 599 12/17/2020
18.3.0.53 588 12/8/2020
18.3.0.52 538 11/30/2020
18.3.0.51 600 11/23/2020
18.3.0.50 597 11/17/2020
18.3.0.48 551 11/10/2020
18.3.0.47 4,733 11/5/2020
18.3.0.44 554 10/27/2020
18.3.0.42 630 10/20/2020
18.3.0.40 617 10/12/2020
18.3.0.38 630 10/7/2020
18.3.0.35 1,472 10/1/2020
18.2.0.59 566 9/22/2020
18.2.0.58 611 9/15/2020
18.2.0.57 585 9/8/2020
18.2.0.56 607 9/1/2020
18.2.0.55 573 8/24/2020
18.2.0.54 545 8/18/2020
18.2.0.48 627 8/4/2020
18.2.0.47 627 7/28/2020
18.2.0.46 623 7/21/2020
18.2.0.45 610 7/14/2020
18.2.0.44 1,095 7/6/2020
18.1.0.59 683 6/23/2020
18.1.0.57 690 6/15/2020
18.1.0.56 683 6/9/2020
18.1.0.55 735 6/2/2020
18.1.0.54 652 5/26/2020
18.1.0.53 668 5/19/2020
18.1.0.52 642 5/13/2020
18.1.0.48 638 5/5/2020
18.1.0.46 728 4/28/2020
18.1.0.45 625 4/20/2020
18.1.0.44 809 4/14/2020
18.1.0.43 657 4/7/2020
18.1.0.42 696 4/1/2020
18.1.0.36-beta 408 3/19/2020
17.4.0.55 848 3/10/2020
17.4.0.53 689 3/3/2020
17.4.0.51 681 2/25/2020
17.4.0.50 826 2/18/2020
17.4.0.49 706 2/11/2020
17.4.0.47 1,474 2/5/2020
17.4.0.46 843 1/30/2020
17.4.0.44 713 1/21/2020
17.4.0.43 636 1/14/2020
17.4.0.41 733 1/7/2020
17.4.0.40 800 12/24/2019
17.4.0.39 722 12/17/2019
17.3.0.34 719 12/10/2019
17.3.0.33 780 12/4/2019
17.3.0.30 630 12/3/2019
17.3.0.29 695 11/26/2019
17.3.0.28 689 11/18/2019
17.3.0.27 845 11/12/2019
17.3.0.26 776 11/5/2019
17.3.0.21 728 10/29/2019
17.3.0.19 766 10/22/2019
17.3.0.17 692 10/15/2019
17.3.0.14 724 10/3/2019
17.3.0.9-beta 439 9/20/2019
17.2.0.51 1,167 9/10/2019
17.2.0.49 690 9/3/2019
17.2.0.47 738 8/27/2019
17.2.0.46 741 8/22/2019
17.2.0.41 725 8/13/2019
17.2.0.40 3,627 8/6/2019
17.2.0.39 710 7/30/2019
17.2.0.36 675 7/23/2019
17.2.0.35 744 7/17/2019
17.2.0.34 872 7/11/2019
17.2.0.28-beta 467 6/27/2019
17.1.0.53 751 6/25/2019
17.1.0.52 801 6/18/2019
17.1.0.51 768 6/11/2019
17.1.0.50 932 6/4/2019
17.1.0.49 722 5/28/2019
17.1.0.48 799 5/21/2019
17.1.0.47 775 5/14/2019
17.1.0.44 736 5/7/2019
17.1.0.43 795 4/30/2019
17.1.0.42 834 4/23/2019
17.1.0.41 732 4/16/2019
17.1.0.40 783 4/9/2019
17.1.0.38 1,325 3/29/2019
17.1.0.32-beta 488 3/13/2019
16.4.0.54 953 2/19/2019
16.4.0.53 819 2/13/2019
16.4.0.52 855 2/5/2019
16.4.0.48 853 1/22/2019
16.4.0.47 874 1/16/2019
16.4.0.46 860 1/8/2019
16.4.0.44 825 12/24/2018
16.4.0.42 860 12/17/2018
16.4.0.40-beta 578 12/10/2018
16.3.0.36 877 11/27/2018
16.3.0.35-beta 587 11/23/2018
16.3.0.29 973 10/30/2018
16.3.0.21 1,363 9/21/2018