Syncfusion.ExcelToPdfConverter.Wpf 20.1.0.55

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.1.0.55
                    
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.Wpf -Version 20.1.0.55
                    
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.1.0.55" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.ExcelToPdfConverter.Wpf" Version="20.1.0.55" />
                    
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.1.0.55
                    
#r "nuget: Syncfusion.ExcelToPdfConverter.Wpf, 20.1.0.55"
                    
#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=20.1.0.55
                    
Install Syncfusion.ExcelToPdfConverter.Wpf as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelToPdfConverter.Wpf&version=20.1.0.55
                    
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 (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 net5.0 was computed.  net5.0-windows was computed.  net5.0-windows7.0 is compatible.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
.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
29.2.7 141 5/26/2025
29.2.5 163 5/20/2025
29.2.4 263 5/14/2025
29.1.41 375 5/5/2025
29.1.40 316 4/28/2025
29.1.39 229 4/21/2025
29.1.38 238 4/14/2025
29.1.37 206 4/8/2025
29.1.35 197 4/1/2025
29.1.33 634 3/25/2025
28.2.12 188 3/19/2025
28.2.11 208 3/10/2025
28.2.9 274 3/3/2025
28.2.7 147 2/25/2025
28.2.6 642 2/17/2025
28.2.5 510 2/11/2025
28.2.4 155 2/4/2025
28.2.3 208 1/29/2025
28.1.41 143 1/20/2025
28.1.39 245 1/13/2025
28.1.38 135 1/7/2025
28.1.37 137 12/31/2024
28.1.36 131 12/23/2024
28.1.35 124 12/18/2024
28.1.33 446 12/12/2024
27.2.5 235 12/2/2024
27.2.4 142 11/26/2024
27.2.3 122 11/22/2024
27.2.2 207 11/15/2024
27.1.58 223 11/4/2024
27.1.57 164 10/28/2024
27.1.56 301 10/23/2024
27.1.55 128 10/21/2024
27.1.53 149 10/14/2024
27.1.52 164 10/7/2024
27.1.51 575 9/30/2024
27.1.50 159 9/23/2024
27.1.48 234 9/18/2024
26.2.14 252 9/9/2024
26.2.13 145 9/5/2024
26.2.12 127 9/2/2024
26.2.11 156 8/27/2024
26.2.10 291 8/19/2024
26.2.9 169 8/12/2024
26.2.8 123 8/5/2024
26.2.7 177 7/29/2024
26.2.5 122 7/25/2024
26.2.4 234 7/24/2024
26.1.42 166 7/15/2024
26.1.41 156 7/8/2024
26.1.40 221 7/1/2024
26.1.39 155 6/24/2024
26.1.38 240 6/18/2024
26.1.35 292 6/11/2024
25.2.7 212 6/3/2024
25.2.6 204 5/28/2024
25.2.5 1,092 5/21/2024
25.2.4 149 5/14/2024
25.2.3 222 5/8/2024
25.1.42 240 4/29/2024
25.1.41 170 4/23/2024
25.1.40 185 4/15/2024
25.1.39 275 4/8/2024
25.1.38 215 4/1/2024
25.1.37 195 3/26/2024
25.1.35 319 3/15/2024
24.2.9 245 3/4/2024
24.2.8 195 2/26/2024
24.2.7 201 2/19/2024
24.2.6 298 2/14/2024
24.2.5 159 2/12/2024
24.2.4 180 2/5/2024
24.2.3 257 1/31/2024
24.1.47 162 1/22/2024
24.1.46 151 1/16/2024
24.1.45 191 1/8/2024
24.1.44 199 1/2/2024
24.1.43 154 12/27/2023
24.1.41 357 12/18/2023
23.2.7 233 12/6/2023
23.2.6 232 11/28/2023
23.2.5 214 11/23/2023
23.2.4 330 11/20/2023
23.1.44 411 11/6/2023
23.1.43 1,965 10/30/2023
23.1.42 236 10/23/2023
23.1.41 181 10/16/2023
23.1.40 227 10/10/2023
23.1.39 340 10/4/2023
23.1.38 246 9/26/2023
23.1.36 371 9/15/2023
22.2.12 211 9/5/2023
22.2.11 249 8/28/2023
22.2.10 206 8/22/2023
22.2.9 217 8/14/2023
22.2.8 228 8/7/2023
22.2.7 226 8/2/2023
22.2.5 392 7/27/2023
22.1.39 251 7/18/2023
22.1.38 225 7/11/2023
22.1.37 259 7/3/2023
22.1.36 245 6/28/2023
22.1.34 389 6/21/2023
21.2.10 274 6/12/2023
21.2.9 283 6/6/2023
21.2.8 286 5/30/2023
21.2.6 291 5/22/2023
21.2.5 246 5/15/2023
21.2.4 250 5/9/2023
21.2.3 455 5/3/2023
21.1.41 346 4/19/2023
21.1.39 324 4/10/2023
21.1.38 338 4/3/2023
21.1.37 346 3/29/2023
21.1.35 991 3/23/2023
20.4.0.54 456 3/13/2023
20.4.0.53 367 3/7/2023
20.4.0.52 391 2/28/2023
20.4.0.51 365 2/21/2023
20.4.0.50 423 2/14/2023
20.4.0.49 548 2/7/2023
20.4.0.48 804 2/1/2023
20.4.0.44 416 1/18/2023
20.4.0.43 413 1/10/2023
20.4.0.42 432 1/4/2023
20.4.0.41 463 12/29/2022
20.4.0.40 411 12/28/2022
20.4.0.38 499 12/21/2022
20.3.0.61 510 12/12/2022
20.3.0.60 988 12/6/2022
20.3.0.59 464 11/29/2022
20.3.0.58 430 11/21/2022
20.3.0.57 470 11/15/2022
20.3.0.56 9,395 11/8/2022
20.3.0.52 570 10/27/2022
20.3.0.50 504 10/17/2022
20.3.0.49 506 10/11/2022
20.3.0.48 533 10/5/2022
20.3.0.47 595 9/29/2022
20.2.0.50 566 9/20/2022
20.2.0.49 541 9/13/2022
20.2.0.48 558 9/6/2022
20.2.0.46 528 8/30/2022
20.2.0.45 519 8/23/2022
20.2.0.44 556 8/16/2022
20.2.0.43 733 8/8/2022
20.2.0.40 595 7/26/2022
20.2.0.39 563 7/19/2022
20.2.0.38 593 7/12/2022
20.2.0.36 734 6/30/2022
20.1.0.61 600 6/20/2022
20.1.0.60 699 6/14/2022
20.1.0.59 600 6/6/2022
20.1.0.58 672 5/30/2022
20.1.0.57 602 5/23/2022
20.1.0.56 977 5/17/2022
20.1.0.55 691 5/12/2022
20.1.0.52 649 5/2/2022
20.1.0.51 648 4/26/2022
20.1.0.50 604 4/19/2022
20.1.0.48 639 4/12/2022
20.1.0.47 817 4/4/2022
19.4.0.56 1,256 3/14/2022
19.4.0.55 619 3/8/2022
19.4.0.54 3,121 2/28/2022
19.4.0.53 593 2/22/2022
19.4.0.52 593 2/15/2022
19.4.0.50 593 2/8/2022
19.4.0.48 794 1/31/2022
19.4.0.47 582 1/24/2022
19.4.0.43 614 1/18/2022
19.4.0.42 622 1/10/2022
19.4.0.41 456 1/4/2022
19.4.0.40 478 12/28/2021
19.4.0.38 622 12/17/2021
19.3.0.59 503 12/14/2021
19.3.0.57 631 12/7/2021
19.3.0.56 1,351 11/29/2021
19.3.0.55 1,065 11/23/2021
19.3.0.54 474 11/17/2021
19.3.0.53 541 11/12/2021
19.3.0.48 533 11/2/2021
19.3.0.47 540 10/26/2021
19.3.0.46 492 10/19/2021
19.3.0.45 522 10/12/2021
19.3.0.44 510 10/5/2021
19.3.0.43 577 9/30/2021
19.2.0.62 617 9/13/2021
19.2.0.60 556 9/7/2021
19.2.0.59 531 8/30/2021
19.2.0.57 2,647 8/24/2021
19.2.0.56 696 8/17/2021
19.2.0.55 654 8/11/2021
19.2.0.51 545 8/2/2021
19.2.0.49 565 7/26/2021
19.2.0.48 519 7/19/2021
19.2.0.47 608 7/13/2021
19.2.0.46 527 7/6/2021
19.2.0.44 675 6/30/2021
19.1.0.69 629 6/14/2021
19.1.0.67 1,662 6/7/2021
19.1.0.66 601 5/31/2021
19.1.0.65 595 5/24/2021
19.1.0.64 547 5/19/2021
19.1.0.63 718 5/13/2021
19.1.0.59 613 5/3/2021
19.1.0.58 573 4/26/2021
19.1.0.57 592 4/20/2021
19.1.0.56 1,026 4/12/2021
19.1.0.55 607 4/6/2021
19.1.0.54 730 3/30/2021
18.4.0.49 677 3/22/2021
18.4.0.48 2,107 3/16/2021
18.4.0.47 525 3/9/2021
18.4.0.46 915 3/2/2021
18.4.0.44 576 2/23/2021
18.4.0.43 525 2/15/2021
18.4.0.42 596 2/9/2021
18.4.0.41 530 2/2/2021
18.4.0.39 715 1/28/2021
18.4.0.35 612 1/19/2021
18.4.0.34 556 1/12/2021
18.4.0.33 576 1/4/2021
18.4.0.32 554 12/30/2020
18.4.0.31 600 12/22/2020
18.4.0.30 780 12/17/2020
18.3.0.53 643 12/8/2020
18.3.0.52 1,354 11/30/2020
18.3.0.51 721 11/23/2020
18.3.0.50 594 11/17/2020
18.3.0.48 630 11/10/2020
18.3.0.47 675 11/5/2020
18.3.0.44 675 10/27/2020
18.3.0.42 675 10/20/2020
18.3.0.40 671 10/12/2020
18.3.0.38 671 10/7/2020
18.3.0.35 773 10/1/2020
18.2.0.59 3,805 9/22/2020
18.2.0.58 602 9/15/2020
18.2.0.57 656 9/8/2020
18.2.0.56 631 9/1/2020
18.2.0.55 639 8/24/2020
18.2.0.54 789 8/18/2020
18.2.0.48 645 8/4/2020
18.2.0.47 776 7/28/2020
18.2.0.46 662 7/21/2020
18.2.0.45 657 7/14/2020
18.2.0.44 943 7/6/2020
18.1.0.59 906 6/23/2020
18.1.0.57 658 6/15/2020
18.1.0.56 678 6/9/2020
18.1.0.55 651 6/2/2020
18.1.0.54 687 5/26/2020
18.1.0.53 769 5/19/2020
18.1.0.52 871 5/13/2020
18.1.0.48 739 5/5/2020
18.1.0.46 693 4/28/2020
18.1.0.45 729 4/21/2020
18.1.0.44 680 4/14/2020
18.1.0.43 904 4/7/2020
18.1.0.42 17,776 4/1/2020
18.1.0.36-beta 469 3/19/2020
17.4.0.55 1,120 3/10/2020
17.4.0.53 916 3/3/2020
17.4.0.51 1,763 2/25/2020
17.4.0.50 692 2/18/2020
17.4.0.49 1,068 2/11/2020
17.4.0.47 670 2/5/2020
17.4.0.46 709 1/30/2020
17.4.0.44 744 1/21/2020
17.4.0.43 673 1/14/2020
17.4.0.41 772 1/7/2020
17.4.0.40 755 12/24/2019
17.4.0.39 788 12/17/2019
17.3.0.34 722 12/10/2019
17.3.0.33 680 12/4/2019
17.3.0.30 1,610 12/3/2019
17.3.0.29 742 11/26/2019
17.3.0.28 696 11/18/2019
17.3.0.27 702 11/12/2019
17.3.0.26 738 11/5/2019
17.3.0.21 720 10/29/2019
17.3.0.19 735 10/22/2019
17.3.0.17 746 10/15/2019
17.3.0.14 756 10/3/2019
17.3.0.9-beta 479 9/20/2019
17.2.0.51 1,064 9/10/2019
17.2.0.49 1,316 9/3/2019
17.2.0.47 777 8/27/2019
17.2.0.46 833 8/22/2019
17.2.0.41 789 8/13/2019
17.2.0.40 775 8/6/2019
17.2.0.39 810 7/30/2019
17.2.0.36 828 7/23/2019
17.2.0.35 761 7/17/2019
17.2.0.34 1,273 7/11/2019
17.2.0.28-beta 555 6/27/2019
17.1.0.53 825 6/25/2019
17.1.0.52 851 6/18/2019
17.1.0.51 793 6/11/2019
17.1.0.50 838 6/4/2019
17.1.0.49 816 5/28/2019
17.1.0.48 802 5/21/2019
17.1.0.47 794 5/14/2019
17.1.0.44 776 5/7/2019
17.1.0.43 819 4/30/2019
17.1.0.42 872 4/23/2019
17.1.0.41 823 4/16/2019
17.1.0.40 840 4/9/2019
17.1.0.38 869 3/29/2019
17.1.0.32-beta 544 3/13/2019
16.4.0.54 948 2/19/2019
16.4.0.53 908 2/13/2019
16.4.0.52 932 2/5/2019
16.4.0.48 911 1/22/2019
16.4.0.47 928 1/16/2019
16.4.0.46 916 1/8/2019
16.4.0.44 907 12/24/2018
16.4.0.42 973 12/20/2018
16.3.0.36 926 11/27/2018
16.3.0.35-beta 667 11/23/2018
16.3.0.29 1,032 10/30/2018
16.3.0.21 1,076 9/21/2018