Syncfusion.ExcelToPdfConverter.WinForms 32.2.4

Prefix Reserved
dotnet add package Syncfusion.ExcelToPdfConverter.WinForms --version 32.2.4
                    
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.WinForms -Version 32.2.4
                    
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="32.2.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.ExcelToPdfConverter.WinForms" Version="32.2.4" />
                    
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 32.2.4
                    
#r "nuget: Syncfusion.ExcelToPdfConverter.WinForms, 32.2.4"
                    
#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@32.2.4
                    
#: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=32.2.4
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelToPdfConverter.WinForms&version=32.2.4
                    
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.  net10.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
32.2.4 39 2/10/2026
32.2.3 119 2/5/2026
32.1.25 130 1/26/2026
32.1.24 108 1/19/2026
32.1.23 118 1/13/2026
32.1.22 128 1/5/2026
32.1.21 130 12/29/2025
32.1.20 197 12/23/2025
32.1.19 354 12/16/2025
31.2.18 489 12/8/2025
31.2.16 716 12/1/2025
31.2.15 225 11/25/2025
31.2.12 466 11/18/2025
31.2.10 310 11/12/2025
31.2.5 274 11/3/2025
31.2.4 232 10/28/2025
31.2.3 5,906 10/21/2025
31.2.2 228 10/15/2025
31.1.23 242 10/6/2025
31.1.22 233 9/30/2025
31.1.21 1,482 9/22/2025
31.1.20 420 9/16/2025
31.1.19 219 9/11/2025
31.1.18 197 9/9/2025
31.1.17 229 9/5/2025
30.2.7 284 8/25/2025
30.2.6 405 8/18/2025
30.2.5 230 8/13/2025
30.2.4 317 8/7/2025
30.1.42 213 7/28/2025
30.1.41 613 7/22/2025
30.1.40 253 7/14/2025
30.1.39 251 7/8/2025
30.1.38 255 7/1/2025
30.1.37 710 6/25/2025
29.2.11 268 6/16/2025
29.2.10 390 6/9/2025
29.2.9 256 6/5/2025
29.2.8 231 6/3/2025
29.2.7 264 5/26/2025
29.2.5 243 5/20/2025
29.2.4 339 5/14/2025
29.1.41 255 5/5/2025
29.1.40 250 4/28/2025
29.1.39 297 4/21/2025
29.1.38 306 4/14/2025
29.1.37 370 4/8/2025
29.1.35 308 4/1/2025
29.1.33 633 3/25/2025
28.2.12 252 3/19/2025
28.2.11 330 3/10/2025
28.2.9 323 3/3/2025
28.2.7 246 2/25/2025
28.2.6 252 2/17/2025
28.2.5 336 2/11/2025
28.2.4 246 2/4/2025
28.2.3 241 1/29/2025
28.1.41 253 1/20/2025
28.1.39 248 1/13/2025
28.1.38 228 1/7/2025
28.1.37 266 12/31/2024
28.1.36 251 12/23/2024
28.1.35 253 12/18/2024
28.1.33 282 12/12/2024
27.2.5 328 12/2/2024
27.2.4 287 11/26/2024
27.2.3 214 11/22/2024
27.2.2 269 11/15/2024
27.1.58 266 11/4/2024
27.1.57 292 10/28/2024
27.1.56 248 10/23/2024
27.1.55 226 10/21/2024
27.1.53 277 10/14/2024
27.1.52 241 10/7/2024
27.1.51 292 9/30/2024
27.1.50 230 9/23/2024
27.1.48 268 9/18/2024
26.2.14 491 9/9/2024
26.2.13 262 9/5/2024
26.2.12 262 9/2/2024
26.2.11 256 8/27/2024
26.2.10 275 8/19/2024
26.2.9 259 8/12/2024
26.2.8 260 8/5/2024
26.2.7 225 7/29/2024
26.2.5 255 7/25/2024
26.2.4 280 7/24/2024
26.1.42 240 7/15/2024
26.1.41 256 7/8/2024
26.1.40 377 7/1/2024
26.1.39 275 6/24/2024
26.1.38 265 6/18/2024
26.1.35 326 6/11/2024
25.2.7 242 6/3/2024
25.2.6 289 5/28/2024
25.2.5 277 5/21/2024
25.2.4 307 5/14/2024
25.2.3 304 5/8/2024
25.1.42 312 4/29/2024
25.1.41 263 4/23/2024
25.1.40 289 4/15/2024
25.1.39 277 4/8/2024
25.1.38 19,410 4/1/2024
25.1.37 278 3/26/2024
25.1.35 393 3/15/2024
24.2.9 376 3/4/2024
24.2.8 278 2/26/2024
24.2.7 879 2/19/2024
24.2.6 306 2/14/2024
24.2.5 476 2/12/2024
24.2.4 272 2/5/2024
24.2.3 310 1/31/2024
24.1.47 302 1/22/2024
24.1.46 307 1/16/2024
24.1.45 311 1/8/2024
24.1.44 292 1/2/2024
24.1.43 253 12/27/2023
24.1.41 412 12/18/2023
23.2.7 382 12/6/2023
23.2.6 331 11/28/2023
23.2.5 296 11/23/2023
23.2.4 301 11/20/2023
23.1.44 294 11/6/2023
23.1.43 305 10/30/2023
23.1.42 410 10/23/2023
23.1.41 282 10/16/2023
23.1.40 325 10/10/2023
23.1.39 307 10/4/2023
23.1.38 274 9/26/2023
23.1.36 440 9/15/2023
22.2.12 773 9/5/2023
22.2.11 355 8/28/2023
22.2.10 338 8/22/2023
22.2.9 324 8/14/2023
22.2.8 352 8/7/2023
22.2.7 351 8/2/2023
22.2.5 357 7/27/2023
22.1.39 380 7/18/2023
22.1.38 366 7/11/2023
22.1.37 388 7/3/2023
22.1.36 387 6/28/2023
22.1.34 688 6/21/2023
21.2.10 431 6/12/2023
21.2.9 399 6/6/2023
21.2.8 608 5/30/2023
21.2.6 503 5/22/2023
21.2.5 424 5/15/2023
21.2.4 417 5/9/2023
21.2.3 457 5/3/2023
21.1.41 504 4/19/2023
21.1.39 446 4/10/2023
21.1.38 462 4/3/2023
21.1.37 488 3/29/2023
21.1.35 520 3/23/2023
20.4.0.54 1,347 3/13/2023
20.4.0.53 502 3/7/2023
20.4.0.52 530 2/28/2023
20.4.0.51 521 2/21/2023
20.4.0.50 567 2/14/2023
20.4.0.49 529 2/7/2023
20.4.0.48 4,422 2/1/2023
20.4.0.44 576 1/18/2023
20.4.0.43 728 1/10/2023
20.4.0.42 576 1/4/2023
20.4.0.41 773 12/29/2022
20.4.0.40 531 12/28/2022
20.4.0.38 588 12/21/2022
20.3.0.61 654 12/12/2022
20.3.0.60 520 12/6/2022
20.3.0.59 592 11/29/2022
20.3.0.58 553 11/21/2022
20.3.0.57 581 11/14/2022
20.3.0.56 991 11/8/2022
20.3.0.52 595 10/27/2022
20.3.0.50 682 10/17/2022
20.3.0.49 647 10/11/2022
20.3.0.48 621 10/5/2022
20.3.0.47 786 9/29/2022
20.2.0.50 703 9/20/2022
20.2.0.49 669 9/13/2022
20.2.0.48 654 9/6/2022
20.2.0.46 679 8/30/2022
20.2.0.45 1,119 8/23/2022
20.2.0.44 701 8/16/2022
20.2.0.43 30,220 8/8/2022
20.2.0.40 712 7/26/2022
20.2.0.39 686 7/19/2022
20.2.0.38 1,466 7/12/2022
20.2.0.36 797 6/30/2022
20.1.0.61 756 6/20/2022
20.1.0.60 720 6/14/2022
20.1.0.59 746 6/6/2022
20.1.0.58 718 5/30/2022
20.1.0.57 721 5/23/2022
20.1.0.56 667 5/17/2022
20.1.0.55 693 5/12/2022
20.1.0.52 3,203 5/2/2022
20.1.0.51 1,320 4/26/2022
20.1.0.50 753 4/19/2022
20.1.0.48 830 4/12/2022
20.1.0.47 766 4/4/2022
19.4.0.56 842 3/14/2022
19.4.0.55 777 3/8/2022
19.4.0.54 854 2/28/2022
19.4.0.53 739 2/21/2022
19.4.0.52 676 2/15/2022
19.4.0.50 728 2/8/2022
19.4.0.48 1,169 1/31/2022
19.4.0.47 751 1/24/2022
19.4.0.43 751 1/18/2022
19.4.0.42 703 1/10/2022
19.4.0.41 559 1/4/2022
19.4.0.40 573 12/28/2021
19.4.0.38 640 12/17/2021
19.3.0.59 581 12/14/2021
19.3.0.57 724 12/7/2021
19.3.0.56 1,401 11/29/2021
19.3.0.55 588 11/23/2021
19.3.0.54 598 11/17/2021
19.3.0.53 722 11/12/2021
19.3.0.48 712 11/3/2021
19.3.0.47 723 10/26/2021
19.3.0.46 630 10/19/2021
19.3.0.45 659 10/12/2021
19.3.0.44 599 10/5/2021
19.3.0.43 631 9/30/2021
19.2.0.62 740 9/13/2021
19.2.0.60 653 9/7/2021
19.2.0.59 665 8/30/2021
19.2.0.57 676 8/24/2021
19.2.0.56 660 8/17/2021
19.2.0.55 730 8/11/2021
19.2.0.51 677 8/2/2021
19.2.0.49 771 7/26/2021
19.2.0.48 680 7/19/2021
19.2.0.47 659 7/13/2021
19.2.0.46 1,495 7/6/2021
19.2.0.44 950 6/30/2021
19.1.0.69 783 6/14/2021
19.1.0.67 733 6/7/2021
19.1.0.66 680 5/31/2021
19.1.0.65 711 5/24/2021
19.1.0.64 705 5/19/2021
19.1.0.63 2,281 5/13/2021
19.1.0.59 717 5/3/2021
19.1.0.58 673 4/26/2021
19.1.0.57 677 4/20/2021
19.1.0.56 851 4/12/2021
19.1.0.55 714 4/6/2021
19.1.0.54 825 3/30/2021
18.4.0.49 692 3/22/2021
18.4.0.48 1,818 3/16/2021
18.4.0.47 764 3/9/2021
18.4.0.46 842 3/2/2021
18.4.0.44 818 2/23/2021
18.4.0.43 1,065 2/15/2021
18.4.0.42 2,052 2/9/2021
18.4.0.41 684 2/2/2021
18.4.0.39 750 1/28/2021
18.4.0.35 864 1/19/2021
18.4.0.34 701 1/12/2021
18.4.0.33 700 1/4/2021
18.4.0.32 717 12/30/2020
18.4.0.31 739 12/22/2020
18.4.0.30 810 12/17/2020
18.3.0.53 781 12/8/2020
18.3.0.52 731 11/30/2020
18.3.0.51 817 11/23/2020
18.3.0.50 810 11/17/2020
18.3.0.48 767 11/10/2020
18.3.0.47 4,942 11/5/2020
18.3.0.44 741 10/27/2020
18.3.0.42 828 10/20/2020
18.3.0.40 808 10/12/2020
18.3.0.38 834 10/7/2020
18.3.0.35 1,694 10/1/2020
18.2.0.59 786 9/22/2020
18.2.0.58 821 9/15/2020
18.2.0.57 793 9/8/2020
18.2.0.56 818 9/1/2020
18.2.0.55 783 8/24/2020
18.2.0.54 763 8/18/2020
18.2.0.48 812 8/4/2020
18.2.0.47 846 7/28/2020
18.2.0.46 836 7/21/2020
18.2.0.45 822 7/14/2020
18.2.0.44 1,305 7/6/2020
18.1.0.59 888 6/23/2020
18.1.0.57 903 6/15/2020
18.1.0.56 885 6/9/2020
18.1.0.55 945 6/2/2020
18.1.0.54 839 5/26/2020
18.1.0.53 875 5/19/2020
18.1.0.52 839 5/13/2020
18.1.0.48 863 5/5/2020
18.1.0.46 945 4/28/2020
18.1.0.45 837 4/20/2020
18.1.0.44 1,089 4/14/2020
18.1.0.43 851 4/7/2020
18.1.0.42 924 4/1/2020
18.1.0.36-beta 606 3/19/2020
17.4.0.55 1,182 3/10/2020
17.4.0.53 891 3/3/2020
17.4.0.51 902 2/25/2020
17.4.0.50 1,057 2/18/2020
17.4.0.49 926 2/11/2020
17.4.0.47 1,692 2/5/2020
17.4.0.46 1,064 1/30/2020
17.4.0.44 933 1/21/2020
17.4.0.43 855 1/14/2020
17.4.0.41 929 1/7/2020
17.4.0.40 988 12/24/2019
17.4.0.39 933 12/17/2019
17.3.0.34 955 12/10/2019
17.3.0.33 997 12/4/2019
17.3.0.30 848 12/3/2019
17.3.0.29 887 11/26/2019
17.3.0.28 895 11/18/2019
17.3.0.27 1,057 11/12/2019
17.3.0.26 998 11/5/2019
17.3.0.21 948 10/29/2019
17.3.0.19 987 10/22/2019
17.3.0.17 907 10/15/2019
17.3.0.14 947 10/3/2019
17.3.0.9-beta 660 9/20/2019
17.2.0.51 1,402 9/10/2019
17.2.0.49 918 9/3/2019
17.2.0.47 957 8/27/2019
17.2.0.46 972 8/22/2019
17.2.0.41 948 8/13/2019
17.2.0.40 3,845 8/6/2019
17.2.0.39 923 7/30/2019
17.2.0.36 897 7/23/2019
17.2.0.35 957 7/17/2019
17.2.0.34 1,079 7/11/2019
17.2.0.28-beta 674 6/27/2019
17.1.0.53 965 6/25/2019
17.1.0.52 1,028 6/18/2019
17.1.0.51 1,002 6/11/2019
17.1.0.50 1,148 6/4/2019
17.1.0.49 920 5/28/2019
17.1.0.48 1,012 5/21/2019
17.1.0.47 997 5/14/2019
17.1.0.44 954 5/7/2019
17.1.0.43 1,024 4/30/2019
17.1.0.42 1,053 4/23/2019
17.1.0.41 958 4/16/2019
17.1.0.40 1,007 4/9/2019
17.1.0.38 1,550 3/29/2019
17.1.0.32-beta 716 3/13/2019
16.4.0.54 1,183 2/19/2019
16.4.0.53 1,023 2/13/2019
16.4.0.52 1,065 2/5/2019
16.4.0.48 1,081 1/22/2019
16.4.0.47 1,096 1/16/2019
16.4.0.46 1,095 1/8/2019
16.4.0.44 1,054 12/24/2018
16.4.0.42 1,090 12/17/2018
16.4.0.40-beta 801 12/10/2018
16.3.0.36 1,106 11/27/2018
16.3.0.35-beta 793 11/23/2018
16.3.0.29 1,198 10/30/2018
16.3.0.21 1,589 9/21/2018