Syncfusion.ExcelToPdfConverter.WinForms 20.1.0.57

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

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

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 (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 Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net5.0-windows7.0 is compatible.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net20 is compatible.  net35 is compatible.  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
25.1.37 70 3/26/2024
25.1.35 140 3/15/2024
24.2.9 158 3/4/2024
24.2.8 91 2/26/2024
24.2.7 562 2/19/2024
24.2.6 92 2/14/2024
24.2.5 151 2/12/2024
24.2.4 95 2/5/2024
24.2.3 114 1/31/2024
24.1.47 112 1/22/2024
24.1.46 110 1/16/2024
24.1.45 141 1/8/2024
24.1.44 120 1/2/2024
24.1.43 107 12/27/2023
24.1.41 174 12/18/2023
23.2.7 149 12/6/2023
23.2.6 144 11/28/2023
23.2.5 114 11/23/2023
23.2.4 125 11/20/2023
23.1.44 132 11/6/2023
23.1.43 139 10/30/2023
23.1.42 184 10/23/2023
23.1.41 132 10/16/2023
23.1.40 161 10/10/2023
23.1.39 127 10/4/2023
23.1.38 132 9/26/2023
23.1.36 204 9/15/2023
22.2.12 576 9/5/2023
22.2.11 173 8/28/2023
22.2.10 151 8/22/2023
22.2.9 136 8/14/2023
22.2.8 140 8/7/2023
22.2.7 156 8/2/2023
22.2.5 160 7/27/2023
22.1.39 181 7/18/2023
22.1.38 164 7/11/2023
22.1.37 183 7/3/2023
22.1.36 178 6/28/2023
22.1.34 289 6/21/2023
21.2.10 218 6/12/2023
21.2.9 178 6/6/2023
21.2.8 304 5/30/2023
21.2.6 197 5/22/2023
21.2.5 206 5/15/2023
21.2.4 205 5/9/2023
21.2.3 224 5/3/2023
21.1.41 300 4/19/2023
21.1.39 235 4/10/2023
21.1.38 245 4/3/2023
21.1.37 256 3/29/2023
21.1.35 316 3/23/2023
20.4.0.54 667 3/13/2023
20.4.0.53 276 3/7/2023
20.4.0.52 330 2/28/2023
20.4.0.51 307 2/21/2023
20.4.0.50 335 2/14/2023
20.4.0.49 290 2/7/2023
20.4.0.48 1,613 2/1/2023
20.4.0.44 382 1/18/2023
20.4.0.43 460 1/10/2023
20.4.0.42 349 1/4/2023
20.4.0.41 539 12/29/2022
20.4.0.40 306 12/28/2022
20.4.0.38 363 12/21/2022
20.3.0.61 381 12/12/2022
20.3.0.60 337 12/6/2022
20.3.0.59 404 11/29/2022
20.3.0.58 386 11/21/2022
20.3.0.57 413 11/14/2022
20.3.0.56 447 11/8/2022
20.3.0.52 437 10/27/2022
20.3.0.50 478 10/17/2022
20.3.0.49 484 10/11/2022
20.3.0.48 448 10/5/2022
20.3.0.47 578 9/29/2022
20.2.0.50 494 9/20/2022
20.2.0.49 475 9/13/2022
20.2.0.48 448 9/6/2022
20.2.0.46 495 8/30/2022
20.2.0.45 866 8/23/2022
20.2.0.44 524 8/16/2022
20.2.0.43 11,996 8/8/2022
20.2.0.40 526 7/26/2022
20.2.0.39 490 7/19/2022
20.2.0.38 570 7/12/2022
20.2.0.36 576 6/30/2022
20.1.0.61 547 6/20/2022
20.1.0.60 499 6/14/2022
20.1.0.59 544 6/6/2022
20.1.0.58 511 5/30/2022
20.1.0.57 521 5/23/2022
20.1.0.56 501 5/17/2022
20.1.0.55 509 5/12/2022
20.1.0.52 1,870 5/2/2022
20.1.0.51 1,049 4/26/2022
20.1.0.50 545 4/19/2022
20.1.0.48 628 4/12/2022
20.1.0.47 564 4/4/2022
19.4.0.56 608 3/14/2022
19.4.0.55 563 3/8/2022
19.4.0.54 602 2/28/2022
19.4.0.53 543 2/21/2022
19.4.0.52 489 2/15/2022
19.4.0.50 519 2/8/2022
19.4.0.48 891 1/31/2022
19.4.0.47 538 1/24/2022
19.4.0.43 542 1/18/2022
19.4.0.42 507 1/10/2022
19.4.0.41 357 1/4/2022
19.4.0.40 370 12/28/2021
19.4.0.38 432 12/17/2021
19.3.0.59 401 12/14/2021
19.3.0.57 431 12/7/2021
19.3.0.56 1,199 11/29/2021
19.3.0.55 385 11/23/2021
19.3.0.54 389 11/17/2021
19.3.0.53 500 11/12/2021
19.3.0.48 498 11/3/2021
19.3.0.47 506 10/26/2021
19.3.0.46 440 10/19/2021
19.3.0.45 451 10/12/2021
19.3.0.44 404 10/5/2021
19.3.0.43 451 9/30/2021
19.2.0.62 522 9/13/2021
19.2.0.60 437 9/7/2021
19.2.0.59 460 8/30/2021
19.2.0.57 469 8/24/2021
19.2.0.56 473 8/17/2021
19.2.0.55 499 8/11/2021
19.2.0.51 458 8/2/2021
19.2.0.49 584 7/26/2021
19.2.0.48 457 7/19/2021
19.2.0.47 462 7/13/2021
19.2.0.46 1,289 7/6/2021
19.2.0.44 724 6/30/2021
19.1.0.69 549 6/14/2021
19.1.0.67 510 6/7/2021
19.1.0.66 489 5/31/2021
19.1.0.65 483 5/24/2021
19.1.0.64 481 5/19/2021
19.1.0.63 1,806 5/13/2021
19.1.0.59 505 5/3/2021
19.1.0.58 453 4/26/2021
19.1.0.57 473 4/20/2021
19.1.0.56 666 4/12/2021
19.1.0.55 499 4/6/2021
19.1.0.54 613 3/30/2021
18.4.0.49 488 3/22/2021
18.4.0.48 1,446 3/16/2021
18.4.0.47 524 3/9/2021
18.4.0.46 626 3/2/2021
18.4.0.44 536 2/23/2021
18.4.0.43 487 2/15/2021
18.4.0.42 1,813 2/9/2021
18.4.0.41 452 2/2/2021
18.4.0.39 505 1/28/2021
18.4.0.35 639 1/19/2021
18.4.0.34 477 1/12/2021
18.4.0.33 492 1/4/2021
18.4.0.32 483 12/30/2020
18.4.0.31 527 12/22/2020
18.4.0.30 569 12/17/2020
18.3.0.53 558 12/8/2020
18.3.0.52 508 11/30/2020
18.3.0.51 574 11/23/2020
18.3.0.50 569 11/17/2020
18.3.0.48 521 11/10/2020
18.3.0.47 4,702 11/5/2020
18.3.0.44 523 10/27/2020
18.3.0.42 606 10/20/2020
18.3.0.40 594 10/12/2020
18.3.0.38 602 10/7/2020
18.3.0.35 1,437 10/1/2020
18.2.0.59 542 9/22/2020
18.2.0.58 573 9/15/2020
18.2.0.57 554 9/8/2020
18.2.0.56 579 9/1/2020
18.2.0.55 544 8/24/2020
18.2.0.54 521 8/18/2020
18.2.0.48 604 8/4/2020
18.2.0.47 604 7/28/2020
18.2.0.46 591 7/21/2020
18.2.0.45 576 7/14/2020
18.2.0.44 1,071 7/6/2020
18.1.0.59 648 6/23/2020
18.1.0.57 665 6/15/2020
18.1.0.56 658 6/9/2020
18.1.0.55 699 6/2/2020
18.1.0.54 621 5/26/2020
18.1.0.53 641 5/19/2020
18.1.0.52 620 5/13/2020
18.1.0.48 616 5/5/2020
18.1.0.46 694 4/28/2020
18.1.0.45 595 4/20/2020
18.1.0.44 780 4/14/2020
18.1.0.43 631 4/7/2020
18.1.0.42 672 4/1/2020
18.1.0.36-beta 386 3/19/2020
17.4.0.55 809 3/10/2020
17.4.0.53 665 3/3/2020
17.4.0.51 658 2/25/2020
17.4.0.50 795 2/18/2020
17.4.0.49 681 2/11/2020
17.4.0.47 1,451 2/5/2020
17.4.0.46 821 1/30/2020
17.4.0.44 687 1/21/2020
17.4.0.43 613 1/14/2020
17.4.0.41 707 1/7/2020
17.4.0.40 769 12/24/2019
17.4.0.39 692 12/17/2019
17.3.0.34 688 12/10/2019
17.3.0.33 756 12/4/2019
17.3.0.30 597 12/3/2019
17.3.0.29 665 11/26/2019
17.3.0.28 662 11/18/2019
17.3.0.27 817 11/12/2019
17.3.0.26 746 11/5/2019
17.3.0.21 700 10/29/2019
17.3.0.19 738 10/22/2019
17.3.0.17 668 10/15/2019
17.3.0.14 698 10/3/2019
17.3.0.9-beta 414 9/20/2019
17.2.0.51 1,144 9/10/2019
17.2.0.49 665 9/3/2019
17.2.0.47 715 8/27/2019
17.2.0.46 705 8/22/2019
17.2.0.41 700 8/13/2019
17.2.0.40 3,596 8/6/2019
17.2.0.39 685 7/30/2019
17.2.0.36 652 7/23/2019
17.2.0.35 712 7/17/2019
17.2.0.34 849 7/11/2019
17.2.0.28-beta 443 6/27/2019
17.1.0.53 721 6/25/2019
17.1.0.52 778 6/18/2019
17.1.0.51 746 6/11/2019
17.1.0.50 906 6/4/2019
17.1.0.49 698 5/28/2019
17.1.0.48 761 5/21/2019
17.1.0.47 737 5/14/2019
17.1.0.44 712 5/7/2019
17.1.0.43 768 4/30/2019
17.1.0.42 811 4/23/2019
17.1.0.41 710 4/16/2019
17.1.0.40 742 4/9/2019
17.1.0.38 1,302 3/29/2019
17.1.0.32-beta 463 3/13/2019
16.4.0.54 921 2/19/2019
16.4.0.53 788 2/13/2019
16.4.0.52 823 2/5/2019
16.4.0.48 824 1/22/2019
16.4.0.47 851 1/16/2019
16.4.0.46 835 1/8/2019
16.4.0.44 797 12/24/2018
16.4.0.42 829 12/17/2018
16.4.0.40-beta 557 12/10/2018
16.3.0.36 838 11/27/2018
16.3.0.35-beta 562 11/23/2018
16.3.0.29 949 10/30/2018
16.3.0.21 1,311 9/21/2018