Syncfusion.ExcelToPdfConverter.WinForms 30.1.39

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 30.1.39
                    
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.WinForms -Version 30.1.39
                    
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="30.1.39" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.ExcelToPdfConverter.WinForms" Version="30.1.39" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.ExcelToPdfConverter.WinForms" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Syncfusion.ExcelToPdfConverter.WinForms --version 30.1.39
                    
#r "nuget: Syncfusion.ExcelToPdfConverter.WinForms, 30.1.39"
                    
#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.
#:package Syncfusion.ExcelToPdfConverter.WinForms@30.1.39
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Syncfusion.ExcelToPdfConverter.WinForms&version=30.1.39
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelToPdfConverter.WinForms&version=30.1.39
                    
Install as a Cake Tool

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 net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible.  net10.0-windows was computed. 
.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
30.1.40 32 7/14/2025
30.1.39 140 7/8/2025
30.1.38 160 7/1/2025
30.1.37 571 6/25/2025
29.2.11 183 6/16/2025
29.2.10 288 6/9/2025
29.2.9 162 6/5/2025
29.2.8 156 6/3/2025
29.2.7 164 5/26/2025
29.2.5 164 5/20/2025
29.2.4 255 5/14/2025
29.1.41 171 5/5/2025
29.1.40 183 4/28/2025
29.1.39 206 4/21/2025
29.1.38 231 4/14/2025
29.1.37 277 4/8/2025
29.1.35 217 4/1/2025
29.1.33 539 3/25/2025
28.2.12 182 3/19/2025
28.2.11 236 3/10/2025
28.2.9 246 3/3/2025
28.2.7 169 2/25/2025
28.2.6 181 2/17/2025
28.2.5 248 2/11/2025
28.2.4 156 2/4/2025
28.2.3 133 1/29/2025
28.1.41 159 1/20/2025
28.1.39 158 1/13/2025
28.1.38 140 1/7/2025
28.1.37 168 12/31/2024
28.1.36 163 12/23/2024
28.1.35 179 12/18/2024
28.1.33 190 12/12/2024
27.2.5 236 12/2/2024
27.2.4 194 11/26/2024
27.2.3 146 11/22/2024
27.2.2 181 11/15/2024
27.1.58 191 11/4/2024
27.1.57 200 10/28/2024
27.1.56 160 10/23/2024
27.1.55 132 10/21/2024
27.1.53 184 10/14/2024
27.1.52 151 10/7/2024
27.1.51 210 9/30/2024
27.1.50 157 9/23/2024
27.1.48 190 9/18/2024
26.2.14 187 9/9/2024
26.2.13 180 9/5/2024
26.2.12 174 9/2/2024
26.2.11 193 8/27/2024
26.2.10 186 8/19/2024
26.2.9 192 8/12/2024
26.2.8 173 8/5/2024
26.2.7 130 7/29/2024
26.2.5 163 7/25/2024
26.2.4 196 7/24/2024
26.1.42 165 7/15/2024
26.1.41 184 7/8/2024
26.1.40 268 7/1/2024
26.1.39 183 6/24/2024
26.1.38 190 6/18/2024
26.1.35 235 6/11/2024
25.2.7 177 6/3/2024
25.2.6 215 5/28/2024
25.2.5 177 5/21/2024
25.2.4 212 5/14/2024
25.2.3 215 5/8/2024
25.1.42 229 4/29/2024
25.1.41 189 4/23/2024
25.1.40 208 4/15/2024
25.1.39 201 4/8/2024
25.1.38 15,504 4/1/2024
25.1.37 188 3/26/2024
25.1.35 269 3/15/2024
24.2.9 279 3/4/2024
24.2.8 192 2/26/2024
24.2.7 791 2/19/2024
24.2.6 210 2/14/2024
24.2.5 390 2/12/2024
24.2.4 201 2/5/2024
24.2.3 216 1/31/2024
24.1.47 213 1/22/2024
24.1.46 214 1/16/2024
24.1.45 228 1/8/2024
24.1.44 218 1/2/2024
24.1.43 192 12/27/2023
24.1.41 292 12/18/2023
23.2.7 286 12/6/2023
23.2.6 234 11/28/2023
23.2.5 200 11/23/2023
23.2.4 218 11/20/2023
23.1.44 219 11/6/2023
23.1.43 222 10/30/2023
23.1.42 346 10/23/2023
23.1.41 221 10/16/2023
23.1.40 247 10/10/2023
23.1.39 227 10/4/2023
23.1.38 223 9/26/2023
23.1.36 351 9/15/2023
22.2.12 676 9/5/2023
22.2.11 263 8/28/2023
22.2.10 258 8/22/2023
22.2.9 228 8/14/2023
22.2.8 239 8/7/2023
22.2.7 257 8/2/2023
22.2.5 266 7/27/2023
22.1.39 285 7/18/2023
22.1.38 267 7/11/2023
22.1.37 281 7/3/2023
22.1.36 279 6/28/2023
22.1.34 543 6/21/2023
21.2.10 324 6/12/2023
21.2.9 289 6/6/2023
21.2.8 488 5/30/2023
21.2.6 394 5/22/2023
21.2.5 308 5/15/2023
21.2.4 316 5/9/2023
21.2.3 337 5/3/2023
21.1.41 421 4/19/2023
21.1.39 339 4/10/2023
21.1.38 350 4/3/2023
21.1.37 360 3/29/2023
21.1.35 418 3/23/2023
20.4.0.54 1,110 3/13/2023
20.4.0.53 388 3/7/2023
20.4.0.52 437 2/28/2023
20.4.0.51 411 2/21/2023
20.4.0.50 449 2/14/2023
20.4.0.49 403 2/7/2023
20.4.0.48 3,600 2/1/2023
20.4.0.44 494 1/18/2023
20.4.0.43 603 1/10/2023
20.4.0.42 453 1/4/2023
20.4.0.41 647 12/29/2022
20.4.0.40 416 12/28/2022
20.4.0.38 472 12/21/2022
20.3.0.61 546 12/12/2022
20.3.0.60 407 12/6/2022
20.3.0.59 485 11/29/2022
20.3.0.58 449 11/21/2022
20.3.0.57 478 11/14/2022
20.3.0.56 800 11/8/2022
20.3.0.52 505 10/27/2022
20.3.0.50 577 10/17/2022
20.3.0.49 548 10/11/2022
20.3.0.48 519 10/5/2022
20.3.0.47 673 9/29/2022
20.2.0.50 581 9/20/2022
20.2.0.49 552 9/13/2022
20.2.0.48 526 9/6/2022
20.2.0.46 583 8/30/2022
20.2.0.45 977 8/23/2022
20.2.0.44 594 8/16/2022
20.2.0.43 24,734 8/8/2022
20.2.0.40 600 7/26/2022
20.2.0.39 565 7/19/2022
20.2.0.38 966 7/12/2022
20.2.0.36 665 6/30/2022
20.1.0.61 637 6/20/2022
20.1.0.60 596 6/14/2022
20.1.0.59 634 6/6/2022
20.1.0.58 595 5/30/2022
20.1.0.57 594 5/23/2022
20.1.0.56 569 5/17/2022
20.1.0.55 582 5/12/2022
20.1.0.52 2,799 5/2/2022
20.1.0.51 1,192 4/26/2022
20.1.0.50 636 4/19/2022
20.1.0.48 713 4/12/2022
20.1.0.47 659 4/4/2022
19.4.0.56 741 3/14/2022
19.4.0.55 655 3/8/2022
19.4.0.54 738 2/28/2022
19.4.0.53 633 2/21/2022
19.4.0.52 578 2/15/2022
19.4.0.50 604 2/8/2022
19.4.0.48 1,025 1/31/2022
19.4.0.47 620 1/24/2022
19.4.0.43 631 1/18/2022
19.4.0.42 591 1/10/2022
19.4.0.41 449 1/4/2022
19.4.0.40 455 12/28/2021
19.4.0.38 527 12/17/2021
19.3.0.59 485 12/14/2021
19.3.0.57 578 12/7/2021
19.3.0.56 1,286 11/29/2021
19.3.0.55 477 11/23/2021
19.3.0.54 480 11/17/2021
19.3.0.53 602 11/12/2021
19.3.0.48 592 11/3/2021
19.3.0.47 592 10/26/2021
19.3.0.46 526 10/19/2021
19.3.0.45 545 10/12/2021
19.3.0.44 500 10/5/2021
19.3.0.43 541 9/30/2021
19.2.0.62 633 9/13/2021
19.2.0.60 529 9/7/2021
19.2.0.59 543 8/30/2021
19.2.0.57 557 8/24/2021
19.2.0.56 562 8/17/2021
19.2.0.55 612 8/11/2021
19.2.0.51 551 8/2/2021
19.2.0.49 672 7/26/2021
19.2.0.48 550 7/19/2021
19.2.0.47 550 7/13/2021
19.2.0.46 1,402 7/6/2021
19.2.0.44 830 6/30/2021
19.1.0.69 657 6/14/2021
19.1.0.67 610 6/7/2021
19.1.0.66 576 5/31/2021
19.1.0.65 580 5/24/2021
19.1.0.64 579 5/19/2021
19.1.0.63 2,163 5/13/2021
19.1.0.59 604 5/3/2021
19.1.0.58 546 4/26/2021
19.1.0.57 570 4/20/2021
19.1.0.56 756 4/12/2021
19.1.0.55 599 4/6/2021
19.1.0.54 720 3/30/2021
18.4.0.49 592 3/22/2021
18.4.0.48 1,710 3/16/2021
18.4.0.47 642 3/9/2021
18.4.0.46 724 3/2/2021
18.4.0.44 690 2/23/2021
18.4.0.43 867 2/15/2021
18.4.0.42 1,922 2/9/2021
18.4.0.41 550 2/2/2021
18.4.0.39 603 1/28/2021
18.4.0.35 737 1/19/2021
18.4.0.34 580 1/12/2021
18.4.0.33 588 1/4/2021
18.4.0.32 579 12/30/2020
18.4.0.31 621 12/22/2020
18.4.0.30 674 12/17/2020
18.3.0.53 663 12/8/2020
18.3.0.52 615 11/30/2020
18.3.0.51 676 11/23/2020
18.3.0.50 674 11/17/2020
18.3.0.48 631 11/10/2020
18.3.0.47 4,807 11/5/2020
18.3.0.44 626 10/27/2020
18.3.0.42 703 10/20/2020
18.3.0.40 690 10/12/2020
18.3.0.38 708 10/7/2020
18.3.0.35 1,557 10/1/2020
18.2.0.59 642 9/22/2020
18.2.0.58 690 9/15/2020
18.2.0.57 660 9/8/2020
18.2.0.56 686 9/1/2020
18.2.0.55 648 8/24/2020
18.2.0.54 622 8/18/2020
18.2.0.48 702 8/4/2020
18.2.0.47 704 7/28/2020
18.2.0.46 698 7/21/2020
18.2.0.45 686 7/14/2020
18.2.0.44 1,171 7/6/2020
18.1.0.59 759 6/23/2020
18.1.0.57 767 6/15/2020
18.1.0.56 758 6/9/2020
18.1.0.55 813 6/2/2020
18.1.0.54 730 5/26/2020
18.1.0.53 752 5/19/2020
18.1.0.52 721 5/13/2020
18.1.0.48 720 5/5/2020
18.1.0.46 816 4/28/2020
18.1.0.45 715 4/20/2020
18.1.0.44 972 4/14/2020
18.1.0.43 738 4/7/2020
18.1.0.42 781 4/1/2020
18.1.0.36-beta 481 3/19/2020
17.4.0.55 1,005 3/10/2020
17.4.0.53 769 3/3/2020
17.4.0.51 766 2/25/2020
17.4.0.50 912 2/18/2020
17.4.0.49 787 2/11/2020
17.4.0.47 1,558 2/5/2020
17.4.0.46 931 1/30/2020
17.4.0.44 795 1/21/2020
17.4.0.43 718 1/14/2020
17.4.0.41 813 1/7/2020
17.4.0.40 879 12/24/2019
17.4.0.39 802 12/17/2019
17.3.0.34 815 12/10/2019
17.3.0.33 864 12/4/2019
17.3.0.30 713 12/3/2019
17.3.0.29 771 11/26/2019
17.3.0.28 767 11/18/2019
17.3.0.27 926 11/12/2019
17.3.0.26 861 11/5/2019
17.3.0.21 815 10/29/2019
17.3.0.19 849 10/22/2019
17.3.0.17 776 10/15/2019
17.3.0.14 812 10/3/2019
17.3.0.9-beta 520 9/20/2019
17.2.0.51 1,254 9/10/2019
17.2.0.49 777 9/3/2019
17.2.0.47 821 8/27/2019
17.2.0.46 826 8/22/2019
17.2.0.41 812 8/13/2019
17.2.0.40 3,712 8/6/2019
17.2.0.39 796 7/30/2019
17.2.0.36 758 7/23/2019
17.2.0.35 832 7/17/2019
17.2.0.34 953 7/11/2019
17.2.0.28-beta 542 6/27/2019
17.1.0.53 834 6/25/2019
17.1.0.52 886 6/18/2019
17.1.0.51 864 6/11/2019
17.1.0.50 1,015 6/4/2019
17.1.0.49 802 5/28/2019
17.1.0.48 889 5/21/2019
17.1.0.47 865 5/14/2019
17.1.0.44 824 5/7/2019
17.1.0.43 881 4/30/2019
17.1.0.42 921 4/23/2019
17.1.0.41 820 4/16/2019
17.1.0.40 869 4/9/2019
17.1.0.38 1,414 3/29/2019
17.1.0.32-beta 569 3/13/2019
16.4.0.54 1,045 2/19/2019
16.4.0.53 903 2/13/2019
16.4.0.52 948 2/5/2019
16.4.0.48 942 1/22/2019
16.4.0.47 963 1/16/2019
16.4.0.46 953 1/8/2019
16.4.0.44 912 12/24/2018
16.4.0.42 946 12/17/2018
16.4.0.40-beta 668 12/10/2018
16.3.0.36 969 11/27/2018
16.3.0.35-beta 675 11/23/2018
16.3.0.29 1,075 10/30/2018
16.3.0.21 1,475 9/21/2018