Syncfusion.ExcelToPdfConverter.Wpf 31.1.20

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.20
                    
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.Wpf -Version 31.1.20
                    
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.20" />
                    
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.20" />
                    
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.20
                    
#r "nuget: Syncfusion.ExcelToPdfConverter.Wpf, 31.1.20"
                    
#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.20
                    
#: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.20
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelToPdfConverter.Wpf&version=31.1.20
                    
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.21 276 9/22/2025
31.1.20 442 9/16/2025
31.1.19 312 9/11/2025
31.1.18 322 9/9/2025
31.1.17 505 9/5/2025
30.2.7 530 8/25/2025
30.2.6 366 8/18/2025
30.2.5 368 8/13/2025
30.2.4 493 8/7/2025
30.1.42 510 7/28/2025
30.1.41 785 7/22/2025
30.1.40 409 7/14/2025
30.1.39 395 7/8/2025
30.1.38 402 7/1/2025
30.1.37 491 6/25/2025
29.2.11 725 6/16/2025
29.2.10 545 6/9/2025
29.2.9 421 6/5/2025
29.2.8 408 6/3/2025
29.2.7 421 5/26/2025
29.2.5 634 5/20/2025
29.2.4 576 5/14/2025
29.1.41 718 5/5/2025
29.1.40 590 4/28/2025
29.1.39 518 4/21/2025
29.1.38 495 4/14/2025
29.1.37 476 4/8/2025
29.1.35 455 4/1/2025
29.1.33 1,015 3/25/2025
28.2.12 453 3/19/2025
28.2.11 482 3/10/2025
28.2.9 542 3/3/2025
28.2.7 429 2/25/2025
28.2.6 1,145 2/17/2025
28.2.5 791 2/11/2025
28.2.4 430 2/4/2025
28.2.3 470 1/29/2025
28.1.41 397 1/20/2025
28.1.39 518 1/13/2025
28.1.38 412 1/7/2025
28.1.37 399 12/31/2024
28.1.36 400 12/23/2024
28.1.35 388 12/18/2024
28.1.33 793 12/12/2024
27.2.5 503 12/2/2024
27.2.4 421 11/26/2024
27.2.3 391 11/22/2024
27.2.2 472 11/15/2024
27.1.58 499 11/4/2024
27.1.57 425 10/28/2024
27.1.56 556 10/23/2024
27.1.55 391 10/21/2024
27.1.53 410 10/14/2024
27.1.52 414 10/7/2024
27.1.51 931 9/30/2024
27.1.50 430 9/23/2024
27.1.48 498 9/18/2024
26.2.14 503 9/9/2024
26.2.13 406 9/5/2024
26.2.12 380 9/2/2024
26.2.11 412 8/27/2024
26.2.10 545 8/19/2024
26.2.9 436 8/12/2024
26.2.8 389 8/5/2024
26.2.7 441 7/29/2024
26.2.5 382 7/25/2024
26.2.4 497 7/24/2024
26.1.42 433 7/15/2024
26.1.41 431 7/8/2024
26.1.40 492 7/1/2024
26.1.39 421 6/24/2024
26.1.38 502 6/18/2024
26.1.35 545 6/11/2024
25.2.7 474 6/3/2024
25.2.6 478 5/28/2024
25.2.5 2,302 5/21/2024
25.2.4 412 5/14/2024
25.2.3 504 5/8/2024
25.1.42 498 4/29/2024
25.1.41 424 4/23/2024
25.1.40 440 4/15/2024
25.1.39 658 4/8/2024
25.1.38 471 4/1/2024
25.1.37 459 3/26/2024
25.1.35 570 3/15/2024
24.2.9 514 3/4/2024
24.2.8 461 2/26/2024
24.2.7 467 2/19/2024
24.2.6 561 2/14/2024
24.2.5 422 2/12/2024
24.2.4 444 2/5/2024
24.2.3 521 1/31/2024
24.1.47 433 1/22/2024
24.1.46 414 1/16/2024
24.1.45 459 1/8/2024
24.1.44 465 1/2/2024
24.1.43 402 12/27/2023
24.1.41 620 12/18/2023
23.2.7 492 12/6/2023
23.2.6 488 11/28/2023
23.2.5 481 11/23/2023
23.2.4 591 11/20/2023
23.1.44 726 11/6/2023
23.1.43 2,230 10/30/2023
23.1.42 503 10/23/2023
23.1.41 450 10/16/2023
23.1.40 494 10/10/2023
23.1.39 616 10/4/2023
23.1.38 510 9/26/2023
23.1.36 641 9/15/2023
22.2.12 494 9/5/2023
22.2.11 537 8/28/2023
22.2.10 491 8/22/2023
22.2.9 499 8/14/2023
22.2.8 513 8/7/2023
22.2.7 506 8/2/2023
22.2.5 678 7/27/2023
22.1.39 538 7/18/2023
22.1.38 496 7/11/2023
22.1.37 541 7/3/2023
22.1.36 531 6/28/2023
22.1.34 681 6/21/2023
21.2.10 564 6/12/2023
21.2.9 580 6/6/2023
21.2.8 608 5/30/2023
21.2.6 567 5/22/2023
21.2.5 523 5/15/2023
21.2.4 531 5/9/2023
21.2.3 740 5/3/2023
21.1.41 636 4/19/2023
21.1.39 602 4/10/2023
21.1.38 614 4/3/2023
21.1.37 640 3/29/2023
21.1.35 1,323 3/23/2023
20.4.0.54 743 3/13/2023
20.4.0.53 655 3/7/2023
20.4.0.52 680 2/28/2023
20.4.0.51 644 2/21/2023
20.4.0.50 708 2/14/2023
20.4.0.49 825 2/7/2023
20.4.0.48 1,085 2/1/2023
20.4.0.44 703 1/18/2023
20.4.0.43 706 1/10/2023
20.4.0.42 721 1/4/2023
20.4.0.41 745 12/29/2022
20.4.0.40 701 12/28/2022
20.4.0.38 804 12/21/2022
20.3.0.61 824 12/12/2022
20.3.0.60 1,272 12/6/2022
20.3.0.59 742 11/29/2022
20.3.0.58 715 11/21/2022
20.3.0.57 757 11/15/2022
20.3.0.56 10,536 11/8/2022
20.3.0.52 856 10/27/2022
20.3.0.50 795 10/17/2022
20.3.0.49 797 10/11/2022
20.3.0.48 806 10/5/2022
20.3.0.47 882 9/29/2022
20.2.0.50 841 9/20/2022
20.2.0.49 833 9/13/2022
20.2.0.48 843 9/6/2022
20.2.0.46 808 8/30/2022
20.2.0.45 803 8/23/2022
20.2.0.44 840 8/16/2022
20.2.0.43 1,023 8/8/2022
20.2.0.40 879 7/26/2022
20.2.0.39 842 7/19/2022
20.2.0.38 887 7/12/2022
20.2.0.36 1,021 6/30/2022
20.1.0.61 891 6/20/2022
20.1.0.60 994 6/14/2022
20.1.0.59 868 6/6/2022
20.1.0.58 972 5/30/2022
20.1.0.57 895 5/23/2022
20.1.0.56 1,265 5/17/2022
20.1.0.55 983 5/12/2022
20.1.0.52 938 5/2/2022
20.1.0.51 936 4/26/2022
20.1.0.50 897 4/19/2022
20.1.0.48 927 4/12/2022
20.1.0.47 1,105 4/4/2022
19.4.0.56 1,535 3/14/2022
19.4.0.55 901 3/8/2022
19.4.0.54 3,395 2/28/2022
19.4.0.53 887 2/22/2022
19.4.0.52 887 2/15/2022
19.4.0.50 885 2/8/2022
19.4.0.48 1,081 1/31/2022
19.4.0.47 872 1/24/2022
19.4.0.43 902 1/18/2022
19.4.0.42 914 1/10/2022
19.4.0.41 742 1/4/2022
19.4.0.40 770 12/28/2021
19.4.0.38 918 12/17/2021
19.3.0.59 800 12/14/2021
19.3.0.57 940 12/7/2021
19.3.0.56 1,640 11/29/2021
19.3.0.55 1,354 11/23/2021
19.3.0.54 766 11/17/2021
19.3.0.53 844 11/12/2021
19.3.0.48 815 11/2/2021
19.3.0.47 836 10/26/2021
19.3.0.46 783 10/19/2021
19.3.0.45 800 10/12/2021
19.3.0.44 805 10/5/2021
19.3.0.43 875 9/30/2021
19.2.0.62 912 9/13/2021
19.2.0.60 846 9/7/2021
19.2.0.59 817 8/30/2021
19.2.0.57 2,938 8/24/2021
19.2.0.56 994 8/17/2021
19.2.0.55 941 8/11/2021
19.2.0.51 836 8/2/2021
19.2.0.49 843 7/26/2021
19.2.0.48 807 7/19/2021
19.2.0.47 898 7/13/2021
19.2.0.46 823 7/6/2021
19.2.0.44 973 6/30/2021
19.1.0.69 920 6/14/2021
19.1.0.67 1,955 6/7/2021
19.1.0.66 896 5/31/2021
19.1.0.65 884 5/24/2021
19.1.0.64 824 5/19/2021
19.1.0.63 1,011 5/13/2021
19.1.0.59 906 5/3/2021
19.1.0.58 861 4/26/2021
19.1.0.57 889 4/20/2021
19.1.0.56 1,316 4/12/2021
19.1.0.55 898 4/6/2021
19.1.0.54 1,042 3/30/2021
18.4.0.49 969 3/22/2021
18.4.0.48 2,429 3/16/2021
18.4.0.47 805 3/9/2021
18.4.0.46 1,204 3/2/2021
18.4.0.44 869 2/23/2021
18.4.0.43 813 2/15/2021
18.4.0.42 891 2/9/2021
18.4.0.41 813 2/2/2021
18.4.0.39 1,008 1/28/2021
18.4.0.35 908 1/19/2021
18.4.0.34 845 1/12/2021
18.4.0.33 867 1/4/2021
18.4.0.32 834 12/30/2020
18.4.0.31 892 12/22/2020
18.4.0.30 1,074 12/17/2020
18.3.0.53 938 12/8/2020
18.3.0.52 2,083 11/30/2020
18.3.0.51 1,010 11/23/2020
18.3.0.50 890 11/17/2020
18.3.0.48 922 11/10/2020
18.3.0.47 966 11/5/2020
18.3.0.44 973 10/27/2020
18.3.0.42 956 10/20/2020
18.3.0.40 963 10/12/2020
18.3.0.38 962 10/7/2020
18.3.0.35 1,073 10/1/2020
18.2.0.59 5,193 9/22/2020
18.2.0.58 896 9/15/2020
18.2.0.57 952 9/8/2020
18.2.0.56 919 9/1/2020
18.2.0.55 936 8/24/2020
18.2.0.54 1,071 8/18/2020
18.2.0.48 934 8/4/2020
18.2.0.47 1,068 7/28/2020
18.2.0.46 954 7/21/2020
18.2.0.45 947 7/14/2020
18.2.0.44 1,258 7/6/2020
18.1.0.59 1,198 6/23/2020
18.1.0.57 942 6/15/2020
18.1.0.56 973 6/9/2020
18.1.0.55 943 6/2/2020
18.1.0.54 995 5/26/2020
18.1.0.53 1,056 5/19/2020
18.1.0.52 1,171 5/13/2020
18.1.0.48 1,025 5/5/2020
18.1.0.46 991 4/28/2020
18.1.0.45 1,032 4/21/2020
18.1.0.44 963 4/14/2020
18.1.0.43 1,210 4/7/2020
18.1.0.42 18,128 4/1/2020
18.1.0.36-beta 548 3/19/2020
17.4.0.55 1,439 3/10/2020
17.4.0.53 1,219 3/3/2020
17.4.0.51 2,069 2/25/2020
17.4.0.50 997 2/18/2020
17.4.0.49 1,378 2/11/2020
17.4.0.47 970 2/5/2020
17.4.0.46 1,002 1/30/2020
17.4.0.44 1,043 1/21/2020
17.4.0.43 979 1/14/2020
17.4.0.41 1,076 1/7/2020
17.4.0.40 1,059 12/24/2019
17.4.0.39 1,092 12/17/2019
17.3.0.34 1,022 12/10/2019
17.3.0.33 976 12/4/2019
17.3.0.30 1,914 12/3/2019
17.3.0.29 1,045 11/26/2019
17.3.0.28 996 11/18/2019
17.3.0.27 997 11/12/2019
17.3.0.26 1,039 11/5/2019
17.3.0.21 1,012 10/29/2019
17.3.0.19 1,036 10/22/2019
17.3.0.17 1,038 10/15/2019
17.3.0.14 1,046 10/3/2019
17.3.0.9-beta 561 9/20/2019
17.2.0.51 1,377 9/10/2019
17.2.0.49 1,607 9/3/2019
17.2.0.47 1,089 8/27/2019
17.2.0.46 1,124 8/22/2019
17.2.0.41 1,086 8/13/2019
17.2.0.40 1,072 8/6/2019
17.2.0.39 1,112 7/30/2019
17.2.0.36 1,118 7/23/2019
17.2.0.35 1,052 7/17/2019
17.2.0.34 1,576 7/11/2019
17.2.0.28-beta 629 6/27/2019
17.1.0.53 1,131 6/25/2019
17.1.0.52 1,155 6/18/2019
17.1.0.51 1,093 6/11/2019
17.1.0.50 1,116 6/4/2019
17.1.0.49 1,116 5/28/2019
17.1.0.48 1,090 5/21/2019
17.1.0.47 1,092 5/14/2019
17.1.0.44 1,086 5/7/2019
17.1.0.43 1,107 4/30/2019
17.1.0.42 1,169 4/23/2019
17.1.0.41 1,112 4/16/2019
17.1.0.40 1,120 4/9/2019
17.1.0.38 1,160 3/29/2019
17.1.0.32-beta 624 3/13/2019
16.4.0.54 1,253 2/19/2019
16.4.0.53 1,222 2/13/2019
16.4.0.52 1,234 2/5/2019
16.4.0.48 1,223 1/22/2019
16.4.0.47 1,219 1/16/2019
16.4.0.46 1,226 1/8/2019
16.4.0.44 1,210 12/24/2018
16.4.0.42 1,276 12/20/2018
16.3.0.36 1,230 11/27/2018
16.3.0.35-beta 750 11/23/2018
16.3.0.29 1,348 10/30/2018
16.3.0.21 1,402 9/21/2018