Syncfusion.ExcelToPdfConverter.WinForms 30.2.7

Prefix Reserved
dotnet add package Syncfusion.ExcelToPdfConverter.WinForms --version 30.2.7
                    
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.WinForms -Version 30.2.7
                    
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.2.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.ExcelToPdfConverter.WinForms" Version="30.2.7" />
                    
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.2.7
                    
#r "nuget: Syncfusion.ExcelToPdfConverter.WinForms, 30.2.7"
                    
#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.2.7
                    
#: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.2.7
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelToPdfConverter.WinForms&version=30.2.7
                    
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.2.7 180 8/25/2025
30.2.6 194 8/18/2025
30.2.5 157 8/13/2025
30.2.4 246 8/7/2025
30.1.42 133 7/28/2025
30.1.41 504 7/22/2025
30.1.40 166 7/14/2025
30.1.39 172 7/8/2025
30.1.38 177 7/1/2025
30.1.37 592 6/25/2025
29.2.11 203 6/16/2025
29.2.10 307 6/9/2025
29.2.9 181 6/5/2025
29.2.8 171 6/3/2025
29.2.7 180 5/26/2025
29.2.5 179 5/20/2025
29.2.4 270 5/14/2025
29.1.41 188 5/5/2025
29.1.40 197 4/28/2025
29.1.39 225 4/21/2025
29.1.38 247 4/14/2025
29.1.37 293 4/8/2025
29.1.35 235 4/1/2025
29.1.33 555 3/25/2025
28.2.12 200 3/19/2025
28.2.11 253 3/10/2025
28.2.9 261 3/3/2025
28.2.7 187 2/25/2025
28.2.6 196 2/17/2025
28.2.5 266 2/11/2025
28.2.4 176 2/4/2025
28.2.3 149 1/29/2025
28.1.41 174 1/20/2025
28.1.39 177 1/13/2025
28.1.38 157 1/7/2025
28.1.37 185 12/31/2024
28.1.36 178 12/23/2024
28.1.35 191 12/18/2024
28.1.33 203 12/12/2024
27.2.5 253 12/2/2024
27.2.4 208 11/26/2024
27.2.3 161 11/22/2024
27.2.2 195 11/15/2024
27.1.58 204 11/4/2024
27.1.57 217 10/28/2024
27.1.56 174 10/23/2024
27.1.55 147 10/21/2024
27.1.53 197 10/14/2024
27.1.52 168 10/7/2024
27.1.51 226 9/30/2024
27.1.50 172 9/23/2024
27.1.48 204 9/18/2024
26.2.14 227 9/9/2024
26.2.13 193 9/5/2024
26.2.12 188 9/2/2024
26.2.11 206 8/27/2024
26.2.10 203 8/19/2024
26.2.9 202 8/12/2024
26.2.8 193 8/5/2024
26.2.7 147 7/29/2024
26.2.5 181 7/25/2024
26.2.4 213 7/24/2024
26.1.42 177 7/15/2024
26.1.41 199 7/8/2024
26.1.40 283 7/1/2024
26.1.39 199 6/24/2024
26.1.38 202 6/18/2024
26.1.35 249 6/11/2024
25.2.7 190 6/3/2024
25.2.6 229 5/28/2024
25.2.5 192 5/21/2024
25.2.4 230 5/14/2024
25.2.3 234 5/8/2024
25.1.42 245 4/29/2024
25.1.41 206 4/23/2024
25.1.40 225 4/15/2024
25.1.39 214 4/8/2024
25.1.38 17,093 4/1/2024
25.1.37 203 3/26/2024
25.1.35 324 3/15/2024
24.2.9 295 3/4/2024
24.2.8 208 2/26/2024
24.2.7 808 2/19/2024
24.2.6 226 2/14/2024
24.2.5 405 2/12/2024
24.2.4 212 2/5/2024
24.2.3 230 1/31/2024
24.1.47 227 1/22/2024
24.1.46 228 1/16/2024
24.1.45 245 1/8/2024
24.1.44 233 1/2/2024
24.1.43 205 12/27/2023
24.1.41 305 12/18/2023
23.2.7 300 12/6/2023
23.2.6 249 11/28/2023
23.2.5 214 11/23/2023
23.2.4 231 11/20/2023
23.1.44 233 11/6/2023
23.1.43 239 10/30/2023
23.1.42 360 10/23/2023
23.1.41 236 10/16/2023
23.1.40 264 10/10/2023
23.1.39 246 10/4/2023
23.1.38 238 9/26/2023
23.1.36 370 9/15/2023
22.2.12 700 9/5/2023
22.2.11 289 8/28/2023
22.2.10 282 8/22/2023
22.2.9 253 8/14/2023
22.2.8 264 8/7/2023
22.2.7 279 8/2/2023
22.2.5 290 7/27/2023
22.1.39 310 7/18/2023
22.1.38 294 7/11/2023
22.1.37 304 7/3/2023
22.1.36 307 6/28/2023
22.1.34 573 6/21/2023
21.2.10 351 6/12/2023
21.2.9 312 6/6/2023
21.2.8 513 5/30/2023
21.2.6 419 5/22/2023
21.2.5 335 5/15/2023
21.2.4 340 5/9/2023
21.2.3 363 5/3/2023
21.1.41 443 4/19/2023
21.1.39 362 4/10/2023
21.1.38 375 4/3/2023
21.1.37 384 3/29/2023
21.1.35 442 3/23/2023
20.4.0.54 1,165 3/13/2023
20.4.0.53 411 3/7/2023
20.4.0.52 460 2/28/2023
20.4.0.51 438 2/21/2023
20.4.0.50 476 2/14/2023
20.4.0.49 431 2/7/2023
20.4.0.48 3,684 2/1/2023
20.4.0.44 517 1/18/2023
20.4.0.43 626 1/10/2023
20.4.0.42 483 1/4/2023
20.4.0.41 672 12/29/2022
20.4.0.40 441 12/28/2022
20.4.0.38 500 12/21/2022
20.3.0.61 574 12/12/2022
20.3.0.60 426 12/6/2022
20.3.0.59 504 11/29/2022
20.3.0.58 466 11/21/2022
20.3.0.57 498 11/14/2022
20.3.0.56 853 11/8/2022
20.3.0.52 525 10/27/2022
20.3.0.50 599 10/17/2022
20.3.0.49 567 10/11/2022
20.3.0.48 539 10/5/2022
20.3.0.47 692 9/29/2022
20.2.0.50 601 9/20/2022
20.2.0.49 574 9/13/2022
20.2.0.48 549 9/6/2022
20.2.0.46 601 8/30/2022
20.2.0.45 1,010 8/23/2022
20.2.0.44 614 8/16/2022
20.2.0.43 25,394 8/8/2022
20.2.0.40 622 7/26/2022
20.2.0.39 589 7/19/2022
20.2.0.38 1,028 7/12/2022
20.2.0.36 692 6/30/2022
20.1.0.61 658 6/20/2022
20.1.0.60 620 6/14/2022
20.1.0.59 659 6/6/2022
20.1.0.58 617 5/30/2022
20.1.0.57 617 5/23/2022
20.1.0.56 599 5/17/2022
20.1.0.55 604 5/12/2022
20.1.0.52 2,862 5/2/2022
20.1.0.51 1,215 4/26/2022
20.1.0.50 657 4/19/2022
20.1.0.48 736 4/12/2022
20.1.0.47 684 4/4/2022
19.4.0.56 761 3/14/2022
19.4.0.55 676 3/8/2022
19.4.0.54 761 2/28/2022
19.4.0.53 654 2/21/2022
19.4.0.52 596 2/15/2022
19.4.0.50 625 2/8/2022
19.4.0.48 1,050 1/31/2022
19.4.0.47 644 1/24/2022
19.4.0.43 654 1/18/2022
19.4.0.42 613 1/10/2022
19.4.0.41 470 1/4/2022
19.4.0.40 479 12/28/2021
19.4.0.38 551 12/17/2021
19.3.0.59 507 12/14/2021
19.3.0.57 601 12/7/2021
19.3.0.56 1,308 11/29/2021
19.3.0.55 498 11/23/2021
19.3.0.54 503 11/17/2021
19.3.0.53 624 11/12/2021
19.3.0.48 615 11/3/2021
19.3.0.47 614 10/26/2021
19.3.0.46 547 10/19/2021
19.3.0.45 573 10/12/2021
19.3.0.44 520 10/5/2021
19.3.0.43 562 9/30/2021
19.2.0.62 655 9/13/2021
19.2.0.60 551 9/7/2021
19.2.0.59 568 8/30/2021
19.2.0.57 582 8/24/2021
19.2.0.56 586 8/17/2021
19.2.0.55 634 8/11/2021
19.2.0.51 574 8/2/2021
19.2.0.49 692 7/26/2021
19.2.0.48 573 7/19/2021
19.2.0.47 577 7/13/2021
19.2.0.46 1,422 7/6/2021
19.2.0.44 852 6/30/2021
19.1.0.69 677 6/14/2021
19.1.0.67 632 6/7/2021
19.1.0.66 597 5/31/2021
19.1.0.65 607 5/24/2021
19.1.0.64 603 5/19/2021
19.1.0.63 2,182 5/13/2021
19.1.0.59 624 5/3/2021
19.1.0.58 569 4/26/2021
19.1.0.57 590 4/20/2021
19.1.0.56 775 4/12/2021
19.1.0.55 622 4/6/2021
19.1.0.54 742 3/30/2021
18.4.0.49 612 3/22/2021
18.4.0.48 1,731 3/16/2021
18.4.0.47 662 3/9/2021
18.4.0.46 747 3/2/2021
18.4.0.44 711 2/23/2021
18.4.0.43 904 2/15/2021
18.4.0.42 1,947 2/9/2021
18.4.0.41 575 2/2/2021
18.4.0.39 630 1/28/2021
18.4.0.35 762 1/19/2021
18.4.0.34 605 1/12/2021
18.4.0.33 610 1/4/2021
18.4.0.32 604 12/30/2020
18.4.0.31 643 12/22/2020
18.4.0.30 701 12/17/2020
18.3.0.53 685 12/8/2020
18.3.0.52 642 11/30/2020
18.3.0.51 702 11/23/2020
18.3.0.50 701 11/17/2020
18.3.0.48 655 11/10/2020
18.3.0.47 4,832 11/5/2020
18.3.0.44 648 10/27/2020
18.3.0.42 726 10/20/2020
18.3.0.40 712 10/12/2020
18.3.0.38 731 10/7/2020
18.3.0.35 1,583 10/1/2020
18.2.0.59 666 9/22/2020
18.2.0.58 718 9/15/2020
18.2.0.57 691 9/8/2020
18.2.0.56 712 9/1/2020
18.2.0.55 675 8/24/2020
18.2.0.54 647 8/18/2020
18.2.0.48 726 8/4/2020
18.2.0.47 727 7/28/2020
18.2.0.46 721 7/21/2020
18.2.0.45 710 7/14/2020
18.2.0.44 1,196 7/6/2020
18.1.0.59 783 6/23/2020
18.1.0.57 793 6/15/2020
18.1.0.56 784 6/9/2020
18.1.0.55 841 6/2/2020
18.1.0.54 755 5/26/2020
18.1.0.53 776 5/19/2020
18.1.0.52 746 5/13/2020
18.1.0.48 744 5/5/2020
18.1.0.46 841 4/28/2020
18.1.0.45 738 4/20/2020
18.1.0.44 995 4/14/2020
18.1.0.43 762 4/7/2020
18.1.0.42 809 4/1/2020
18.1.0.36-beta 503 3/19/2020
17.4.0.55 1,040 3/10/2020
17.4.0.53 793 3/3/2020
17.4.0.51 794 2/25/2020
17.4.0.50 936 2/18/2020
17.4.0.49 810 2/11/2020
17.4.0.47 1,584 2/5/2020
17.4.0.46 959 1/30/2020
17.4.0.44 819 1/21/2020
17.4.0.43 744 1/14/2020
17.4.0.41 836 1/7/2020
17.4.0.40 901 12/24/2019
17.4.0.39 826 12/17/2019
17.3.0.34 840 12/10/2019
17.3.0.33 890 12/4/2019
17.3.0.30 743 12/3/2019
17.3.0.29 794 11/26/2019
17.3.0.28 792 11/18/2019
17.3.0.27 950 11/12/2019
17.3.0.26 887 11/5/2019
17.3.0.21 839 10/29/2019
17.3.0.19 876 10/22/2019
17.3.0.17 799 10/15/2019
17.3.0.14 838 10/3/2019
17.3.0.9-beta 544 9/20/2019
17.2.0.51 1,276 9/10/2019
17.2.0.49 802 9/3/2019
17.2.0.47 845 8/27/2019
17.2.0.46 849 8/22/2019
17.2.0.41 838 8/13/2019
17.2.0.40 3,735 8/6/2019
17.2.0.39 820 7/30/2019
17.2.0.36 780 7/23/2019
17.2.0.35 856 7/17/2019
17.2.0.34 978 7/11/2019
17.2.0.28-beta 566 6/27/2019
17.1.0.53 857 6/25/2019
17.1.0.52 911 6/18/2019
17.1.0.51 889 6/11/2019
17.1.0.50 1,039 6/4/2019
17.1.0.49 825 5/28/2019
17.1.0.48 912 5/21/2019
17.1.0.47 890 5/14/2019
17.1.0.44 850 5/7/2019
17.1.0.43 904 4/30/2019
17.1.0.42 946 4/23/2019
17.1.0.41 844 4/16/2019
17.1.0.40 896 4/9/2019
17.1.0.38 1,441 3/29/2019
17.1.0.32-beta 599 3/13/2019
16.4.0.54 1,069 2/19/2019
16.4.0.53 926 2/13/2019
16.4.0.52 973 2/5/2019
16.4.0.48 969 1/22/2019
16.4.0.47 987 1/16/2019
16.4.0.46 980 1/8/2019
16.4.0.44 936 12/24/2018
16.4.0.42 971 12/17/2018
16.4.0.40-beta 696 12/10/2018
16.3.0.36 996 11/27/2018
16.3.0.35-beta 700 11/23/2018
16.3.0.29 1,099 10/30/2018
16.3.0.21 1,502 9/21/2018