Syncfusion.ExcelToPdfConverter.WinForms 23.2.6

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

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

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-windows was computed.  net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 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)
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 (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
23.2.6 34 11/28/2023
23.2.5 59 11/23/2023
23.2.4 74 11/20/2023
23.1.44 95 11/6/2023
23.1.43 113 10/30/2023
23.1.42 123 10/23/2023
23.1.41 110 10/16/2023
23.1.40 127 10/10/2023
23.1.39 101 10/4/2023
23.1.38 109 9/26/2023
23.1.36 157 9/15/2023
22.2.12 516 9/5/2023
22.2.11 140 8/28/2023
22.2.10 127 8/22/2023
22.2.9 110 8/14/2023
22.2.8 112 8/7/2023
22.2.7 127 8/2/2023
22.2.5 133 7/27/2023
22.1.39 156 7/18/2023
22.1.38 140 7/11/2023
22.1.37 159 7/3/2023
22.1.36 153 6/28/2023
22.1.34 218 6/21/2023
21.2.10 180 6/12/2023
21.2.9 157 6/6/2023
21.2.8 222 5/30/2023
21.2.6 172 5/22/2023
21.2.5 184 5/15/2023
21.2.4 173 5/9/2023
21.2.3 202 5/3/2023
21.1.41 279 4/19/2023
21.1.39 216 4/10/2023
21.1.38 225 4/3/2023
21.1.37 234 3/29/2023
21.1.35 287 3/23/2023
20.4.0.54 562 3/13/2023
20.4.0.53 256 3/7/2023
20.4.0.52 309 2/28/2023
20.4.0.51 282 2/21/2023
20.4.0.50 313 2/14/2023
20.4.0.49 266 2/7/2023
20.4.0.48 1,143 2/1/2023
20.4.0.44 357 1/18/2023
20.4.0.43 423 1/10/2023
20.4.0.42 322 1/4/2023
20.4.0.41 515 12/29/2022
20.4.0.40 287 12/28/2022
20.4.0.38 341 12/21/2022
20.3.0.61 360 12/12/2022
20.3.0.60 319 12/6/2022
20.3.0.59 386 11/29/2022
20.3.0.58 371 11/21/2022
20.3.0.57 394 11/14/2022
20.3.0.56 420 11/8/2022
20.3.0.52 419 10/27/2022
20.3.0.50 449 10/17/2022
20.3.0.49 469 10/11/2022
20.3.0.48 435 10/5/2022
20.3.0.47 556 9/29/2022
20.2.0.50 467 9/20/2022
20.2.0.49 460 9/13/2022
20.2.0.48 435 9/6/2022
20.2.0.46 478 8/30/2022
20.2.0.45 847 8/23/2022
20.2.0.44 510 8/16/2022
20.2.0.43 8,395 8/8/2022
20.2.0.40 506 7/26/2022
20.2.0.39 477 7/19/2022
20.2.0.38 546 7/12/2022
20.2.0.36 548 6/30/2022
20.1.0.61 531 6/20/2022
20.1.0.60 484 6/14/2022
20.1.0.59 525 6/6/2022
20.1.0.58 498 5/30/2022
20.1.0.57 508 5/23/2022
20.1.0.56 488 5/17/2022
20.1.0.55 496 5/12/2022
20.1.0.52 1,618 5/2/2022
20.1.0.51 1,022 4/26/2022
20.1.0.50 532 4/19/2022
20.1.0.48 614 4/12/2022
20.1.0.47 548 4/4/2022
19.4.0.56 585 3/14/2022
19.4.0.55 545 3/8/2022
19.4.0.54 585 2/28/2022
19.4.0.53 528 2/21/2022
19.4.0.52 474 2/15/2022
19.4.0.50 505 2/8/2022
19.4.0.48 863 1/31/2022
19.4.0.47 524 1/24/2022
19.4.0.43 526 1/18/2022
19.4.0.42 495 1/10/2022
19.4.0.41 345 1/4/2022
19.4.0.40 357 12/28/2021
19.4.0.38 419 12/17/2021
19.3.0.59 388 12/14/2021
19.3.0.57 408 12/7/2021
19.3.0.56 1,188 11/29/2021
19.3.0.55 371 11/23/2021
19.3.0.54 376 11/17/2021
19.3.0.53 462 11/12/2021
19.3.0.48 467 11/3/2021
19.3.0.47 492 10/26/2021
19.3.0.46 426 10/19/2021
19.3.0.45 440 10/12/2021
19.3.0.44 392 10/5/2021
19.3.0.43 438 9/30/2021
19.2.0.62 505 9/13/2021
19.2.0.60 423 9/7/2021
19.2.0.59 446 8/30/2021
19.2.0.57 454 8/24/2021
19.2.0.56 459 8/17/2021
19.2.0.55 478 8/11/2021
19.2.0.51 441 8/2/2021
19.2.0.49 561 7/26/2021
19.2.0.48 443 7/19/2021
19.2.0.47 448 7/13/2021
19.2.0.46 1,207 7/6/2021
19.2.0.44 708 6/30/2021
19.1.0.69 531 6/14/2021
19.1.0.67 498 6/7/2021
19.1.0.66 477 5/31/2021
19.1.0.65 471 5/24/2021
19.1.0.64 465 5/19/2021
19.1.0.63 1,513 5/13/2021
19.1.0.59 492 5/3/2021
19.1.0.58 439 4/26/2021
19.1.0.57 461 4/20/2021
19.1.0.56 652 4/12/2021
19.1.0.55 489 4/6/2021
19.1.0.54 596 3/30/2021
18.4.0.49 461 3/22/2021
18.4.0.48 1,377 3/16/2021
18.4.0.47 512 3/9/2021
18.4.0.46 614 3/2/2021
18.4.0.44 524 2/23/2021
18.4.0.43 425 2/15/2021
18.4.0.42 1,799 2/9/2021
18.4.0.41 439 2/2/2021
18.4.0.39 493 1/28/2021
18.4.0.35 627 1/19/2021
18.4.0.34 466 1/12/2021
18.4.0.33 480 1/4/2021
18.4.0.32 471 12/30/2020
18.4.0.31 515 12/22/2020
18.4.0.30 558 12/17/2020
18.3.0.53 542 12/8/2020
18.3.0.52 495 11/30/2020
18.3.0.51 560 11/23/2020
18.3.0.50 556 11/17/2020
18.3.0.48 507 11/10/2020
18.3.0.47 4,684 11/5/2020
18.3.0.44 511 10/27/2020
18.3.0.42 594 10/20/2020
18.3.0.40 582 10/12/2020
18.3.0.38 589 10/7/2020
18.3.0.35 1,418 10/1/2020
18.2.0.59 527 9/22/2020
18.2.0.58 560 9/15/2020
18.2.0.57 540 9/8/2020
18.2.0.56 566 9/1/2020
18.2.0.55 533 8/24/2020
18.2.0.54 509 8/18/2020
18.2.0.48 591 8/4/2020
18.2.0.47 591 7/28/2020
18.2.0.46 579 7/21/2020
18.2.0.45 565 7/14/2020
18.2.0.44 1,058 7/6/2020
18.1.0.59 633 6/23/2020
18.1.0.57 652 6/15/2020
18.1.0.56 645 6/9/2020
18.1.0.55 685 6/2/2020
18.1.0.54 609 5/26/2020
18.1.0.53 628 5/19/2020
18.1.0.52 605 5/13/2020
18.1.0.48 604 5/5/2020
18.1.0.46 679 4/28/2020
18.1.0.45 580 4/20/2020
18.1.0.44 756 4/14/2020
18.1.0.43 617 4/7/2020
18.1.0.42 657 4/1/2020
18.1.0.36-beta 379 3/19/2020
17.4.0.55 778 3/10/2020
17.4.0.53 652 3/3/2020
17.4.0.51 645 2/25/2020
17.4.0.50 782 2/18/2020
17.4.0.49 666 2/11/2020
17.4.0.47 1,438 2/5/2020
17.4.0.46 808 1/30/2020
17.4.0.44 676 1/21/2020
17.4.0.43 602 1/14/2020
17.4.0.41 694 1/7/2020
17.4.0.40 753 12/24/2019
17.4.0.39 680 12/17/2019
17.3.0.34 674 12/10/2019
17.3.0.33 743 12/4/2019
17.3.0.30 584 12/3/2019
17.3.0.29 654 11/26/2019
17.3.0.28 649 11/18/2019
17.3.0.27 803 11/12/2019
17.3.0.26 732 11/5/2019
17.3.0.21 679 10/29/2019
17.3.0.19 724 10/22/2019
17.3.0.17 653 10/15/2019
17.3.0.14 685 10/3/2019
17.3.0.9-beta 406 9/20/2019
17.2.0.51 1,127 9/10/2019
17.2.0.49 649 9/3/2019
17.2.0.47 699 8/27/2019
17.2.0.46 690 8/22/2019
17.2.0.41 687 8/13/2019
17.2.0.40 3,573 8/6/2019
17.2.0.39 670 7/30/2019
17.2.0.36 635 7/23/2019
17.2.0.35 697 7/17/2019
17.2.0.34 833 7/11/2019
17.2.0.28-beta 436 6/27/2019
17.1.0.53 707 6/25/2019
17.1.0.52 760 6/18/2019
17.1.0.51 731 6/11/2019
17.1.0.50 892 6/4/2019
17.1.0.49 681 5/28/2019
17.1.0.48 746 5/21/2019
17.1.0.47 722 5/14/2019
17.1.0.44 695 5/7/2019
17.1.0.43 749 4/30/2019
17.1.0.42 794 4/23/2019
17.1.0.41 694 4/16/2019
17.1.0.40 724 4/9/2019
17.1.0.38 1,283 3/29/2019
17.1.0.32-beta 453 3/13/2019
16.4.0.54 892 2/19/2019
16.4.0.53 773 2/13/2019
16.4.0.52 808 2/5/2019
16.4.0.48 806 1/22/2019
16.4.0.47 835 1/16/2019
16.4.0.46 820 1/8/2019
16.4.0.44 779 12/24/2018
16.4.0.42 813 12/17/2018
16.4.0.40-beta 548 12/10/2018
16.3.0.36 821 11/27/2018
16.3.0.35-beta 549 11/23/2018
16.3.0.29 929 10/30/2018
16.3.0.21 1,270 9/21/2018