Syncfusion.ExcelToPdfConverter.Wpf 26.2.12

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.ExcelToPdfConverter.Wpf --version 26.2.12
                    
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.Wpf -Version 26.2.12
                    
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.Wpf" Version="26.2.12" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.ExcelToPdfConverter.Wpf" Version="26.2.12" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.ExcelToPdfConverter.Wpf" />
                    
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.Wpf --version 26.2.12
                    
#r "nuget: Syncfusion.ExcelToPdfConverter.Wpf, 26.2.12"
                    
#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.
#addin nuget:?package=Syncfusion.ExcelToPdfConverter.Wpf&version=26.2.12
                    
Install Syncfusion.ExcelToPdfConverter.Wpf as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelToPdfConverter.Wpf&version=26.2.12
                    
Install Syncfusion.ExcelToPdfConverter.Wpf as a Cake Tool

Syncfusion WPF 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 WPF 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.

WPF 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 WPF Excel to PDF converter library NuGet by simply running the command Install-Package Syncfusion.ExcelToPdfConverter.Wpf 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.  net9.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.Wpf:

Repository Stars
syncfusion/wpf-demos
This repository contains the samples for Syncfusion WPF UI Controls and File Format libraries and the guide to use them.
Version Downloads Last updated
29.1.40 188 4/28/2025
29.1.39 210 4/21/2025
29.1.38 230 4/14/2025
29.1.37 195 4/8/2025
29.1.35 188 4/1/2025
29.1.33 573 3/25/2025
28.2.12 176 3/19/2025
28.2.11 199 3/10/2025
28.2.9 266 3/3/2025
28.2.7 138 2/25/2025
28.2.6 546 2/17/2025
28.2.5 432 2/11/2025
28.2.4 147 2/4/2025
28.2.3 202 1/29/2025
28.1.41 137 1/20/2025
28.1.39 238 1/13/2025
28.1.38 128 1/7/2025
28.1.37 127 12/31/2024
28.1.36 125 12/23/2024
28.1.35 119 12/18/2024
28.1.33 414 12/12/2024
27.2.5 223 12/2/2024
27.2.4 135 11/26/2024
27.2.3 115 11/22/2024
27.2.2 201 11/15/2024
27.1.58 210 11/4/2024
27.1.57 157 10/28/2024
27.1.56 295 10/23/2024
27.1.55 121 10/21/2024
27.1.53 143 10/14/2024
27.1.52 157 10/7/2024
27.1.51 536 9/30/2024
27.1.50 151 9/23/2024
27.1.48 227 9/18/2024
26.2.14 247 9/9/2024
26.2.13 136 9/5/2024
26.2.12 120 9/2/2024
26.2.11 149 8/27/2024
26.2.10 286 8/19/2024
26.2.9 162 8/12/2024
26.2.8 114 8/5/2024
26.2.7 166 7/29/2024
26.2.5 114 7/25/2024
26.2.4 228 7/24/2024
26.1.42 161 7/15/2024
26.1.41 148 7/8/2024
26.1.40 210 7/1/2024
26.1.39 149 6/24/2024
26.1.38 233 6/18/2024
26.1.35 287 6/11/2024
25.2.7 207 6/3/2024
25.2.6 198 5/28/2024
25.2.5 945 5/21/2024
25.2.4 142 5/14/2024
25.2.3 214 5/8/2024
25.1.42 233 4/29/2024
25.1.41 159 4/23/2024
25.1.40 177 4/15/2024
25.1.39 210 4/8/2024
25.1.38 209 4/1/2024
25.1.37 187 3/26/2024
25.1.35 309 3/15/2024
24.2.9 237 3/4/2024
24.2.8 185 2/26/2024
24.2.7 194 2/19/2024
24.2.6 291 2/14/2024
24.2.5 153 2/12/2024
24.2.4 173 2/5/2024
24.2.3 249 1/31/2024
24.1.47 153 1/22/2024
24.1.46 143 1/16/2024
24.1.45 184 1/8/2024
24.1.44 194 1/2/2024
24.1.43 147 12/27/2023
24.1.41 349 12/18/2023
23.2.7 226 12/6/2023
23.2.6 225 11/28/2023
23.2.5 208 11/23/2023
23.2.4 321 11/20/2023
23.1.44 399 11/6/2023
23.1.43 1,958 10/30/2023
23.1.42 231 10/23/2023
23.1.41 173 10/16/2023
23.1.40 219 10/10/2023
23.1.39 333 10/4/2023
23.1.38 241 9/26/2023
23.1.36 362 9/15/2023
22.2.12 202 9/5/2023
22.2.11 239 8/28/2023
22.2.10 198 8/22/2023
22.2.9 207 8/14/2023
22.2.8 218 8/7/2023
22.2.7 211 8/2/2023
22.2.5 378 7/27/2023
22.1.39 241 7/18/2023
22.1.38 215 7/11/2023
22.1.37 249 7/3/2023
22.1.36 235 6/28/2023
22.1.34 381 6/21/2023
21.2.10 263 6/12/2023
21.2.9 276 6/6/2023
21.2.8 273 5/30/2023
21.2.6 284 5/22/2023
21.2.5 237 5/15/2023
21.2.4 243 5/9/2023
21.2.3 448 5/3/2023
21.1.41 339 4/19/2023
21.1.39 317 4/10/2023
21.1.38 330 4/3/2023
21.1.37 339 3/29/2023
21.1.35 982 3/23/2023
20.4.0.54 448 3/13/2023
20.4.0.53 359 3/7/2023
20.4.0.52 383 2/28/2023
20.4.0.51 358 2/21/2023
20.4.0.50 414 2/14/2023
20.4.0.49 541 2/7/2023
20.4.0.48 795 2/1/2023
20.4.0.44 409 1/18/2023
20.4.0.43 406 1/10/2023
20.4.0.42 425 1/4/2023
20.4.0.41 456 12/29/2022
20.4.0.40 403 12/28/2022
20.4.0.38 492 12/21/2022
20.3.0.61 501 12/12/2022
20.3.0.60 978 12/6/2022
20.3.0.59 457 11/29/2022
20.3.0.58 423 11/21/2022
20.3.0.57 463 11/15/2022
20.3.0.56 9,220 11/8/2022
20.3.0.52 563 10/27/2022
20.3.0.50 497 10/17/2022
20.3.0.49 499 10/11/2022
20.3.0.48 526 10/5/2022
20.3.0.47 582 9/29/2022
20.2.0.50 556 9/20/2022
20.2.0.49 534 9/13/2022
20.2.0.48 548 9/6/2022
20.2.0.46 519 8/30/2022
20.2.0.45 511 8/23/2022
20.2.0.44 548 8/16/2022
20.2.0.43 724 8/8/2022
20.2.0.40 586 7/26/2022
20.2.0.39 554 7/19/2022
20.2.0.38 585 7/12/2022
20.2.0.36 725 6/30/2022
20.1.0.61 592 6/20/2022
20.1.0.60 691 6/14/2022
20.1.0.59 592 6/6/2022
20.1.0.58 664 5/30/2022
20.1.0.57 594 5/23/2022
20.1.0.56 968 5/17/2022
20.1.0.55 683 5/12/2022
20.1.0.52 637 5/2/2022
20.1.0.51 638 4/26/2022
20.1.0.50 593 4/19/2022
20.1.0.48 629 4/12/2022
20.1.0.47 807 4/4/2022
19.4.0.56 1,241 3/14/2022
19.4.0.55 608 3/8/2022
19.4.0.54 3,110 2/28/2022
19.4.0.53 582 2/22/2022
19.4.0.52 581 2/15/2022
19.4.0.50 581 2/8/2022
19.4.0.48 782 1/31/2022
19.4.0.47 570 1/24/2022
19.4.0.43 602 1/18/2022
19.4.0.42 609 1/10/2022
19.4.0.41 444 1/4/2022
19.4.0.40 466 12/28/2021
19.4.0.38 610 12/17/2021
19.3.0.59 491 12/14/2021
19.3.0.57 619 12/7/2021
19.3.0.56 1,339 11/29/2021
19.3.0.55 1,052 11/23/2021
19.3.0.54 462 11/17/2021
19.3.0.53 529 11/12/2021
19.3.0.48 521 11/2/2021
19.3.0.47 528 10/26/2021
19.3.0.46 479 10/19/2021
19.3.0.45 510 10/12/2021
19.3.0.44 497 10/5/2021
19.3.0.43 565 9/30/2021
19.2.0.62 605 9/13/2021
19.2.0.60 544 9/7/2021
19.2.0.59 519 8/30/2021
19.2.0.57 2,635 8/24/2021
19.2.0.56 683 8/17/2021
19.2.0.55 642 8/11/2021
19.2.0.51 532 8/2/2021
19.2.0.49 553 7/26/2021
19.2.0.48 507 7/19/2021
19.2.0.47 596 7/13/2021
19.2.0.46 515 7/6/2021
19.2.0.44 663 6/30/2021
19.1.0.69 615 6/14/2021
19.1.0.67 1,626 6/7/2021
19.1.0.66 588 5/31/2021
19.1.0.65 582 5/24/2021
19.1.0.64 533 5/19/2021
19.1.0.63 705 5/13/2021
19.1.0.59 598 5/3/2021
19.1.0.58 559 4/26/2021
19.1.0.57 574 4/20/2021
19.1.0.56 1,012 4/12/2021
19.1.0.55 593 4/6/2021
19.1.0.54 714 3/30/2021
18.4.0.49 661 3/22/2021
18.4.0.48 2,087 3/16/2021
18.4.0.47 511 3/9/2021
18.4.0.46 901 3/2/2021
18.4.0.44 559 2/23/2021
18.4.0.43 510 2/15/2021
18.4.0.42 582 2/9/2021
18.4.0.41 516 2/2/2021
18.4.0.39 701 1/28/2021
18.4.0.35 598 1/19/2021
18.4.0.34 541 1/12/2021
18.4.0.33 561 1/4/2021
18.4.0.32 538 12/30/2020
18.4.0.31 584 12/22/2020
18.4.0.30 763 12/17/2020
18.3.0.53 627 12/8/2020
18.3.0.52 1,330 11/30/2020
18.3.0.51 706 11/23/2020
18.3.0.50 579 11/17/2020
18.3.0.48 615 11/10/2020
18.3.0.47 660 11/5/2020
18.3.0.44 660 10/27/2020
18.3.0.42 659 10/20/2020
18.3.0.40 649 10/12/2020
18.3.0.38 655 10/7/2020
18.3.0.35 755 10/1/2020
18.2.0.59 2,814 9/22/2020
18.2.0.58 587 9/15/2020
18.2.0.57 635 9/8/2020
18.2.0.56 615 9/1/2020
18.2.0.55 624 8/24/2020
18.2.0.54 769 8/18/2020
18.2.0.48 629 8/4/2020
18.2.0.47 761 7/28/2020
18.2.0.46 647 7/21/2020
18.2.0.45 642 7/14/2020
18.2.0.44 928 7/6/2020
18.1.0.59 888 6/23/2020
18.1.0.57 643 6/15/2020
18.1.0.56 662 6/9/2020
18.1.0.55 635 6/2/2020
18.1.0.54 672 5/26/2020
18.1.0.53 754 5/19/2020
18.1.0.52 856 5/13/2020
18.1.0.48 724 5/5/2020
18.1.0.46 677 4/28/2020
18.1.0.45 714 4/21/2020
18.1.0.44 665 4/14/2020
18.1.0.43 888 4/7/2020
18.1.0.42 17,730 4/1/2020
18.1.0.36-beta 455 3/19/2020
17.4.0.55 1,102 3/10/2020
17.4.0.53 901 3/3/2020
17.4.0.51 1,748 2/25/2020
17.4.0.50 677 2/18/2020
17.4.0.49 1,053 2/11/2020
17.4.0.47 655 2/5/2020
17.4.0.46 694 1/30/2020
17.4.0.44 729 1/21/2020
17.4.0.43 657 1/14/2020
17.4.0.41 757 1/7/2020
17.4.0.40 740 12/24/2019
17.4.0.39 773 12/17/2019
17.3.0.34 707 12/10/2019
17.3.0.33 665 12/4/2019
17.3.0.30 1,595 12/3/2019
17.3.0.29 726 11/26/2019
17.3.0.28 681 11/18/2019
17.3.0.27 687 11/12/2019
17.3.0.26 722 11/5/2019
17.3.0.21 705 10/29/2019
17.3.0.19 720 10/22/2019
17.3.0.17 731 10/15/2019
17.3.0.14 740 10/3/2019
17.3.0.9-beta 465 9/20/2019
17.2.0.51 1,050 9/10/2019
17.2.0.49 1,301 9/3/2019
17.2.0.47 762 8/27/2019
17.2.0.46 818 8/22/2019
17.2.0.41 774 8/13/2019
17.2.0.40 759 8/6/2019
17.2.0.39 793 7/30/2019
17.2.0.36 812 7/23/2019
17.2.0.35 746 7/17/2019
17.2.0.34 1,258 7/11/2019
17.2.0.28-beta 541 6/27/2019
17.1.0.53 810 6/25/2019
17.1.0.52 836 6/18/2019
17.1.0.51 777 6/11/2019
17.1.0.50 823 6/4/2019
17.1.0.49 801 5/28/2019
17.1.0.48 787 5/21/2019
17.1.0.47 779 5/14/2019
17.1.0.44 761 5/7/2019
17.1.0.43 804 4/30/2019
17.1.0.42 857 4/23/2019
17.1.0.41 807 4/16/2019
17.1.0.40 825 4/9/2019
17.1.0.38 854 3/29/2019
17.1.0.32-beta 530 3/13/2019
16.4.0.54 933 2/19/2019
16.4.0.53 891 2/13/2019
16.4.0.52 916 2/5/2019
16.4.0.48 896 1/22/2019
16.4.0.47 913 1/16/2019
16.4.0.46 901 1/8/2019
16.4.0.44 892 12/24/2018
16.4.0.42 958 12/20/2018
16.3.0.36 911 11/27/2018
16.3.0.35-beta 653 11/23/2018
16.3.0.29 1,017 10/30/2018
16.3.0.21 1,060 9/21/2018