Syncfusion.ExcelToPdfConverter.WinForms 28.1.35

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 28.1.35                
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.WinForms -Version 28.1.35                
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="28.1.35" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.ExcelToPdfConverter.WinForms --version 28.1.35                
#r "nuget: Syncfusion.ExcelToPdfConverter.WinForms, 28.1.35"                
#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=28.1.35

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

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® licensed software, including this component, is subject to the terms and conditions of Syncfusion® 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 29,000 customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1800+ 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.  net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible. 
.NET Framework 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
28.1.39 96 1/13/2025
28.1.38 67 1/7/2025
28.1.37 113 12/31/2024
28.1.36 91 12/23/2024
28.1.35 133 12/18/2024
28.1.33 134 12/12/2024
27.2.5 165 12/2/2024
27.2.4 151 11/26/2024
27.2.3 111 11/22/2024
27.2.2 146 11/15/2024
27.1.58 148 11/4/2024
27.1.57 149 10/28/2024
27.1.56 125 10/23/2024
27.1.55 99 10/21/2024
27.1.53 146 10/14/2024
27.1.52 110 10/7/2024
27.1.51 158 9/30/2024
27.1.50 119 9/23/2024
27.1.48 150 9/18/2024
26.2.14 157 9/9/2024
26.2.13 146 9/5/2024
26.2.12 136 9/2/2024
26.2.11 167 8/27/2024
26.2.10 159 8/19/2024
26.2.9 165 8/12/2024
26.2.8 142 8/5/2024
26.2.7 104 7/29/2024
26.2.5 134 7/25/2024
26.2.4 155 7/24/2024
26.1.42 139 7/15/2024
26.1.41 158 7/8/2024
26.1.40 230 7/1/2024
26.1.39 155 6/24/2024
26.1.38 163 6/18/2024
26.1.35 199 6/11/2024
25.2.7 152 6/3/2024
25.2.6 186 5/28/2024
25.2.5 143 5/21/2024
25.2.4 181 5/14/2024
25.2.3 187 5/8/2024
25.1.42 191 4/29/2024
25.1.41 158 4/23/2024
25.1.40 179 4/15/2024
25.1.39 172 4/8/2024
25.1.38 7,097 4/1/2024
25.1.37 158 3/26/2024
25.1.35 231 3/15/2024
24.2.9 244 3/4/2024
24.2.8 159 2/26/2024
24.2.7 745 2/19/2024
24.2.6 182 2/14/2024
24.2.5 361 2/12/2024
24.2.4 169 2/5/2024
24.2.3 185 1/31/2024
24.1.47 182 1/22/2024
24.1.46 183 1/16/2024
24.1.45 198 1/8/2024
24.1.44 189 1/2/2024
24.1.43 166 12/27/2023
24.1.41 253 12/18/2023
23.2.7 223 12/6/2023
23.2.6 206 11/28/2023
23.2.5 171 11/23/2023
23.2.4 185 11/20/2023
23.1.44 192 11/6/2023
23.1.43 197 10/30/2023
23.1.42 312 10/23/2023
23.1.41 195 10/16/2023
23.1.40 216 10/10/2023
23.1.39 188 10/4/2023
23.1.38 196 9/26/2023
23.1.36 315 9/15/2023
22.2.12 639 9/5/2023
22.2.11 228 8/28/2023
22.2.10 217 8/22/2023
22.2.9 189 8/14/2023
22.2.8 200 8/7/2023
22.2.7 216 8/2/2023
22.2.5 223 7/27/2023
22.1.39 240 7/18/2023
22.1.38 227 7/11/2023
22.1.37 240 7/3/2023
22.1.36 236 6/28/2023
22.1.34 462 6/21/2023
21.2.10 277 6/12/2023
21.2.9 237 6/6/2023
21.2.8 434 5/30/2023
21.2.6 283 5/22/2023
21.2.5 262 5/15/2023
21.2.4 267 5/9/2023
21.2.3 285 5/3/2023
21.1.41 375 4/19/2023
21.1.39 291 4/10/2023
21.1.38 300 4/3/2023
21.1.37 313 3/29/2023
21.1.35 368 3/23/2023
20.4.0.54 883 3/13/2023
20.4.0.53 338 3/7/2023
20.4.0.52 389 2/28/2023
20.4.0.51 362 2/21/2023
20.4.0.50 399 2/14/2023
20.4.0.49 355 2/7/2023
20.4.0.48 2,881 2/1/2023
20.4.0.44 446 1/18/2023
20.4.0.43 546 1/10/2023
20.4.0.42 404 1/4/2023
20.4.0.41 601 12/29/2022
20.4.0.40 363 12/28/2022
20.4.0.38 422 12/21/2022
20.3.0.61 482 12/12/2022
20.3.0.60 367 12/6/2022
20.3.0.59 452 11/29/2022
20.3.0.58 415 11/21/2022
20.3.0.57 443 11/14/2022
20.3.0.56 637 11/8/2022
20.3.0.52 472 10/27/2022
20.3.0.50 538 10/17/2022
20.3.0.49 513 10/11/2022
20.3.0.48 482 10/5/2022
20.3.0.47 636 9/29/2022
20.2.0.50 544 9/20/2022
20.2.0.49 515 9/13/2022
20.2.0.48 485 9/6/2022
20.2.0.46 543 8/30/2022
20.2.0.45 931 8/23/2022
20.2.0.44 555 8/16/2022
20.2.0.43 19,811 8/8/2022
20.2.0.40 560 7/26/2022
20.2.0.39 524 7/19/2022
20.2.0.38 658 7/12/2022
20.2.0.36 617 6/30/2022
20.1.0.61 587 6/20/2022
20.1.0.60 541 6/14/2022
20.1.0.59 585 6/6/2022
20.1.0.58 547 5/30/2022
20.1.0.57 551 5/23/2022
20.1.0.56 528 5/17/2022
20.1.0.55 538 5/12/2022
20.1.0.52 2,446 5/2/2022
20.1.0.51 1,136 4/26/2022
20.1.0.50 588 4/19/2022
20.1.0.48 660 4/12/2022
20.1.0.47 606 4/4/2022
19.4.0.56 660 3/14/2022
19.4.0.55 601 3/8/2022
19.4.0.54 667 2/28/2022
19.4.0.53 582 2/21/2022
19.4.0.52 524 2/15/2022
19.4.0.50 551 2/8/2022
19.4.0.48 960 1/31/2022
19.4.0.47 570 1/24/2022
19.4.0.43 580 1/18/2022
19.4.0.42 538 1/10/2022
19.4.0.41 393 1/4/2022
19.4.0.40 400 12/28/2021
19.4.0.38 471 12/17/2021
19.3.0.59 436 12/14/2021
19.3.0.57 510 12/7/2021
19.3.0.56 1,231 11/29/2021
19.3.0.55 423 11/23/2021
19.3.0.54 426 11/17/2021
19.3.0.53 545 11/12/2021
19.3.0.48 540 11/3/2021
19.3.0.47 540 10/26/2021
19.3.0.46 477 10/19/2021
19.3.0.45 487 10/12/2021
19.3.0.44 447 10/5/2021
19.3.0.43 490 9/30/2021
19.2.0.62 566 9/13/2021
19.2.0.60 477 9/7/2021
19.2.0.59 490 8/30/2021
19.2.0.57 500 8/24/2021
19.2.0.56 509 8/17/2021
19.2.0.55 549 8/11/2021
19.2.0.51 500 8/2/2021
19.2.0.49 623 7/26/2021
19.2.0.48 496 7/19/2021
19.2.0.47 497 7/13/2021
19.2.0.46 1,353 7/6/2021
19.2.0.44 776 6/30/2021
19.1.0.69 595 6/14/2021
19.1.0.67 552 6/7/2021
19.1.0.66 525 5/31/2021
19.1.0.65 525 5/24/2021
19.1.0.64 523 5/19/2021
19.1.0.63 2,108 5/13/2021
19.1.0.59 545 5/3/2021
19.1.0.58 489 4/26/2021
19.1.0.57 516 4/20/2021
19.1.0.56 702 4/12/2021
19.1.0.55 539 4/6/2021
19.1.0.54 653 3/30/2021
18.4.0.49 536 3/22/2021
18.4.0.48 1,586 3/16/2021
18.4.0.47 559 3/9/2021
18.4.0.46 660 3/2/2021
18.4.0.44 571 2/23/2021
18.4.0.43 716 2/15/2021
18.4.0.42 1,849 2/9/2021
18.4.0.41 490 2/2/2021
18.4.0.39 540 1/28/2021
18.4.0.35 677 1/19/2021
18.4.0.34 521 1/12/2021
18.4.0.33 526 1/4/2021
18.4.0.32 518 12/30/2020
18.4.0.31 562 12/22/2020
18.4.0.30 611 12/17/2020
18.3.0.53 602 12/8/2020
18.3.0.52 548 11/30/2020
18.3.0.51 612 11/23/2020
18.3.0.50 609 11/17/2020
18.3.0.48 563 11/10/2020
18.3.0.47 4,745 11/5/2020
18.3.0.44 566 10/27/2020
18.3.0.42 642 10/20/2020
18.3.0.40 629 10/12/2020
18.3.0.38 642 10/7/2020
18.3.0.35 1,491 10/1/2020
18.2.0.59 578 9/22/2020
18.2.0.58 625 9/15/2020
18.2.0.57 597 9/8/2020
18.2.0.56 620 9/1/2020
18.2.0.55 585 8/24/2020
18.2.0.54 557 8/18/2020
18.2.0.48 639 8/4/2020
18.2.0.47 638 7/28/2020
18.2.0.46 635 7/21/2020
18.2.0.45 622 7/14/2020
18.2.0.44 1,107 7/6/2020
18.1.0.59 696 6/23/2020
18.1.0.57 702 6/15/2020
18.1.0.56 695 6/9/2020
18.1.0.55 747 6/2/2020
18.1.0.54 663 5/26/2020
18.1.0.53 681 5/19/2020
18.1.0.52 654 5/13/2020
18.1.0.48 652 5/5/2020
18.1.0.46 740 4/28/2020
18.1.0.45 645 4/20/2020
18.1.0.44 825 4/14/2020
18.1.0.43 670 4/7/2020
18.1.0.42 709 4/1/2020
18.1.0.36-beta 416 3/19/2020
17.4.0.55 862 3/10/2020
17.4.0.53 701 3/3/2020
17.4.0.51 695 2/25/2020
17.4.0.50 840 2/18/2020
17.4.0.49 718 2/11/2020
17.4.0.47 1,487 2/5/2020
17.4.0.46 861 1/30/2020
17.4.0.44 725 1/21/2020
17.4.0.43 648 1/14/2020
17.4.0.41 745 1/7/2020
17.4.0.40 812 12/24/2019
17.4.0.39 734 12/17/2019
17.3.0.34 730 12/10/2019
17.3.0.33 792 12/4/2019
17.3.0.30 640 12/3/2019
17.3.0.29 705 11/26/2019
17.3.0.28 699 11/18/2019
17.3.0.27 855 11/12/2019
17.3.0.26 786 11/5/2019
17.3.0.21 738 10/29/2019
17.3.0.19 778 10/22/2019
17.3.0.17 702 10/15/2019
17.3.0.14 739 10/3/2019
17.3.0.9-beta 447 9/20/2019
17.2.0.51 1,179 9/10/2019
17.2.0.49 703 9/3/2019
17.2.0.47 748 8/27/2019
17.2.0.46 751 8/22/2019
17.2.0.41 737 8/13/2019
17.2.0.40 3,637 8/6/2019
17.2.0.39 721 7/30/2019
17.2.0.36 685 7/23/2019
17.2.0.35 755 7/17/2019
17.2.0.34 882 7/11/2019
17.2.0.28-beta 474 6/27/2019
17.1.0.53 763 6/25/2019
17.1.0.52 811 6/18/2019
17.1.0.51 785 6/11/2019
17.1.0.50 942 6/4/2019
17.1.0.49 732 5/28/2019
17.1.0.48 810 5/21/2019
17.1.0.47 786 5/14/2019
17.1.0.44 748 5/7/2019
17.1.0.43 808 4/30/2019
17.1.0.42 844 4/23/2019
17.1.0.41 742 4/16/2019
17.1.0.40 793 4/9/2019
17.1.0.38 1,336 3/29/2019
17.1.0.32-beta 495 3/13/2019
16.4.0.54 963 2/19/2019
16.4.0.53 829 2/13/2019
16.4.0.52 871 2/5/2019
16.4.0.48 863 1/22/2019
16.4.0.47 888 1/16/2019
16.4.0.46 872 1/8/2019
16.4.0.44 835 12/24/2018
16.4.0.42 870 12/17/2018
16.4.0.40-beta 585 12/10/2018
16.3.0.36 891 11/27/2018
16.3.0.35-beta 597 11/23/2018
16.3.0.29 987 10/30/2018
16.3.0.21 1,381 9/21/2018