Syncfusion.ExcelToPdfConverter.Wpf 31.1.21

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 31.1.21
                    
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.Wpf -Version 31.1.21
                    
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="31.1.21" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.ExcelToPdfConverter.Wpf" Version="31.1.21" />
                    
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 31.1.21
                    
#r "nuget: Syncfusion.ExcelToPdfConverter.Wpf, 31.1.21"
                    
#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.Wpf@31.1.21
                    
#: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.Wpf&version=31.1.21
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelToPdfConverter.Wpf&version=31.1.21
                    
Install 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® 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.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
31.1.22 273 9/30/2025
31.1.21 518 9/22/2025
31.1.20 639 9/16/2025
31.1.19 508 9/11/2025
31.1.18 519 9/9/2025
31.1.17 704 9/5/2025
30.2.7 725 8/25/2025
30.2.6 561 8/18/2025
30.2.5 562 8/13/2025
30.2.4 688 8/7/2025
30.1.42 710 7/28/2025
30.1.41 979 7/22/2025
30.1.40 603 7/14/2025
30.1.39 589 7/8/2025
30.1.38 597 7/1/2025
30.1.37 689 6/25/2025
29.2.11 923 6/16/2025
29.2.10 741 6/9/2025
29.2.9 617 6/5/2025
29.2.8 605 6/3/2025
29.2.7 619 5/26/2025
29.2.5 830 5/20/2025
29.2.4 773 5/14/2025
29.1.41 914 5/5/2025
29.1.40 785 4/28/2025
29.1.39 716 4/21/2025
29.1.38 689 4/14/2025
29.1.37 674 4/8/2025
29.1.35 648 4/1/2025
29.1.33 1,219 3/25/2025
28.2.12 650 3/19/2025
28.2.11 669 3/10/2025
28.2.9 737 3/3/2025
28.2.7 624 2/25/2025
28.2.6 1,367 2/17/2025
28.2.5 987 2/11/2025
28.2.4 626 2/4/2025
28.2.3 665 1/29/2025
28.1.41 591 1/20/2025
28.1.39 713 1/13/2025
28.1.38 611 1/7/2025
28.1.37 596 12/31/2024
28.1.36 594 12/23/2024
28.1.35 582 12/18/2024
28.1.33 992 12/12/2024
27.2.5 698 12/2/2024
27.2.4 619 11/26/2024
27.2.3 585 11/22/2024
27.2.2 670 11/15/2024
27.1.58 694 11/4/2024
27.1.57 619 10/28/2024
27.1.56 750 10/23/2024
27.1.55 588 10/21/2024
27.1.53 605 10/14/2024
27.1.52 608 10/7/2024
27.1.51 1,128 9/30/2024
27.1.50 624 9/23/2024
27.1.48 692 9/18/2024
26.2.14 697 9/9/2024
26.2.13 594 9/5/2024
26.2.12 574 9/2/2024
26.2.11 605 8/27/2024
26.2.10 738 8/19/2024
26.2.9 632 8/12/2024
26.2.8 586 8/5/2024
26.2.7 635 7/29/2024
26.2.5 577 7/25/2024
26.2.4 691 7/24/2024
26.1.42 627 7/15/2024
26.1.41 626 7/8/2024
26.1.40 688 7/1/2024
26.1.39 616 6/24/2024
26.1.38 698 6/18/2024
26.1.35 738 6/11/2024
25.2.7 668 6/3/2024
25.2.6 674 5/28/2024
25.2.5 2,582 5/21/2024
25.2.4 607 5/14/2024
25.2.3 699 5/8/2024
25.1.42 695 4/29/2024
25.1.41 619 4/23/2024
25.1.40 636 4/15/2024
25.1.39 857 4/8/2024
25.1.38 667 4/1/2024
25.1.37 656 3/26/2024
25.1.35 763 3/15/2024
24.2.9 709 3/4/2024
24.2.8 654 2/26/2024
24.2.7 662 2/19/2024
24.2.6 750 2/14/2024
24.2.5 619 2/12/2024
24.2.4 639 2/5/2024
24.2.3 716 1/31/2024
24.1.47 629 1/22/2024
24.1.46 608 1/16/2024
24.1.45 657 1/8/2024
24.1.44 660 1/2/2024
24.1.43 595 12/27/2023
24.1.41 816 12/18/2023
23.2.7 679 12/6/2023
23.2.6 682 11/28/2023
23.2.5 676 11/23/2023
23.2.4 787 11/20/2023
23.1.44 925 11/6/2023
23.1.43 2,415 10/30/2023
23.1.42 699 10/23/2023
23.1.41 644 10/16/2023
23.1.40 690 10/10/2023
23.1.39 812 10/4/2023
23.1.38 707 9/26/2023
23.1.36 836 9/15/2023
22.2.12 690 9/5/2023
22.2.11 733 8/28/2023
22.2.10 686 8/22/2023
22.2.9 694 8/14/2023
22.2.8 709 8/7/2023
22.2.7 703 8/2/2023
22.2.5 874 7/27/2023
22.1.39 735 7/18/2023
22.1.38 690 7/11/2023
22.1.37 738 7/3/2023
22.1.36 725 6/28/2023
22.1.34 877 6/21/2023
21.2.10 760 6/12/2023
21.2.9 779 6/6/2023
21.2.8 803 5/30/2023
21.2.6 763 5/22/2023
21.2.5 722 5/15/2023
21.2.4 729 5/9/2023
21.2.3 938 5/3/2023
21.1.41 833 4/19/2023
21.1.39 799 4/10/2023
21.1.38 811 4/3/2023
21.1.37 839 3/29/2023
21.1.35 1,525 3/23/2023
20.4.0.54 942 3/13/2023
20.4.0.53 854 3/7/2023
20.4.0.52 878 2/28/2023
20.4.0.51 840 2/21/2023
20.4.0.50 897 2/14/2023
20.4.0.49 1,020 2/7/2023
20.4.0.48 1,271 2/1/2023
20.4.0.44 904 1/18/2023
20.4.0.43 902 1/10/2023
20.4.0.42 919 1/4/2023
20.4.0.41 943 12/29/2022
20.4.0.40 887 12/28/2022
20.4.0.38 1,002 12/21/2022
20.3.0.61 1,025 12/12/2022
20.3.0.60 1,470 12/6/2022
20.3.0.59 939 11/29/2022
20.3.0.58 914 11/21/2022
20.3.0.57 945 11/15/2022
20.3.0.56 10,787 11/8/2022
20.3.0.52 1,055 10/27/2022
20.3.0.50 992 10/17/2022
20.3.0.49 997 10/11/2022
20.3.0.48 1,003 10/5/2022
20.3.0.47 1,080 9/29/2022
20.2.0.50 1,039 9/20/2022
20.2.0.49 1,032 9/13/2022
20.2.0.48 1,032 9/6/2022
20.2.0.46 1,006 8/30/2022
20.2.0.45 1,002 8/23/2022
20.2.0.44 1,038 8/16/2022
20.2.0.43 1,221 8/8/2022
20.2.0.40 1,078 7/26/2022
20.2.0.39 1,041 7/19/2022
20.2.0.38 1,088 7/12/2022
20.2.0.36 1,220 6/30/2022
20.1.0.61 1,089 6/20/2022
20.1.0.60 1,191 6/14/2022
20.1.0.59 1,054 6/6/2022
20.1.0.58 1,169 5/30/2022
20.1.0.57 1,082 5/23/2022
20.1.0.56 1,452 5/17/2022
20.1.0.55 1,180 5/12/2022
20.1.0.52 1,135 5/2/2022
20.1.0.51 1,135 4/26/2022
20.1.0.50 1,094 4/19/2022
20.1.0.48 1,123 4/12/2022
20.1.0.47 1,303 4/4/2022
19.4.0.56 1,731 3/14/2022
19.4.0.55 1,098 3/8/2022
19.4.0.54 3,591 2/28/2022
19.4.0.53 1,085 2/22/2022
19.4.0.52 1,083 2/15/2022
19.4.0.50 1,082 2/8/2022
19.4.0.48 1,279 1/31/2022
19.4.0.47 1,060 1/24/2022
19.4.0.43 1,103 1/18/2022
19.4.0.42 1,113 1/10/2022
19.4.0.41 940 1/4/2022
19.4.0.40 968 12/28/2021
19.4.0.38 1,117 12/17/2021
19.3.0.59 998 12/14/2021
19.3.0.57 1,147 12/7/2021
19.3.0.56 1,838 11/29/2021
19.3.0.55 1,551 11/23/2021
19.3.0.54 966 11/17/2021
19.3.0.53 1,041 11/12/2021
19.3.0.48 1,011 11/2/2021
19.3.0.47 1,035 10/26/2021
19.3.0.46 979 10/19/2021
19.3.0.45 996 10/12/2021
19.3.0.44 1,003 10/5/2021
19.3.0.43 1,073 9/30/2021
19.2.0.62 1,101 9/13/2021
19.2.0.60 1,045 9/7/2021
19.2.0.59 1,015 8/30/2021
19.2.0.57 3,136 8/24/2021
19.2.0.56 1,192 8/17/2021
19.2.0.55 1,140 8/11/2021
19.2.0.51 1,035 8/2/2021
19.2.0.49 1,040 7/26/2021
19.2.0.48 1,005 7/19/2021
19.2.0.47 1,099 7/13/2021
19.2.0.46 1,021 7/6/2021
19.2.0.44 1,171 6/30/2021
19.1.0.69 1,120 6/14/2021
19.1.0.67 2,152 6/7/2021
19.1.0.66 1,093 5/31/2021
19.1.0.65 1,082 5/24/2021
19.1.0.64 1,021 5/19/2021
19.1.0.63 1,209 5/13/2021
19.1.0.59 1,104 5/3/2021
19.1.0.58 1,060 4/26/2021
19.1.0.57 1,088 4/20/2021
19.1.0.56 1,515 4/12/2021
19.1.0.55 1,096 4/6/2021
19.1.0.54 1,243 3/30/2021
18.4.0.49 1,166 3/22/2021
18.4.0.48 2,630 3/16/2021
18.4.0.47 991 3/9/2021
18.4.0.46 1,402 3/2/2021
18.4.0.44 1,070 2/23/2021
18.4.0.43 1,012 2/15/2021
18.4.0.42 1,089 2/9/2021
18.4.0.41 1,011 2/2/2021
18.4.0.39 1,207 1/28/2021
18.4.0.35 1,106 1/19/2021
18.4.0.34 1,044 1/12/2021
18.4.0.33 1,064 1/4/2021
18.4.0.32 1,033 12/30/2020
18.4.0.31 1,090 12/22/2020
18.4.0.30 1,271 12/17/2020
18.3.0.53 1,135 12/8/2020
18.3.0.52 2,301 11/30/2020
18.3.0.51 1,207 11/23/2020
18.3.0.50 1,089 11/17/2020
18.3.0.48 1,121 11/10/2020
18.3.0.47 1,164 11/5/2020
18.3.0.44 1,172 10/27/2020
18.3.0.42 1,153 10/20/2020
18.3.0.40 1,162 10/12/2020
18.3.0.38 1,159 10/7/2020
18.3.0.35 1,272 10/1/2020
18.2.0.59 5,416 9/22/2020
18.2.0.58 1,094 9/15/2020
18.2.0.57 1,150 9/8/2020
18.2.0.56 1,118 9/1/2020
18.2.0.55 1,135 8/24/2020
18.2.0.54 1,270 8/18/2020
18.2.0.48 1,132 8/4/2020
18.2.0.47 1,268 7/28/2020
18.2.0.46 1,155 7/21/2020
18.2.0.45 1,146 7/14/2020
18.2.0.44 1,457 7/6/2020
18.1.0.59 1,396 6/23/2020
18.1.0.57 1,140 6/15/2020
18.1.0.56 1,173 6/9/2020
18.1.0.55 1,141 6/2/2020
18.1.0.54 1,197 5/26/2020
18.1.0.53 1,244 5/19/2020
18.1.0.52 1,372 5/13/2020
18.1.0.48 1,223 5/5/2020
18.1.0.46 1,190 4/28/2020
18.1.0.45 1,231 4/21/2020
18.1.0.44 1,166 4/14/2020
18.1.0.43 1,408 4/7/2020
18.1.0.42 18,329 4/1/2020
18.1.0.36-beta 563 3/19/2020
17.4.0.55 1,638 3/10/2020
17.4.0.53 1,419 3/3/2020
17.4.0.51 2,267 2/25/2020
17.4.0.50 1,196 2/18/2020
17.4.0.49 1,580 2/11/2020
17.4.0.47 1,170 2/5/2020
17.4.0.46 1,201 1/30/2020
17.4.0.44 1,244 1/21/2020
17.4.0.43 1,183 1/14/2020
17.4.0.41 1,275 1/7/2020
17.4.0.40 1,260 12/24/2019
17.4.0.39 1,294 12/17/2019
17.3.0.34 1,223 12/10/2019
17.3.0.33 1,177 12/4/2019
17.3.0.30 2,117 12/3/2019
17.3.0.29 1,247 11/26/2019
17.3.0.28 1,197 11/18/2019
17.3.0.27 1,197 11/12/2019
17.3.0.26 1,241 11/5/2019
17.3.0.21 1,215 10/29/2019
17.3.0.19 1,236 10/22/2019
17.3.0.17 1,238 10/15/2019
17.3.0.14 1,245 10/3/2019
17.3.0.9-beta 575 9/20/2019
17.2.0.51 1,580 9/10/2019
17.2.0.49 1,810 9/3/2019
17.2.0.47 1,290 8/27/2019
17.2.0.46 1,326 8/22/2019
17.2.0.41 1,288 8/13/2019
17.2.0.40 1,273 8/6/2019
17.2.0.39 1,312 7/30/2019
17.2.0.36 1,317 7/23/2019
17.2.0.35 1,252 7/17/2019
17.2.0.34 1,775 7/11/2019
17.2.0.28-beta 641 6/27/2019
17.1.0.53 1,332 6/25/2019
17.1.0.52 1,357 6/18/2019
17.1.0.51 1,295 6/11/2019
17.1.0.50 1,315 6/4/2019
17.1.0.49 1,315 5/28/2019
17.1.0.48 1,291 5/21/2019
17.1.0.47 1,291 5/14/2019
17.1.0.44 1,287 5/7/2019
17.1.0.43 1,308 4/30/2019
17.1.0.42 1,370 4/23/2019
17.1.0.41 1,311 4/16/2019
17.1.0.40 1,319 4/9/2019
17.1.0.38 1,361 3/29/2019
17.1.0.32-beta 637 3/13/2019
16.4.0.54 1,453 2/19/2019
16.4.0.53 1,421 2/13/2019
16.4.0.52 1,434 2/5/2019
16.4.0.48 1,423 1/22/2019
16.4.0.47 1,419 1/16/2019
16.4.0.46 1,427 1/8/2019
16.4.0.44 1,410 12/24/2018
16.4.0.42 1,477 12/20/2018
16.3.0.36 1,431 11/27/2018
16.3.0.35-beta 763 11/23/2018
16.3.0.29 1,548 10/30/2018
16.3.0.21 1,603 9/21/2018