Syncfusion.ExcelToPdfConverter.WinForms 31.2.3

Prefix Reserved
dotnet add package Syncfusion.ExcelToPdfConverter.WinForms --version 31.2.3
                    
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.WinForms -Version 31.2.3
                    
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="31.2.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.ExcelToPdfConverter.WinForms" Version="31.2.3" />
                    
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 31.2.3
                    
#r "nuget: Syncfusion.ExcelToPdfConverter.WinForms, 31.2.3"
                    
#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@31.2.3
                    
#: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=31.2.3
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelToPdfConverter.WinForms&version=31.2.3
                    
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
31.2.3 14 10/21/2025
31.2.2 179 10/15/2025
31.1.23 193 10/6/2025
31.1.22 188 9/30/2025
31.1.21 1,191 9/22/2025
31.1.20 327 9/16/2025
31.1.19 191 9/11/2025
31.1.18 162 9/9/2025
31.1.17 188 9/5/2025
30.2.7 234 8/25/2025
30.2.6 317 8/18/2025
30.2.5 188 8/13/2025
30.2.4 278 8/7/2025
30.1.42 173 7/28/2025
30.1.41 579 7/22/2025
30.1.40 204 7/14/2025
30.1.39 209 7/8/2025
30.1.38 209 7/1/2025
30.1.37 640 6/25/2025
29.2.11 232 6/16/2025
29.2.10 339 6/9/2025
29.2.9 223 6/5/2025
29.2.8 198 6/3/2025
29.2.7 222 5/26/2025
29.2.5 208 5/20/2025
29.2.4 300 5/14/2025
29.1.41 218 5/5/2025
29.1.40 216 4/28/2025
29.1.39 251 4/21/2025
29.1.38 276 4/14/2025
29.1.37 331 4/8/2025
29.1.35 273 4/1/2025
29.1.33 594 3/25/2025
28.2.12 222 3/19/2025
28.2.11 293 3/10/2025
28.2.9 291 3/3/2025
28.2.7 213 2/25/2025
28.2.6 211 2/17/2025
28.2.5 302 2/11/2025
28.2.4 213 2/4/2025
28.2.3 197 1/29/2025
28.1.41 213 1/20/2025
28.1.39 204 1/13/2025
28.1.38 194 1/7/2025
28.1.37 225 12/31/2024
28.1.36 214 12/23/2024
28.1.35 220 12/18/2024
28.1.33 243 12/12/2024
27.2.5 292 12/2/2024
27.2.4 242 11/26/2024
27.2.3 186 11/22/2024
27.2.2 234 11/15/2024
27.1.58 233 11/4/2024
27.1.57 245 10/28/2024
27.1.56 213 10/23/2024
27.1.55 187 10/21/2024
27.1.53 234 10/14/2024
27.1.52 202 10/7/2024
27.1.51 256 9/30/2024
27.1.50 205 9/23/2024
27.1.48 238 9/18/2024
26.2.14 301 9/9/2024
26.2.13 231 9/5/2024
26.2.12 227 9/2/2024
26.2.11 224 8/27/2024
26.2.10 241 8/19/2024
26.2.9 228 8/12/2024
26.2.8 231 8/5/2024
26.2.7 186 7/29/2024
26.2.5 223 7/25/2024
26.2.4 242 7/24/2024
26.1.42 205 7/15/2024
26.1.41 228 7/8/2024
26.1.40 318 7/1/2024
26.1.39 241 6/24/2024
26.1.38 229 6/18/2024
26.1.35 290 6/11/2024
25.2.7 210 6/3/2024
25.2.6 256 5/28/2024
25.2.5 233 5/21/2024
25.2.4 271 5/14/2024
25.2.3 274 5/8/2024
25.1.42 279 4/29/2024
25.1.41 233 4/23/2024
25.1.40 259 4/15/2024
25.1.39 240 4/8/2024
25.1.38 19,362 4/1/2024
25.1.37 240 3/26/2024
25.1.35 363 3/15/2024
24.2.9 334 3/4/2024
24.2.8 248 2/26/2024
24.2.7 840 2/19/2024
24.2.6 264 2/14/2024
24.2.5 441 2/12/2024
24.2.4 238 2/5/2024
24.2.3 274 1/31/2024
24.1.47 260 1/22/2024
24.1.46 274 1/16/2024
24.1.45 279 1/8/2024
24.1.44 258 1/2/2024
24.1.43 223 12/27/2023
24.1.41 354 12/18/2023
23.2.7 343 12/6/2023
23.2.6 290 11/28/2023
23.2.5 252 11/23/2023
23.2.4 266 11/20/2023
23.1.44 260 11/6/2023
23.1.43 261 10/30/2023
23.1.42 372 10/23/2023
23.1.41 260 10/16/2023
23.1.40 296 10/10/2023
23.1.39 279 10/4/2023
23.1.38 249 9/26/2023
23.1.36 405 9/15/2023
22.2.12 746 9/5/2023
22.2.11 325 8/28/2023
22.2.10 304 8/22/2023
22.2.9 294 8/14/2023
22.2.8 307 8/7/2023
22.2.7 319 8/2/2023
22.2.5 316 7/27/2023
22.1.39 343 7/18/2023
22.1.38 332 7/11/2023
22.1.37 347 7/3/2023
22.1.36 350 6/28/2023
22.1.34 623 6/21/2023
21.2.10 401 6/12/2023
21.2.9 365 6/6/2023
21.2.8 568 5/30/2023
21.2.6 459 5/22/2023
21.2.5 387 5/15/2023
21.2.4 380 5/9/2023
21.2.3 410 5/3/2023
21.1.41 470 4/19/2023
21.1.39 408 4/10/2023
21.1.38 425 4/3/2023
21.1.37 435 3/29/2023
21.1.35 483 3/23/2023
20.4.0.54 1,254 3/13/2023
20.4.0.53 462 3/7/2023
20.4.0.52 499 2/28/2023
20.4.0.51 483 2/21/2023
20.4.0.50 525 2/14/2023
20.4.0.49 481 2/7/2023
20.4.0.48 3,890 2/1/2023
20.4.0.44 544 1/18/2023
20.4.0.43 680 1/10/2023
20.4.0.42 530 1/4/2023
20.4.0.41 726 12/29/2022
20.4.0.40 494 12/28/2022
20.4.0.38 548 12/21/2022
20.3.0.61 615 12/12/2022
20.3.0.60 473 12/6/2022
20.3.0.59 553 11/29/2022
20.3.0.58 503 11/21/2022
20.3.0.57 551 11/14/2022
20.3.0.56 930 11/8/2022
20.3.0.52 555 10/27/2022
20.3.0.50 648 10/17/2022
20.3.0.49 604 10/11/2022
20.3.0.48 586 10/5/2022
20.3.0.47 740 9/29/2022
20.2.0.50 656 9/20/2022
20.2.0.49 626 9/13/2022
20.2.0.48 604 9/6/2022
20.2.0.46 640 8/30/2022
20.2.0.45 1,067 8/23/2022
20.2.0.44 659 8/16/2022
20.2.0.43 26,896 8/8/2022
20.2.0.40 670 7/26/2022
20.2.0.39 640 7/19/2022
20.2.0.38 1,153 7/12/2022
20.2.0.36 744 6/30/2022
20.1.0.61 710 6/20/2022
20.1.0.60 676 6/14/2022
20.1.0.59 704 6/6/2022
20.1.0.58 666 5/30/2022
20.1.0.57 668 5/23/2022
20.1.0.56 627 5/17/2022
20.1.0.55 646 5/12/2022
20.1.0.52 3,001 5/2/2022
20.1.0.51 1,264 4/26/2022
20.1.0.50 713 4/19/2022
20.1.0.48 786 4/12/2022
20.1.0.47 718 4/4/2022
19.4.0.56 803 3/14/2022
19.4.0.55 727 3/8/2022
19.4.0.54 814 2/28/2022
19.4.0.53 694 2/21/2022
19.4.0.52 633 2/15/2022
19.4.0.50 679 2/8/2022
19.4.0.48 1,111 1/31/2022
19.4.0.47 700 1/24/2022
19.4.0.43 703 1/18/2022
19.4.0.42 654 1/10/2022
19.4.0.41 511 1/4/2022
19.4.0.40 533 12/28/2021
19.4.0.38 598 12/17/2021
19.3.0.59 546 12/14/2021
19.3.0.57 657 12/7/2021
19.3.0.56 1,360 11/29/2021
19.3.0.55 543 11/23/2021
19.3.0.54 551 11/17/2021
19.3.0.53 666 11/12/2021
19.3.0.48 665 11/3/2021
19.3.0.47 670 10/26/2021
19.3.0.46 584 10/19/2021
19.3.0.45 614 10/12/2021
19.3.0.44 560 10/5/2021
19.3.0.43 591 9/30/2021
19.2.0.62 696 9/13/2021
19.2.0.60 597 9/7/2021
19.2.0.59 618 8/30/2021
19.2.0.57 624 8/24/2021
19.2.0.56 612 8/17/2021
19.2.0.55 678 8/11/2021
19.2.0.51 626 8/2/2021
19.2.0.49 724 7/26/2021
19.2.0.48 631 7/19/2021
19.2.0.47 615 7/13/2021
19.2.0.46 1,450 7/6/2021
19.2.0.44 900 6/30/2021
19.1.0.69 732 6/14/2021
19.1.0.67 682 6/7/2021
19.1.0.66 638 5/31/2021
19.1.0.65 662 5/24/2021
19.1.0.64 653 5/19/2021
19.1.0.63 2,233 5/13/2021
19.1.0.59 671 5/3/2021
19.1.0.58 626 4/26/2021
19.1.0.57 630 4/20/2021
19.1.0.56 808 4/12/2021
19.1.0.55 665 4/6/2021
19.1.0.54 773 3/30/2021
18.4.0.49 642 3/22/2021
18.4.0.48 1,772 3/16/2021
18.4.0.47 715 3/9/2021
18.4.0.46 793 3/2/2021
18.4.0.44 766 2/23/2021
18.4.0.43 977 2/15/2021
18.4.0.42 1,993 2/9/2021
18.4.0.41 633 2/2/2021
18.4.0.39 690 1/28/2021
18.4.0.35 810 1/19/2021
18.4.0.34 647 1/12/2021
18.4.0.33 649 1/4/2021
18.4.0.32 655 12/30/2020
18.4.0.31 684 12/22/2020
18.4.0.30 754 12/17/2020
18.3.0.53 729 12/8/2020
18.3.0.52 683 11/30/2020
18.3.0.51 756 11/23/2020
18.3.0.50 755 11/17/2020
18.3.0.48 709 11/10/2020
18.3.0.47 4,889 11/5/2020
18.3.0.44 688 10/27/2020
18.3.0.42 768 10/20/2020
18.3.0.40 753 10/12/2020
18.3.0.38 775 10/7/2020
18.3.0.35 1,630 10/1/2020
18.2.0.59 721 9/22/2020
18.2.0.58 768 9/15/2020
18.2.0.57 740 9/8/2020
18.2.0.56 764 9/1/2020
18.2.0.55 727 8/24/2020
18.2.0.54 699 8/18/2020
18.2.0.48 767 8/4/2020
18.2.0.47 788 7/28/2020
18.2.0.46 777 7/21/2020
18.2.0.45 770 7/14/2020
18.2.0.44 1,249 7/6/2020
18.1.0.59 833 6/23/2020
18.1.0.57 847 6/15/2020
18.1.0.56 836 6/9/2020
18.1.0.55 894 6/2/2020
18.1.0.54 791 5/26/2020
18.1.0.53 818 5/19/2020
18.1.0.52 785 5/13/2020
18.1.0.48 805 5/5/2020
18.1.0.46 889 4/28/2020
18.1.0.45 779 4/20/2020
18.1.0.44 1,034 4/14/2020
18.1.0.43 802 4/7/2020
18.1.0.42 864 4/1/2020
18.1.0.36-beta 544 3/19/2020
17.4.0.55 1,109 3/10/2020
17.4.0.53 834 3/3/2020
17.4.0.51 845 2/25/2020
17.4.0.50 990 2/18/2020
17.4.0.49 870 2/11/2020
17.4.0.47 1,635 2/5/2020
17.4.0.46 1,012 1/30/2020
17.4.0.44 876 1/21/2020
17.4.0.43 799 1/14/2020
17.4.0.41 877 1/7/2020
17.4.0.40 940 12/24/2019
17.4.0.39 879 12/17/2019
17.3.0.34 898 12/10/2019
17.3.0.33 944 12/4/2019
17.3.0.30 795 12/3/2019
17.3.0.29 837 11/26/2019
17.3.0.28 839 11/18/2019
17.3.0.27 1,000 11/12/2019
17.3.0.26 939 11/5/2019
17.3.0.21 898 10/29/2019
17.3.0.19 928 10/22/2019
17.3.0.17 847 10/15/2019
17.3.0.14 890 10/3/2019
17.3.0.9-beta 598 9/20/2019
17.2.0.51 1,330 9/10/2019
17.2.0.49 857 9/3/2019
17.2.0.47 897 8/27/2019
17.2.0.46 914 8/22/2019
17.2.0.41 894 8/13/2019
17.2.0.40 3,785 8/6/2019
17.2.0.39 870 7/30/2019
17.2.0.36 833 7/23/2019
17.2.0.35 905 7/17/2019
17.2.0.34 1,020 7/11/2019
17.2.0.28-beta 607 6/27/2019
17.1.0.53 909 6/25/2019
17.1.0.52 964 6/18/2019
17.1.0.51 941 6/11/2019
17.1.0.50 1,093 6/4/2019
17.1.0.49 865 5/28/2019
17.1.0.48 952 5/21/2019
17.1.0.47 939 5/14/2019
17.1.0.44 903 5/7/2019
17.1.0.43 958 4/30/2019
17.1.0.42 996 4/23/2019
17.1.0.41 894 4/16/2019
17.1.0.40 950 4/9/2019
17.1.0.38 1,492 3/29/2019
17.1.0.32-beta 648 3/13/2019
16.4.0.54 1,124 2/19/2019
16.4.0.53 968 2/13/2019
16.4.0.52 1,011 2/5/2019
16.4.0.48 1,016 1/22/2019
16.4.0.47 1,036 1/16/2019
16.4.0.46 1,037 1/8/2019
16.4.0.44 992 12/24/2018
16.4.0.42 1,027 12/17/2018
16.4.0.40-beta 745 12/10/2018
16.3.0.36 1,051 11/27/2018
16.3.0.35-beta 737 11/23/2018
16.3.0.29 1,143 10/30/2018
16.3.0.21 1,534 9/21/2018