Syncfusion.ExcelToPdfConverter.Wpf 21.2.9

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 21.2.9
                    
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.Wpf -Version 21.2.9
                    
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="21.2.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.ExcelToPdfConverter.Wpf" Version="21.2.9" />
                    
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 21.2.9
                    
#r "nuget: Syncfusion.ExcelToPdfConverter.Wpf, 21.2.9"
                    
#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@21.2.9
                    
#: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=21.2.9
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelToPdfConverter.Wpf&version=21.2.9
                    
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 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.2.2 270 10/15/2025
31.1.23 793 10/6/2025
31.1.22 919 9/30/2025
31.1.21 1,190 9/22/2025
31.1.20 1,252 9/16/2025
31.1.19 1,120 9/11/2025
31.1.18 1,130 9/9/2025
31.1.17 1,324 9/5/2025
30.2.7 1,339 8/25/2025
30.2.6 1,180 8/18/2025
30.2.5 1,174 8/13/2025
30.2.4 1,303 8/7/2025
30.1.42 1,332 7/28/2025
30.1.41 1,594 7/22/2025
30.1.40 1,215 7/14/2025
30.1.39 1,200 7/8/2025
30.1.38 1,209 7/1/2025
30.1.37 1,304 6/25/2025
29.2.11 1,536 6/16/2025
29.2.10 1,354 6/9/2025
29.2.9 1,232 6/5/2025
29.2.8 1,217 6/3/2025
29.2.7 1,232 5/26/2025
29.2.5 1,446 5/20/2025
29.2.4 1,384 5/14/2025
29.1.41 1,530 5/5/2025
29.1.40 1,402 4/28/2025
29.1.39 1,327 4/21/2025
29.1.38 1,299 4/14/2025
29.1.37 1,285 4/8/2025
29.1.35 1,258 4/1/2025
29.1.33 1,853 3/25/2025
28.2.12 1,262 3/19/2025
28.2.11 1,284 3/10/2025
28.2.9 1,348 3/3/2025
28.2.7 1,241 2/25/2025
28.2.6 1,997 2/17/2025
28.2.5 1,603 2/11/2025
28.2.4 1,239 2/4/2025
28.2.3 1,280 1/29/2025
28.1.41 1,201 1/20/2025
28.1.39 1,328 1/13/2025
28.1.38 1,226 1/7/2025
28.1.37 1,212 12/31/2024
28.1.36 1,207 12/23/2024
28.1.35 1,194 12/18/2024
28.1.33 1,616 12/12/2024
27.2.5 1,311 12/2/2024
27.2.4 1,232 11/26/2024
27.2.3 1,201 11/22/2024
27.2.2 1,286 11/15/2024
27.1.58 1,310 11/4/2024
27.1.57 1,233 10/28/2024
27.1.56 1,361 10/23/2024
27.1.55 1,202 10/21/2024
27.1.53 1,220 10/14/2024
27.1.52 1,221 10/7/2024
27.1.51 1,747 9/30/2024
27.1.50 1,237 9/23/2024
27.1.48 1,306 9/18/2024
26.2.14 1,309 9/9/2024
26.2.13 1,206 9/5/2024
26.2.12 1,186 9/2/2024
26.2.11 1,219 8/27/2024
26.2.10 1,349 8/19/2024
26.2.9 1,247 8/12/2024
26.2.8 1,196 8/5/2024
26.2.7 1,247 7/29/2024
26.2.5 1,192 7/25/2024
26.2.4 1,309 7/24/2024
26.1.42 1,241 7/15/2024
26.1.41 1,242 7/8/2024
26.1.40 1,301 7/1/2024
26.1.39 1,229 6/24/2024
26.1.38 1,312 6/18/2024
26.1.35 1,347 6/11/2024
25.2.7 1,280 6/3/2024
25.2.6 1,284 5/28/2024
25.2.5 3,370 5/21/2024
25.2.4 1,219 5/14/2024
25.2.3 1,311 5/8/2024
25.1.42 1,307 4/29/2024
25.1.41 1,227 4/23/2024
25.1.40 1,245 4/15/2024
25.1.39 1,466 4/8/2024
25.1.38 1,277 4/1/2024
25.1.37 1,271 3/26/2024
25.1.35 1,371 3/15/2024
24.2.9 1,325 3/4/2024
24.2.8 1,268 2/26/2024
24.2.7 1,273 2/19/2024
24.2.6 1,362 2/14/2024
24.2.5 1,229 2/12/2024
24.2.4 1,248 2/5/2024
24.2.3 1,332 1/31/2024
24.1.47 1,240 1/22/2024
24.1.46 1,218 1/16/2024
24.1.45 1,268 1/8/2024
24.1.44 1,275 1/2/2024
24.1.43 1,205 12/27/2023
24.1.41 1,428 12/18/2023
23.2.7 1,291 12/6/2023
23.2.6 1,290 11/28/2023
23.2.5 1,288 11/23/2023
23.2.4 1,398 11/20/2023
23.1.44 1,535 11/6/2023
23.1.43 3,025 10/30/2023
23.1.42 1,307 10/23/2023
23.1.41 1,253 10/16/2023
23.1.40 1,301 10/10/2023
23.1.39 1,420 10/4/2023
23.1.38 1,316 9/26/2023
23.1.36 1,447 9/15/2023
22.2.12 1,301 9/5/2023
22.2.11 1,340 8/28/2023
22.2.10 1,295 8/22/2023
22.2.9 1,304 8/14/2023
22.2.8 1,319 8/7/2023
22.2.7 1,316 8/2/2023
22.2.5 1,487 7/27/2023
22.1.39 1,348 7/18/2023
22.1.38 1,298 7/11/2023
22.1.37 1,348 7/3/2023
22.1.36 1,338 6/28/2023
22.1.34 1,487 6/21/2023
21.2.10 1,374 6/12/2023
21.2.9 1,395 6/6/2023
21.2.8 1,415 5/30/2023
21.2.6 1,374 5/22/2023
21.2.5 1,335 5/15/2023
21.2.4 1,343 5/9/2023
21.2.3 1,555 5/3/2023
21.1.41 1,447 4/19/2023
21.1.39 1,413 4/10/2023
21.1.38 1,422 4/3/2023
21.1.37 1,455 3/29/2023
21.1.35 2,137 3/23/2023
20.4.0.54 1,554 3/13/2023
20.4.0.53 1,470 3/7/2023
20.4.0.52 1,496 2/28/2023
20.4.0.51 1,452 2/21/2023
20.4.0.50 1,512 2/14/2023
20.4.0.49 1,631 2/7/2023
20.4.0.48 1,882 2/1/2023
20.4.0.44 1,519 1/18/2023
20.4.0.43 1,516 1/10/2023
20.4.0.42 1,533 1/4/2023
20.4.0.41 1,555 12/29/2022
20.4.0.40 1,501 12/28/2022
20.4.0.38 1,617 12/21/2022
20.3.0.61 1,640 12/12/2022
20.3.0.60 2,085 12/6/2022
20.3.0.59 1,553 11/29/2022
20.3.0.58 1,527 11/21/2022
20.3.0.57 1,557 11/15/2022
20.3.0.56 11,517 11/8/2022
20.3.0.52 1,670 10/27/2022
20.3.0.50 1,604 10/17/2022
20.3.0.49 1,613 10/11/2022
20.3.0.48 1,614 10/5/2022
20.3.0.47 1,696 9/29/2022
20.2.0.50 1,651 9/20/2022
20.2.0.49 1,645 9/13/2022
20.2.0.48 1,643 9/6/2022
20.2.0.46 1,621 8/30/2022
20.2.0.45 1,615 8/23/2022
20.2.0.44 1,649 8/16/2022
20.2.0.43 1,835 8/8/2022
20.2.0.40 1,691 7/26/2022
20.2.0.39 1,656 7/19/2022
20.2.0.38 1,705 7/12/2022
20.2.0.36 1,830 6/30/2022
20.1.0.61 1,706 6/20/2022
20.1.0.60 1,808 6/14/2022
20.1.0.59 1,664 6/6/2022
20.1.0.58 1,782 5/30/2022
20.1.0.57 1,693 5/23/2022
20.1.0.56 2,070 5/17/2022
20.1.0.55 1,791 5/12/2022
20.1.0.52 1,751 5/2/2022
20.1.0.51 1,748 4/26/2022
20.1.0.50 1,710 4/19/2022
20.1.0.48 1,739 4/12/2022
20.1.0.47 1,915 4/4/2022
19.4.0.56 2,341 3/14/2022
19.4.0.55 1,711 3/8/2022
19.4.0.54 4,202 2/28/2022
19.4.0.53 1,696 2/22/2022
19.4.0.52 1,696 2/15/2022
19.4.0.50 1,695 2/8/2022
19.4.0.48 1,892 1/31/2022
19.4.0.47 1,674 1/24/2022
19.4.0.43 1,719 1/18/2022
19.4.0.42 1,729 1/10/2022
19.4.0.41 1,556 1/4/2022
19.4.0.40 1,580 12/28/2021
19.4.0.38 1,732 12/17/2021
19.3.0.59 1,614 12/14/2021
19.3.0.57 1,768 12/7/2021
19.3.0.56 2,455 11/29/2021
19.3.0.55 2,164 11/23/2021
19.3.0.54 1,581 11/17/2021
19.3.0.53 1,651 11/12/2021
19.3.0.48 1,623 11/2/2021
19.3.0.47 1,648 10/26/2021
19.3.0.46 1,593 10/19/2021
19.3.0.45 1,605 10/12/2021
19.3.0.44 1,615 10/5/2021
19.3.0.43 1,688 9/30/2021
19.2.0.62 1,711 9/13/2021
19.2.0.60 1,660 9/7/2021
19.2.0.59 1,627 8/30/2021
19.2.0.57 3,749 8/24/2021
19.2.0.56 1,807 8/17/2021
19.2.0.55 1,753 8/11/2021
19.2.0.51 1,649 8/2/2021
19.2.0.49 1,650 7/26/2021
19.2.0.48 1,621 7/19/2021
19.2.0.47 1,714 7/13/2021
19.2.0.46 1,636 7/6/2021
19.2.0.44 1,783 6/30/2021
19.1.0.69 1,736 6/14/2021
19.1.0.67 2,765 6/7/2021
19.1.0.66 1,709 5/31/2021
19.1.0.65 1,698 5/24/2021
19.1.0.64 1,634 5/19/2021
19.1.0.63 1,825 5/13/2021
19.1.0.59 1,716 5/3/2021
19.1.0.58 1,675 4/26/2021
19.1.0.57 1,705 4/20/2021
19.1.0.56 2,128 4/12/2021
19.1.0.55 1,709 4/6/2021
19.1.0.54 1,860 3/30/2021
18.4.0.49 1,781 3/22/2021
18.4.0.48 3,247 3/16/2021
18.4.0.47 1,604 3/9/2021
18.4.0.46 2,016 3/2/2021
18.4.0.44 1,683 2/23/2021
18.4.0.43 1,630 2/15/2021
18.4.0.42 1,704 2/9/2021
18.4.0.41 1,625 2/2/2021
18.4.0.39 1,824 1/28/2021
18.4.0.35 1,720 1/19/2021
18.4.0.34 1,661 1/12/2021
18.4.0.33 1,680 1/4/2021
18.4.0.32 1,651 12/30/2020
18.4.0.31 1,706 12/22/2020
18.4.0.30 1,886 12/17/2020
18.3.0.53 1,752 12/8/2020
18.3.0.52 2,939 11/30/2020
18.3.0.51 1,822 11/23/2020
18.3.0.50 1,705 11/17/2020
18.3.0.48 1,741 11/10/2020
18.3.0.47 1,778 11/5/2020
18.3.0.44 1,788 10/27/2020
18.3.0.42 1,766 10/20/2020
18.3.0.40 1,780 10/12/2020
18.3.0.38 1,775 10/7/2020
18.3.0.35 1,890 10/1/2020
18.2.0.59 6,115 9/22/2020
18.2.0.58 1,711 9/15/2020
18.2.0.57 1,768 9/8/2020
18.2.0.56 1,735 9/1/2020
18.2.0.55 1,755 8/24/2020
18.2.0.54 1,883 8/18/2020
18.2.0.48 1,749 8/4/2020
18.2.0.47 1,887 7/28/2020
18.2.0.46 1,773 7/21/2020
18.2.0.45 1,764 7/14/2020
18.2.0.44 2,077 7/6/2020
18.1.0.59 2,010 6/23/2020
18.1.0.57 1,754 6/15/2020
18.1.0.56 1,790 6/9/2020
18.1.0.55 1,758 6/2/2020
18.1.0.54 1,815 5/26/2020
18.1.0.53 1,860 5/19/2020
18.1.0.52 1,991 5/13/2020
18.1.0.48 1,837 5/5/2020
18.1.0.46 1,804 4/28/2020
18.1.0.45 1,847 4/21/2020
18.1.0.44 1,782 4/14/2020
18.1.0.43 2,026 4/7/2020
18.1.0.42 18,947 4/1/2020
18.1.0.36-beta 570 3/19/2020
17.4.0.55 2,262 3/10/2020
17.4.0.53 2,038 3/3/2020
17.4.0.51 2,881 2/25/2020
17.4.0.50 1,815 2/18/2020
17.4.0.49 2,198 2/11/2020
17.4.0.47 1,785 2/5/2020
17.4.0.46 1,817 1/30/2020
17.4.0.44 1,858 1/21/2020
17.4.0.43 1,801 1/14/2020
17.4.0.41 1,892 1/7/2020
17.4.0.40 1,877 12/24/2019
17.4.0.39 1,908 12/17/2019
17.3.0.34 1,843 12/10/2019
17.3.0.33 1,791 12/4/2019
17.3.0.30 2,736 12/3/2019
17.3.0.29 1,863 11/26/2019
17.3.0.28 1,811 11/18/2019
17.3.0.27 1,814 11/12/2019
17.3.0.26 1,857 11/5/2019
17.3.0.21 1,832 10/29/2019
17.3.0.19 1,852 10/22/2019
17.3.0.17 1,850 10/15/2019
17.3.0.14 1,857 10/3/2019
17.3.0.9-beta 584 9/20/2019
17.2.0.51 2,196 9/10/2019
17.2.0.49 2,426 9/3/2019
17.2.0.47 1,911 8/27/2019
17.2.0.46 1,940 8/22/2019
17.2.0.41 1,904 8/13/2019
17.2.0.40 1,887 8/6/2019
17.2.0.39 1,928 7/30/2019
17.2.0.36 1,930 7/23/2019
17.2.0.35 1,867 7/17/2019
17.2.0.34 2,394 7/11/2019
17.2.0.28-beta 647 6/27/2019
17.1.0.53 1,947 6/25/2019
17.1.0.52 1,975 6/18/2019
17.1.0.51 1,912 6/11/2019
17.1.0.50 1,929 6/4/2019
17.1.0.49 1,935 5/28/2019
17.1.0.48 1,909 5/21/2019
17.1.0.47 1,910 5/14/2019
17.1.0.44 1,906 5/7/2019
17.1.0.43 1,926 4/30/2019
17.1.0.42 1,983 4/23/2019
17.1.0.41 1,928 4/16/2019
17.1.0.40 1,933 4/9/2019
17.1.0.38 1,977 3/29/2019
17.1.0.32-beta 645 3/13/2019
16.4.0.54 2,071 2/19/2019
16.4.0.53 2,040 2/13/2019
16.4.0.52 2,057 2/5/2019
16.4.0.48 2,042 1/22/2019
16.4.0.47 2,034 1/16/2019
16.4.0.46 2,046 1/8/2019
16.4.0.44 2,029 12/24/2018
16.4.0.42 2,094 12/20/2018
16.3.0.36 2,048 11/27/2018
16.3.0.35-beta 771 11/23/2018
16.3.0.29 2,169 10/30/2018
16.3.0.21 2,224 9/21/2018