Syncfusion.ExcelToPdfConverter.Wpf 31.1.19

Prefix Reserved
dotnet add package Syncfusion.ExcelToPdfConverter.Wpf --version 31.1.19
                    
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.Wpf -Version 31.1.19
                    
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.19" />
                    
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.19" />
                    
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.19
                    
#r "nuget: Syncfusion.ExcelToPdfConverter.Wpf, 31.1.19"
                    
#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.19
                    
#: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.19
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelToPdfConverter.Wpf&version=31.1.19
                    
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.19 123 9/11/2025
31.1.18 142 9/9/2025
31.1.17 216 9/5/2025
30.2.7 317 8/25/2025
30.2.6 198 8/18/2025
30.2.5 203 8/13/2025
30.2.4 327 8/7/2025
30.1.42 297 7/28/2025
30.1.41 618 7/22/2025
30.1.40 245 7/14/2025
30.1.39 231 7/8/2025
30.1.38 235 7/1/2025
30.1.37 318 6/25/2025
29.2.11 501 6/16/2025
29.2.10 378 6/9/2025
29.2.9 248 6/5/2025
29.2.8 240 6/3/2025
29.2.7 255 5/26/2025
29.2.5 458 5/20/2025
29.2.4 408 5/14/2025
29.1.41 546 5/5/2025
29.1.40 419 4/28/2025
29.1.39 350 4/21/2025
29.1.38 331 4/14/2025
29.1.37 310 4/8/2025
29.1.35 291 4/1/2025
29.1.33 841 3/25/2025
28.2.12 298 3/19/2025
28.2.11 315 3/10/2025
28.2.9 379 3/3/2025
28.2.7 264 2/25/2025
28.2.6 961 2/17/2025
28.2.5 628 2/11/2025
28.2.4 263 2/4/2025
28.2.3 311 1/29/2025
28.1.41 234 1/20/2025
28.1.39 362 1/13/2025
28.1.38 242 1/7/2025
28.1.37 233 12/31/2024
28.1.36 234 12/23/2024
28.1.35 222 12/18/2024
28.1.33 622 12/12/2024
27.2.5 337 12/2/2024
27.2.4 252 11/26/2024
27.2.3 221 11/22/2024
27.2.2 305 11/15/2024
27.1.58 334 11/4/2024
27.1.57 259 10/28/2024
27.1.56 392 10/23/2024
27.1.55 224 10/21/2024
27.1.53 246 10/14/2024
27.1.52 260 10/7/2024
27.1.51 741 9/30/2024
27.1.50 262 9/23/2024
27.1.48 327 9/18/2024
26.2.14 339 9/9/2024
26.2.13 238 9/5/2024
26.2.12 216 9/2/2024
26.2.11 255 8/27/2024
26.2.10 380 8/19/2024
26.2.9 268 8/12/2024
26.2.8 220 8/5/2024
26.2.7 272 7/29/2024
26.2.5 217 7/25/2024
26.2.4 328 7/24/2024
26.1.42 263 7/15/2024
26.1.41 260 7/8/2024
26.1.40 322 7/1/2024
26.1.39 251 6/24/2024
26.1.38 337 6/18/2024
26.1.35 381 6/11/2024
25.2.7 311 6/3/2024
25.2.6 306 5/28/2024
25.2.5 1,934 5/21/2024
25.2.4 245 5/14/2024
25.2.3 334 5/8/2024
25.1.42 332 4/29/2024
25.1.41 257 4/23/2024
25.1.40 279 4/15/2024
25.1.39 490 4/8/2024
25.1.38 313 4/1/2024
25.1.37 291 3/26/2024
25.1.35 405 3/15/2024
24.2.9 345 3/4/2024
24.2.8 294 2/26/2024
24.2.7 300 2/19/2024
24.2.6 392 2/14/2024
24.2.5 256 2/12/2024
24.2.4 278 2/5/2024
24.2.3 354 1/31/2024
24.1.47 263 1/22/2024
24.1.46 248 1/16/2024
24.1.45 289 1/8/2024
24.1.44 299 1/2/2024
24.1.43 239 12/27/2023
24.1.41 453 12/18/2023
23.2.7 327 12/6/2023
23.2.6 323 11/28/2023
23.2.5 311 11/23/2023
23.2.4 422 11/20/2023
23.1.44 560 11/6/2023
23.1.43 2,067 10/30/2023
23.1.42 337 10/23/2023
23.1.41 283 10/16/2023
23.1.40 330 10/10/2023
23.1.39 450 10/4/2023
23.1.38 344 9/26/2023
23.1.36 473 9/15/2023
22.2.12 325 9/5/2023
22.2.11 367 8/28/2023
22.2.10 322 8/22/2023
22.2.9 328 8/14/2023
22.2.8 345 8/7/2023
22.2.7 339 8/2/2023
22.2.5 508 7/27/2023
22.1.39 375 7/18/2023
22.1.38 332 7/11/2023
22.1.37 373 7/3/2023
22.1.36 360 6/28/2023
22.1.34 510 6/21/2023
21.2.10 393 6/12/2023
21.2.9 411 6/6/2023
21.2.8 439 5/30/2023
21.2.6 401 5/22/2023
21.2.5 362 5/15/2023
21.2.4 361 5/9/2023
21.2.3 569 5/3/2023
21.1.41 462 4/19/2023
21.1.39 443 4/10/2023
21.1.38 446 4/3/2023
21.1.37 468 3/29/2023
21.1.35 1,140 3/23/2023
20.4.0.54 574 3/13/2023
20.4.0.53 488 3/7/2023
20.4.0.52 507 2/28/2023
20.4.0.51 477 2/21/2023
20.4.0.50 537 2/14/2023
20.4.0.49 657 2/7/2023
20.4.0.48 917 2/1/2023
20.4.0.44 529 1/18/2023
20.4.0.43 531 1/10/2023
20.4.0.42 549 1/4/2023
20.4.0.41 574 12/29/2022
20.4.0.40 529 12/28/2022
20.4.0.38 632 12/21/2022
20.3.0.61 649 12/12/2022
20.3.0.60 1,101 12/6/2022
20.3.0.59 574 11/29/2022
20.3.0.58 542 11/21/2022
20.3.0.57 586 11/15/2022
20.3.0.56 10,240 11/8/2022
20.3.0.52 684 10/27/2022
20.3.0.50 623 10/17/2022
20.3.0.49 626 10/11/2022
20.3.0.48 638 10/5/2022
20.3.0.47 706 9/29/2022
20.2.0.50 680 9/20/2022
20.2.0.49 658 9/13/2022
20.2.0.48 670 9/6/2022
20.2.0.46 636 8/30/2022
20.2.0.45 634 8/23/2022
20.2.0.44 671 8/16/2022
20.2.0.43 850 8/8/2022
20.2.0.40 708 7/26/2022
20.2.0.39 674 7/19/2022
20.2.0.38 718 7/12/2022
20.2.0.36 852 6/30/2022
20.1.0.61 720 6/20/2022
20.1.0.60 823 6/14/2022
20.1.0.59 710 6/6/2022
20.1.0.58 798 5/30/2022
20.1.0.57 723 5/23/2022
20.1.0.56 1,094 5/17/2022
20.1.0.55 811 5/12/2022
20.1.0.52 765 5/2/2022
20.1.0.51 764 4/26/2022
20.1.0.50 728 4/19/2022
20.1.0.48 768 4/12/2022
20.1.0.47 936 4/4/2022
19.4.0.56 1,365 3/14/2022
19.4.0.55 738 3/8/2022
19.4.0.54 3,235 2/28/2022
19.4.0.53 715 2/22/2022
19.4.0.52 715 2/15/2022
19.4.0.50 714 2/8/2022
19.4.0.48 910 1/31/2022
19.4.0.47 702 1/24/2022
19.4.0.43 733 1/18/2022
19.4.0.42 743 1/10/2022
19.4.0.41 570 1/4/2022
19.4.0.40 598 12/28/2021
19.4.0.38 747 12/17/2021
19.3.0.59 631 12/14/2021
19.3.0.57 767 12/7/2021
19.3.0.56 1,468 11/29/2021
19.3.0.55 1,184 11/23/2021
19.3.0.54 595 11/17/2021
19.3.0.53 662 11/12/2021
19.3.0.48 645 11/2/2021
19.3.0.47 661 10/26/2021
19.3.0.46 612 10/19/2021
19.3.0.45 630 10/12/2021
19.3.0.44 629 10/5/2021
19.3.0.43 702 9/30/2021
19.2.0.62 737 9/13/2021
19.2.0.60 675 9/7/2021
19.2.0.59 644 8/30/2021
19.2.0.57 2,764 8/24/2021
19.2.0.56 821 8/17/2021
19.2.0.55 771 8/11/2021
19.2.0.51 665 8/2/2021
19.2.0.49 673 7/26/2021
19.2.0.48 637 7/19/2021
19.2.0.47 725 7/13/2021
19.2.0.46 652 7/6/2021
19.2.0.44 802 6/30/2021
19.1.0.69 746 6/14/2021
19.1.0.67 1,783 6/7/2021
19.1.0.66 727 5/31/2021
19.1.0.65 714 5/24/2021
19.1.0.64 656 5/19/2021
19.1.0.63 839 5/13/2021
19.1.0.59 735 5/3/2021
19.1.0.58 687 4/26/2021
19.1.0.57 718 4/20/2021
19.1.0.56 1,142 4/12/2021
19.1.0.55 728 4/6/2021
19.1.0.54 870 3/30/2021
18.4.0.49 798 3/22/2021
18.4.0.48 2,257 3/16/2021
18.4.0.47 638 3/9/2021
18.4.0.46 1,032 3/2/2021
18.4.0.44 698 2/23/2021
18.4.0.43 643 2/15/2021
18.4.0.42 719 2/9/2021
18.4.0.41 644 2/2/2021
18.4.0.39 834 1/28/2021
18.4.0.35 736 1/19/2021
18.4.0.34 674 1/12/2021
18.4.0.33 695 1/4/2021
18.4.0.32 673 12/30/2020
18.4.0.31 721 12/22/2020
18.4.0.30 901 12/17/2020
18.3.0.53 765 12/8/2020
18.3.0.52 1,855 11/30/2020
18.3.0.51 840 11/23/2020
18.3.0.50 717 11/17/2020
18.3.0.48 748 11/10/2020
18.3.0.47 795 11/5/2020
18.3.0.44 805 10/27/2020
18.3.0.42 789 10/20/2020
18.3.0.40 790 10/12/2020
18.3.0.38 791 10/7/2020
18.3.0.35 901 10/1/2020
18.2.0.59 4,846 9/22/2020
18.2.0.58 725 9/15/2020
18.2.0.57 780 9/8/2020
18.2.0.56 750 9/1/2020
18.2.0.55 764 8/24/2020
18.2.0.54 904 8/18/2020
18.2.0.48 766 8/4/2020
18.2.0.47 898 7/28/2020
18.2.0.46 793 7/21/2020
18.2.0.45 778 7/14/2020
18.2.0.44 1,085 7/6/2020
18.1.0.59 1,028 6/23/2020
18.1.0.57 771 6/15/2020
18.1.0.56 799 6/9/2020
18.1.0.55 774 6/2/2020
18.1.0.54 821 5/26/2020
18.1.0.53 888 5/19/2020
18.1.0.52 997 5/13/2020
18.1.0.48 857 5/5/2020
18.1.0.46 821 4/28/2020
18.1.0.45 863 4/21/2020
18.1.0.44 803 4/14/2020
18.1.0.43 1,041 4/7/2020
18.1.0.42 17,954 4/1/2020
18.1.0.36-beta 528 3/19/2020
17.4.0.55 1,280 3/10/2020
17.4.0.53 1,048 3/3/2020
17.4.0.51 1,899 2/25/2020
17.4.0.50 829 2/18/2020
17.4.0.49 1,207 2/11/2020
17.4.0.47 799 2/5/2020
17.4.0.46 833 1/30/2020
17.4.0.44 871 1/21/2020
17.4.0.43 806 1/14/2020
17.4.0.41 904 1/7/2020
17.4.0.40 890 12/24/2019
17.4.0.39 919 12/17/2019
17.3.0.34 853 12/10/2019
17.3.0.33 807 12/4/2019
17.3.0.30 1,741 12/3/2019
17.3.0.29 878 11/26/2019
17.3.0.28 826 11/18/2019
17.3.0.27 828 11/12/2019
17.3.0.26 867 11/5/2019
17.3.0.21 853 10/29/2019
17.3.0.19 863 10/22/2019
17.3.0.17 870 10/15/2019
17.3.0.14 877 10/3/2019
17.3.0.9-beta 542 9/20/2019
17.2.0.51 1,205 9/10/2019
17.2.0.49 1,446 9/3/2019
17.2.0.47 919 8/27/2019
17.2.0.46 964 8/22/2019
17.2.0.41 915 8/13/2019
17.2.0.40 902 8/6/2019
17.2.0.39 944 7/30/2019
17.2.0.36 951 7/23/2019
17.2.0.35 892 7/17/2019
17.2.0.34 1,404 7/11/2019
17.2.0.28-beta 622 6/27/2019
17.1.0.53 962 6/25/2019
17.1.0.52 984 6/18/2019
17.1.0.51 925 6/11/2019
17.1.0.50 961 6/4/2019
17.1.0.49 947 5/28/2019
17.1.0.48 929 5/21/2019
17.1.0.47 920 5/14/2019
17.1.0.44 913 5/7/2019
17.1.0.43 947 4/30/2019
17.1.0.42 1,001 4/23/2019
17.1.0.41 955 4/16/2019
17.1.0.40 962 4/9/2019
17.1.0.38 1,000 3/29/2019
17.1.0.32-beta 605 3/13/2019
16.4.0.54 1,081 2/19/2019
16.4.0.53 1,046 2/13/2019
16.4.0.52 1,059 2/5/2019
16.4.0.48 1,048 1/22/2019
16.4.0.47 1,050 1/16/2019
16.4.0.46 1,054 1/8/2019
16.4.0.44 1,039 12/24/2018
16.4.0.42 1,104 12/20/2018
16.3.0.36 1,058 11/27/2018
16.3.0.35-beta 732 11/23/2018
16.3.0.29 1,172 10/30/2018
16.3.0.21 1,226 9/21/2018