Syncfusion.ExcelToPdfConverter.WinForms 25.2.5

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. 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 25.2.5
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.WinForms -Version 25.2.5
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="25.2.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.ExcelToPdfConverter.WinForms --version 25.2.5
#r "nuget: Syncfusion.ExcelToPdfConverter.WinForms, 25.2.5"
#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=25.2.5

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

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

Today, we provide 1700+ 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. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  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
26.1.39 89 6/24/2024
26.1.38 113 6/18/2024
26.1.35 117 6/11/2024
25.2.7 105 6/3/2024
25.2.6 142 5/28/2024
25.2.5 104 5/21/2024
25.2.4 132 5/14/2024
25.2.3 132 5/8/2024
25.1.42 146 4/29/2024
25.1.41 115 4/23/2024
25.1.40 127 4/15/2024
25.1.39 134 4/8/2024
25.1.38 1,588 4/1/2024
25.1.37 119 3/26/2024
25.1.35 190 3/15/2024
24.2.9 190 3/4/2024
24.2.8 115 2/26/2024
24.2.7 709 2/19/2024
24.2.6 115 2/14/2024
24.2.5 216 2/12/2024
24.2.4 121 2/5/2024
24.2.3 139 1/31/2024
24.1.47 140 1/22/2024
24.1.46 139 1/16/2024
24.1.45 163 1/8/2024
24.1.44 148 1/2/2024
24.1.43 130 12/27/2023
24.1.41 211 12/18/2023
23.2.7 172 12/6/2023
23.2.6 167 11/28/2023
23.2.5 135 11/23/2023
23.2.4 146 11/20/2023
23.1.44 156 11/6/2023
23.1.43 161 10/30/2023
23.1.42 231 10/23/2023
23.1.41 153 10/16/2023
23.1.40 183 10/10/2023
23.1.39 149 10/4/2023
23.1.38 154 9/26/2023
23.1.36 257 9/15/2023
22.2.12 602 9/5/2023
22.2.11 193 8/28/2023
22.2.10 174 8/22/2023
22.2.9 158 8/14/2023
22.2.8 161 8/7/2023
22.2.7 175 8/2/2023
22.2.5 182 7/27/2023
22.1.39 205 7/18/2023
22.1.38 184 7/11/2023
22.1.37 203 7/3/2023
22.1.36 199 6/28/2023
22.1.34 353 6/21/2023
21.2.10 238 6/12/2023
21.2.9 199 6/6/2023
21.2.8 363 5/30/2023
21.2.6 227 5/22/2023
21.2.5 228 5/15/2023
21.2.4 232 5/9/2023
21.2.3 248 5/3/2023
21.1.41 323 4/19/2023
21.1.39 256 4/10/2023
21.1.38 265 4/3/2023
21.1.37 277 3/29/2023
21.1.35 339 3/23/2023
20.4.0.54 738 3/13/2023
20.4.0.53 299 3/7/2023
20.4.0.52 355 2/28/2023
20.4.0.51 329 2/21/2023
20.4.0.50 357 2/14/2023
20.4.0.49 314 2/7/2023
20.4.0.48 1,960 2/1/2023
20.4.0.44 406 1/18/2023
20.4.0.43 487 1/10/2023
20.4.0.42 370 1/4/2023
20.4.0.41 562 12/29/2022
20.4.0.40 325 12/28/2022
20.4.0.38 388 12/21/2022
20.3.0.61 415 12/12/2022
20.3.0.60 341 12/6/2022
20.3.0.59 412 11/29/2022
20.3.0.58 391 11/21/2022
20.3.0.57 416 11/14/2022
20.3.0.56 485 11/8/2022
20.3.0.52 442 10/27/2022
20.3.0.50 502 10/17/2022
20.3.0.49 486 10/11/2022
20.3.0.48 450 10/5/2022
20.3.0.47 587 9/29/2022
20.2.0.50 499 9/20/2022
20.2.0.49 477 9/13/2022
20.2.0.48 450 9/6/2022
20.2.0.46 501 8/30/2022
20.2.0.45 873 8/23/2022
20.2.0.44 526 8/16/2022
20.2.0.43 14,251 8/8/2022
20.2.0.40 531 7/26/2022
20.2.0.39 492 7/19/2022
20.2.0.38 576 7/12/2022
20.2.0.36 583 6/30/2022
20.1.0.61 550 6/20/2022
20.1.0.60 502 6/14/2022
20.1.0.59 548 6/6/2022
20.1.0.58 514 5/30/2022
20.1.0.57 524 5/23/2022
20.1.0.56 503 5/17/2022
20.1.0.55 512 5/12/2022
20.1.0.52 2,053 5/2/2022
20.1.0.51 1,058 4/26/2022
20.1.0.50 550 4/19/2022
20.1.0.48 633 4/12/2022
20.1.0.47 568 4/4/2022
19.4.0.56 614 3/14/2022
19.4.0.55 565 3/8/2022
19.4.0.54 629 2/28/2022
19.4.0.53 545 2/21/2022
19.4.0.52 491 2/15/2022
19.4.0.50 521 2/8/2022
19.4.0.48 916 1/31/2022
19.4.0.47 541 1/24/2022
19.4.0.43 544 1/18/2022
19.4.0.42 509 1/10/2022
19.4.0.41 359 1/4/2022
19.4.0.40 372 12/28/2021
19.4.0.38 435 12/17/2021
19.3.0.59 405 12/14/2021
19.3.0.57 441 12/7/2021
19.3.0.56 1,201 11/29/2021
19.3.0.55 387 11/23/2021
19.3.0.54 394 11/17/2021
19.3.0.53 504 11/12/2021
19.3.0.48 502 11/3/2021
19.3.0.47 508 10/26/2021
19.3.0.46 442 10/19/2021
19.3.0.45 453 10/12/2021
19.3.0.44 406 10/5/2021
19.3.0.43 453 9/30/2021
19.2.0.62 530 9/13/2021
19.2.0.60 440 9/7/2021
19.2.0.59 463 8/30/2021
19.2.0.57 472 8/24/2021
19.2.0.56 478 8/17/2021
19.2.0.55 503 8/11/2021
19.2.0.51 464 8/2/2021
19.2.0.49 589 7/26/2021
19.2.0.48 463 7/19/2021
19.2.0.47 465 7/13/2021
19.2.0.46 1,319 7/6/2021
19.2.0.44 730 6/30/2021
19.1.0.69 554 6/14/2021
19.1.0.67 516 6/7/2021
19.1.0.66 493 5/31/2021
19.1.0.65 486 5/24/2021
19.1.0.64 485 5/19/2021
19.1.0.63 1,969 5/13/2021
19.1.0.59 509 5/3/2021
19.1.0.58 457 4/26/2021
19.1.0.57 477 4/20/2021
19.1.0.56 670 4/12/2021
19.1.0.55 503 4/6/2021
19.1.0.54 621 3/30/2021
18.4.0.49 496 3/22/2021
18.4.0.48 1,485 3/16/2021
18.4.0.47 527 3/9/2021
18.4.0.46 630 3/2/2021
18.4.0.44 539 2/23/2021
18.4.0.43 548 2/15/2021
18.4.0.42 1,818 2/9/2021
18.4.0.41 455 2/2/2021
18.4.0.39 511 1/28/2021
18.4.0.35 643 1/19/2021
18.4.0.34 481 1/12/2021
18.4.0.33 495 1/4/2021
18.4.0.32 487 12/30/2020
18.4.0.31 531 12/22/2020
18.4.0.30 573 12/17/2020
18.3.0.53 565 12/8/2020
18.3.0.52 518 11/30/2020
18.3.0.51 578 11/23/2020
18.3.0.50 574 11/17/2020
18.3.0.48 524 11/10/2020
18.3.0.47 4,709 11/5/2020
18.3.0.44 528 10/27/2020
18.3.0.42 612 10/20/2020
18.3.0.40 599 10/12/2020
18.3.0.38 607 10/7/2020
18.3.0.35 1,445 10/1/2020
18.2.0.59 548 9/22/2020
18.2.0.58 579 9/15/2020
18.2.0.57 560 9/8/2020
18.2.0.56 583 9/1/2020
18.2.0.55 549 8/24/2020
18.2.0.54 525 8/18/2020
18.2.0.48 609 8/4/2020
18.2.0.47 608 7/28/2020
18.2.0.46 597 7/21/2020
18.2.0.45 581 7/14/2020
18.2.0.44 1,077 7/6/2020
18.1.0.59 656 6/23/2020
18.1.0.57 672 6/15/2020
18.1.0.56 665 6/9/2020
18.1.0.55 708 6/2/2020
18.1.0.54 627 5/26/2020
18.1.0.53 650 5/19/2020
18.1.0.52 624 5/13/2020
18.1.0.48 620 5/5/2020
18.1.0.46 699 4/28/2020
18.1.0.45 602 4/20/2020
18.1.0.44 791 4/14/2020
18.1.0.43 635 4/7/2020
18.1.0.42 678 4/1/2020
18.1.0.36-beta 392 3/19/2020
17.4.0.55 819 3/10/2020
17.4.0.53 672 3/3/2020
17.4.0.51 664 2/25/2020
17.4.0.50 801 2/18/2020
17.4.0.49 689 2/11/2020
17.4.0.47 1,457 2/5/2020
17.4.0.46 826 1/30/2020
17.4.0.44 692 1/21/2020
17.4.0.43 619 1/14/2020
17.4.0.41 712 1/7/2020
17.4.0.40 775 12/24/2019
17.4.0.39 696 12/17/2019
17.3.0.34 697 12/10/2019
17.3.0.33 762 12/4/2019
17.3.0.30 603 12/3/2019
17.3.0.29 673 11/26/2019
17.3.0.28 669 11/18/2019
17.3.0.27 822 11/12/2019
17.3.0.26 751 11/5/2019
17.3.0.21 709 10/29/2019
17.3.0.19 743 10/22/2019
17.3.0.17 673 10/15/2019
17.3.0.14 704 10/3/2019
17.3.0.9-beta 419 9/20/2019
17.2.0.51 1,149 9/10/2019
17.2.0.49 668 9/3/2019
17.2.0.47 718 8/27/2019
17.2.0.46 709 8/22/2019
17.2.0.41 704 8/13/2019
17.2.0.40 3,603 8/6/2019
17.2.0.39 690 7/30/2019
17.2.0.36 656 7/23/2019
17.2.0.35 716 7/17/2019
17.2.0.34 853 7/11/2019
17.2.0.28-beta 447 6/27/2019
17.1.0.53 728 6/25/2019
17.1.0.52 781 6/18/2019
17.1.0.51 750 6/11/2019
17.1.0.50 910 6/4/2019
17.1.0.49 702 5/28/2019
17.1.0.48 764 5/21/2019
17.1.0.47 742 5/14/2019
17.1.0.44 715 5/7/2019
17.1.0.43 772 4/30/2019
17.1.0.42 815 4/23/2019
17.1.0.41 713 4/16/2019
17.1.0.40 745 4/9/2019
17.1.0.38 1,305 3/29/2019
17.1.0.32-beta 467 3/13/2019
16.4.0.54 928 2/19/2019
16.4.0.53 794 2/13/2019
16.4.0.52 828 2/5/2019
16.4.0.48 829 1/22/2019
16.4.0.47 856 1/16/2019
16.4.0.46 840 1/8/2019
16.4.0.44 802 12/24/2018
16.4.0.42 836 12/17/2018
16.4.0.40-beta 560 12/10/2018
16.3.0.36 844 11/27/2018
16.3.0.35-beta 565 11/23/2018
16.3.0.29 954 10/30/2018
16.3.0.21 1,327 9/21/2018