Syncfusion.ExcelToPdfConverter.Wpf 20.4.0.42

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 20.4.0.42
                    
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.Wpf -Version 20.4.0.42
                    
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="20.4.0.42" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.ExcelToPdfConverter.Wpf" Version="20.4.0.42" />
                    
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 20.4.0.42
                    
#r "nuget: Syncfusion.ExcelToPdfConverter.Wpf, 20.4.0.42"
                    
#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@20.4.0.42
                    
#: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=20.4.0.42
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelToPdfConverter.Wpf&version=20.4.0.42
                    
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’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 (Preview), Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI (Preview), 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.  net10.0-windows was computed. 
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  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 118 9/22/2025
31.1.20 379 9/16/2025
31.1.19 250 9/11/2025
31.1.18 258 9/9/2025
31.1.17 441 9/5/2025
30.2.7 468 8/25/2025
30.2.6 304 8/18/2025
30.2.5 306 8/13/2025
30.2.4 431 8/7/2025
30.1.42 432 7/28/2025
30.1.41 722 7/22/2025
30.1.40 347 7/14/2025
30.1.39 333 7/8/2025
30.1.38 338 7/1/2025
30.1.37 427 6/25/2025
29.2.11 649 6/16/2025
29.2.10 482 6/9/2025
29.2.9 357 6/5/2025
29.2.8 345 6/3/2025
29.2.7 359 5/26/2025
29.2.5 568 5/20/2025
29.2.4 513 5/14/2025
29.1.41 654 5/5/2025
29.1.40 527 4/28/2025
29.1.39 455 4/21/2025
29.1.38 433 4/14/2025
29.1.37 413 4/8/2025
29.1.35 393 4/1/2025
29.1.33 962 3/25/2025
28.2.12 401 3/19/2025
28.2.11 418 3/10/2025
28.2.9 479 3/3/2025
28.2.7 366 2/25/2025
28.2.6 1,084 2/17/2025
28.2.5 729 2/11/2025
28.2.4 368 2/4/2025
28.2.3 417 1/29/2025
28.1.41 335 1/20/2025
28.1.39 466 1/13/2025
28.1.38 347 1/7/2025
28.1.37 337 12/31/2024
28.1.36 336 12/23/2024
28.1.35 326 12/18/2024
28.1.33 738 12/12/2024
27.2.5 440 12/2/2024
27.2.4 359 11/26/2024
27.2.3 328 11/22/2024
27.2.2 410 11/15/2024
27.1.58 437 11/4/2024
27.1.57 361 10/28/2024
27.1.56 494 10/23/2024
27.1.55 329 10/21/2024
27.1.53 347 10/14/2024
27.1.52 362 10/7/2024
27.1.51 868 9/30/2024
27.1.50 366 9/23/2024
27.1.48 435 9/18/2024
26.2.14 440 9/9/2024
26.2.13 341 9/5/2024
26.2.12 317 9/2/2024
26.2.11 358 8/27/2024
26.2.10 482 8/19/2024
26.2.9 372 8/12/2024
26.2.8 324 8/5/2024
26.2.7 376 7/29/2024
26.2.5 318 7/25/2024
26.2.4 433 7/24/2024
26.1.42 370 7/15/2024
26.1.41 366 7/8/2024
26.1.40 426 7/1/2024
26.1.39 356 6/24/2024
26.1.38 439 6/18/2024
26.1.35 482 6/11/2024
25.2.7 411 6/3/2024
25.2.6 415 5/28/2024
25.2.5 2,225 5/21/2024
25.2.4 349 5/14/2024
25.2.3 441 5/8/2024
25.1.42 434 4/29/2024
25.1.41 360 4/23/2024
25.1.40 385 4/15/2024
25.1.39 594 4/8/2024
25.1.38 417 4/1/2024
25.1.37 396 3/26/2024
25.1.35 507 3/15/2024
24.2.9 449 3/4/2024
24.2.8 396 2/26/2024
24.2.7 403 2/19/2024
24.2.6 496 2/14/2024
24.2.5 357 2/12/2024
24.2.4 381 2/5/2024
24.2.3 457 1/31/2024
24.1.47 368 1/22/2024
24.1.46 350 1/16/2024
24.1.45 396 1/8/2024
24.1.44 401 1/2/2024
24.1.43 339 12/27/2023
24.1.41 557 12/18/2023
23.2.7 429 12/6/2023
23.2.6 424 11/28/2023
23.2.5 416 11/23/2023
23.2.4 527 11/20/2023
23.1.44 662 11/6/2023
23.1.43 2,167 10/30/2023
23.1.42 439 10/23/2023
23.1.41 386 10/16/2023
23.1.40 430 10/10/2023
23.1.39 551 10/4/2023
23.1.38 444 9/26/2023
23.1.36 575 9/15/2023
22.2.12 428 9/5/2023
22.2.11 471 8/28/2023
22.2.10 426 8/22/2023
22.2.9 435 8/14/2023
22.2.8 449 8/7/2023
22.2.7 443 8/2/2023
22.2.5 613 7/27/2023
22.1.39 484 7/18/2023
22.1.38 433 7/11/2023
22.1.37 478 7/3/2023
22.1.36 467 6/28/2023
22.1.34 617 6/21/2023
21.2.10 500 6/12/2023
21.2.9 516 6/6/2023
21.2.8 544 5/30/2023
21.2.6 503 5/22/2023
21.2.5 468 5/15/2023
21.2.4 466 5/9/2023
21.2.3 674 5/3/2023
21.1.41 567 4/19/2023
21.1.39 547 4/10/2023
21.1.38 549 4/3/2023
21.1.37 574 3/29/2023
21.1.35 1,255 3/23/2023
20.4.0.54 678 3/13/2023
20.4.0.53 591 3/7/2023
20.4.0.52 615 2/28/2023
20.4.0.51 579 2/21/2023
20.4.0.50 643 2/14/2023
20.4.0.49 760 2/7/2023
20.4.0.48 1,020 2/1/2023
20.4.0.44 637 1/18/2023
20.4.0.43 639 1/10/2023
20.4.0.42 653 1/4/2023
20.4.0.41 678 12/29/2022
20.4.0.40 634 12/28/2022
20.4.0.38 736 12/21/2022
20.3.0.61 754 12/12/2022
20.3.0.60 1,206 12/6/2022
20.3.0.59 678 11/29/2022
20.3.0.58 649 11/21/2022
20.3.0.57 691 11/15/2022
20.3.0.56 10,443 11/8/2022
20.3.0.52 790 10/27/2022
20.3.0.50 730 10/17/2022
20.3.0.49 732 10/11/2022
20.3.0.48 741 10/5/2022
20.3.0.47 815 9/29/2022
20.2.0.50 784 9/20/2022
20.2.0.49 766 9/13/2022
20.2.0.48 777 9/6/2022
20.2.0.46 741 8/30/2022
20.2.0.45 739 8/23/2022
20.2.0.44 776 8/16/2022
20.2.0.43 957 8/8/2022
20.2.0.40 816 7/26/2022
20.2.0.39 778 7/19/2022
20.2.0.38 823 7/12/2022
20.2.0.36 958 6/30/2022
20.1.0.61 827 6/20/2022
20.1.0.60 930 6/14/2022
20.1.0.59 813 6/6/2022
20.1.0.58 907 5/30/2022
20.1.0.57 830 5/23/2022
20.1.0.56 1,198 5/17/2022
20.1.0.55 916 5/12/2022
20.1.0.52 872 5/2/2022
20.1.0.51 869 4/26/2022
20.1.0.50 833 4/19/2022
20.1.0.48 871 4/12/2022
20.1.0.47 1,040 4/4/2022
19.4.0.56 1,469 3/14/2022
19.4.0.55 846 3/8/2022
19.4.0.54 3,340 2/28/2022
19.4.0.53 822 2/22/2022
19.4.0.52 820 2/15/2022
19.4.0.50 820 2/8/2022
19.4.0.48 1,015 1/31/2022
19.4.0.47 808 1/24/2022
19.4.0.43 839 1/18/2022
19.4.0.42 850 1/10/2022
19.4.0.41 677 1/4/2022
19.4.0.40 706 12/28/2021
19.4.0.38 854 12/17/2021
19.3.0.59 737 12/14/2021
19.3.0.57 874 12/7/2021
19.3.0.56 1,576 11/29/2021
19.3.0.55 1,290 11/23/2021
19.3.0.54 701 11/17/2021
19.3.0.53 773 11/12/2021
19.3.0.48 749 11/2/2021
19.3.0.47 770 10/26/2021
19.3.0.46 717 10/19/2021
19.3.0.45 734 10/12/2021
19.3.0.44 738 10/5/2021
19.3.0.43 807 9/30/2021
19.2.0.62 845 9/13/2021
19.2.0.60 779 9/7/2021
19.2.0.59 750 8/30/2021
19.2.0.57 2,872 8/24/2021
19.2.0.56 927 8/17/2021
19.2.0.55 876 8/11/2021
19.2.0.51 770 8/2/2021
19.2.0.49 778 7/26/2021
19.2.0.48 741 7/19/2021
19.2.0.47 832 7/13/2021
19.2.0.46 758 7/6/2021
19.2.0.44 908 6/30/2021
19.1.0.69 853 6/14/2021
19.1.0.67 1,892 6/7/2021
19.1.0.66 832 5/31/2021
19.1.0.65 820 5/24/2021
19.1.0.64 760 5/19/2021
19.1.0.63 947 5/13/2021
19.1.0.59 842 5/3/2021
19.1.0.58 795 4/26/2021
19.1.0.57 825 4/20/2021
19.1.0.56 1,252 4/12/2021
19.1.0.55 834 4/6/2021
19.1.0.54 977 3/30/2021
18.4.0.49 905 3/22/2021
18.4.0.48 2,364 3/16/2021
18.4.0.47 741 3/9/2021
18.4.0.46 1,140 3/2/2021
18.4.0.44 804 2/23/2021
18.4.0.43 748 2/15/2021
18.4.0.42 826 2/9/2021
18.4.0.41 747 2/2/2021
18.4.0.39 941 1/28/2021
18.4.0.35 843 1/19/2021
18.4.0.34 779 1/12/2021
18.4.0.33 801 1/4/2021
18.4.0.32 779 12/30/2020
18.4.0.31 827 12/22/2020
18.4.0.30 1,008 12/17/2020
18.3.0.53 872 12/8/2020
18.3.0.52 2,015 11/30/2020
18.3.0.51 945 11/23/2020
18.3.0.50 824 11/17/2020
18.3.0.48 858 11/10/2020
18.3.0.47 902 11/5/2020
18.3.0.44 909 10/27/2020
18.3.0.42 892 10/20/2020
18.3.0.40 899 10/12/2020
18.3.0.38 898 10/7/2020
18.3.0.35 1,007 10/1/2020
18.2.0.59 5,115 9/22/2020
18.2.0.58 832 9/15/2020
18.2.0.57 886 9/8/2020
18.2.0.56 854 9/1/2020
18.2.0.55 870 8/24/2020
18.2.0.54 1,007 8/18/2020
18.2.0.48 870 8/4/2020
18.2.0.47 1,003 7/28/2020
18.2.0.46 901 7/21/2020
18.2.0.45 882 7/14/2020
18.2.0.44 1,193 7/6/2020
18.1.0.59 1,132 6/23/2020
18.1.0.57 876 6/15/2020
18.1.0.56 908 6/9/2020
18.1.0.55 878 6/2/2020
18.1.0.54 929 5/26/2020
18.1.0.53 991 5/19/2020
18.1.0.52 1,104 5/13/2020
18.1.0.48 960 5/5/2020
18.1.0.46 925 4/28/2020
18.1.0.45 967 4/21/2020
18.1.0.44 909 4/14/2020
18.1.0.43 1,145 4/7/2020
18.1.0.42 18,061 4/1/2020
18.1.0.36-beta 536 3/19/2020
17.4.0.55 1,383 3/10/2020
17.4.0.53 1,154 3/3/2020
17.4.0.51 2,004 2/25/2020
17.4.0.50 932 2/18/2020
17.4.0.49 1,313 2/11/2020
17.4.0.47 904 2/5/2020
17.4.0.46 937 1/30/2020
17.4.0.44 976 1/21/2020
17.4.0.43 913 1/14/2020
17.4.0.41 1,010 1/7/2020
17.4.0.40 995 12/24/2019
17.4.0.39 1,027 12/17/2019
17.3.0.34 958 12/10/2019
17.3.0.33 912 12/4/2019
17.3.0.30 1,850 12/3/2019
17.3.0.29 981 11/26/2019
17.3.0.28 932 11/18/2019
17.3.0.27 931 11/12/2019
17.3.0.26 973 11/5/2019
17.3.0.21 958 10/29/2019
17.3.0.19 970 10/22/2019
17.3.0.17 973 10/15/2019
17.3.0.14 981 10/3/2019
17.3.0.9-beta 548 9/20/2019
17.2.0.51 1,311 9/10/2019
17.2.0.49 1,553 9/3/2019
17.2.0.47 1,024 8/27/2019
17.2.0.46 1,070 8/22/2019
17.2.0.41 1,022 8/13/2019
17.2.0.40 1,008 8/6/2019
17.2.0.39 1,049 7/30/2019
17.2.0.36 1,055 7/23/2019
17.2.0.35 998 7/17/2019
17.2.0.34 1,510 7/11/2019
17.2.0.28-beta 629 6/27/2019
17.1.0.53 1,066 6/25/2019
17.1.0.52 1,091 6/18/2019
17.1.0.51 1,030 6/11/2019
17.1.0.50 1,064 6/4/2019
17.1.0.49 1,053 5/28/2019
17.1.0.48 1,038 5/21/2019
17.1.0.47 1,030 5/14/2019
17.1.0.44 1,024 5/7/2019
17.1.0.43 1,055 4/30/2019
17.1.0.42 1,107 4/23/2019
17.1.0.41 1,061 4/16/2019
17.1.0.40 1,068 4/9/2019
17.1.0.38 1,107 3/29/2019
17.1.0.32-beta 611 3/13/2019
16.4.0.54 1,189 2/19/2019
16.4.0.53 1,158 2/13/2019
16.4.0.52 1,169 2/5/2019
16.4.0.48 1,158 1/22/2019
16.4.0.47 1,156 1/16/2019
16.4.0.46 1,161 1/8/2019
16.4.0.44 1,144 12/24/2018
16.4.0.42 1,212 12/20/2018
16.3.0.36 1,166 11/27/2018
16.3.0.35-beta 739 11/23/2018
16.3.0.29 1,281 10/30/2018
16.3.0.21 1,337 9/21/2018