Syncfusion.ExcelToPdfConverter.Wpf 29.2.4

Prefix Reserved
dotnet add package Syncfusion.ExcelToPdfConverter.Wpf --version 29.2.4
                    
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.Wpf -Version 29.2.4
                    
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="29.2.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.ExcelToPdfConverter.Wpf" Version="29.2.4" />
                    
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 29.2.4
                    
#r "nuget: Syncfusion.ExcelToPdfConverter.Wpf, 29.2.4"
                    
#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=29.2.4
                    
Install Syncfusion.ExcelToPdfConverter.Wpf as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelToPdfConverter.Wpf&version=29.2.4
                    
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® 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
29.2.4 77 5/14/2025
29.1.41 356 5/5/2025
29.1.40 313 4/28/2025
29.1.39 223 4/21/2025
29.1.38 236 4/14/2025
29.1.37 204 4/8/2025
29.1.35 195 4/1/2025
29.1.33 614 3/25/2025
28.2.12 184 3/19/2025
28.2.11 205 3/10/2025
28.2.9 272 3/3/2025
28.2.7 145 2/25/2025
28.2.6 588 2/17/2025
28.2.5 482 2/11/2025
28.2.4 151 2/4/2025
28.2.3 205 1/29/2025
28.1.41 141 1/20/2025
28.1.39 242 1/13/2025
28.1.38 132 1/7/2025
28.1.37 133 12/31/2024
28.1.36 128 12/23/2024
28.1.35 121 12/18/2024
28.1.33 432 12/12/2024
27.2.5 229 12/2/2024
27.2.4 139 11/26/2024
27.2.3 117 11/22/2024
27.2.2 204 11/15/2024
27.1.58 216 11/4/2024
27.1.57 161 10/28/2024
27.1.56 298 10/23/2024
27.1.55 124 10/21/2024
27.1.53 146 10/14/2024
27.1.52 161 10/7/2024
27.1.51 556 9/30/2024
27.1.50 156 9/23/2024
27.1.48 231 9/18/2024
26.2.14 249 9/9/2024
26.2.13 142 9/5/2024
26.2.12 124 9/2/2024
26.2.11 153 8/27/2024
26.2.10 288 8/19/2024
26.2.9 166 8/12/2024
26.2.8 120 8/5/2024
26.2.7 172 7/29/2024
26.2.5 118 7/25/2024
26.2.4 231 7/24/2024
26.1.42 163 7/15/2024
26.1.41 153 7/8/2024
26.1.40 216 7/1/2024
26.1.39 152 6/24/2024
26.1.38 237 6/18/2024
26.1.35 289 6/11/2024
25.2.7 209 6/3/2024
25.2.6 201 5/28/2024
25.2.5 1,013 5/21/2024
25.2.4 146 5/14/2024
25.2.3 218 5/8/2024
25.1.42 237 4/29/2024
25.1.41 167 4/23/2024
25.1.40 182 4/15/2024
25.1.39 226 4/8/2024
25.1.38 212 4/1/2024
25.1.37 192 3/26/2024
25.1.35 316 3/15/2024
24.2.9 242 3/4/2024
24.2.8 190 2/26/2024
24.2.7 197 2/19/2024
24.2.6 295 2/14/2024
24.2.5 156 2/12/2024
24.2.4 176 2/5/2024
24.2.3 254 1/31/2024
24.1.47 158 1/22/2024
24.1.46 148 1/16/2024
24.1.45 188 1/8/2024
24.1.44 196 1/2/2024
24.1.43 151 12/27/2023
24.1.41 354 12/18/2023
23.2.7 230 12/6/2023
23.2.6 229 11/28/2023
23.2.5 210 11/23/2023
23.2.4 327 11/20/2023
23.1.44 407 11/6/2023
23.1.43 1,962 10/30/2023
23.1.42 233 10/23/2023
23.1.41 178 10/16/2023
23.1.40 224 10/10/2023
23.1.39 337 10/4/2023
23.1.38 243 9/26/2023
23.1.36 367 9/15/2023
22.2.12 208 9/5/2023
22.2.11 246 8/28/2023
22.2.10 202 8/22/2023
22.2.9 213 8/14/2023
22.2.8 225 8/7/2023
22.2.7 216 8/2/2023
22.2.5 387 7/27/2023
22.1.39 248 7/18/2023
22.1.38 222 7/11/2023
22.1.37 254 7/3/2023
22.1.36 242 6/28/2023
22.1.34 386 6/21/2023
21.2.10 270 6/12/2023
21.2.9 280 6/6/2023
21.2.8 281 5/30/2023
21.2.6 288 5/22/2023
21.2.5 243 5/15/2023
21.2.4 247 5/9/2023
21.2.3 452 5/3/2023
21.1.41 343 4/19/2023
21.1.39 321 4/10/2023
21.1.38 335 4/3/2023
21.1.37 343 3/29/2023
21.1.35 987 3/23/2023
20.4.0.54 452 3/13/2023
20.4.0.53 364 3/7/2023
20.4.0.52 387 2/28/2023
20.4.0.51 362 2/21/2023
20.4.0.50 420 2/14/2023
20.4.0.49 545 2/7/2023
20.4.0.48 800 2/1/2023
20.4.0.44 413 1/18/2023
20.4.0.43 410 1/10/2023
20.4.0.42 429 1/4/2023
20.4.0.41 460 12/29/2022
20.4.0.40 407 12/28/2022
20.4.0.38 496 12/21/2022
20.3.0.61 506 12/12/2022
20.3.0.60 984 12/6/2022
20.3.0.59 461 11/29/2022
20.3.0.58 427 11/21/2022
20.3.0.57 467 11/15/2022
20.3.0.56 9,318 11/8/2022
20.3.0.52 567 10/27/2022
20.3.0.50 501 10/17/2022
20.3.0.49 503 10/11/2022
20.3.0.48 530 10/5/2022
20.3.0.47 586 9/29/2022
20.2.0.50 561 9/20/2022
20.2.0.49 538 9/13/2022
20.2.0.48 554 9/6/2022
20.2.0.46 524 8/30/2022
20.2.0.45 515 8/23/2022
20.2.0.44 552 8/16/2022
20.2.0.43 729 8/8/2022
20.2.0.40 590 7/26/2022
20.2.0.39 559 7/19/2022
20.2.0.38 589 7/12/2022
20.2.0.36 729 6/30/2022
20.1.0.61 596 6/20/2022
20.1.0.60 695 6/14/2022
20.1.0.59 596 6/6/2022
20.1.0.58 668 5/30/2022
20.1.0.57 598 5/23/2022
20.1.0.56 973 5/17/2022
20.1.0.55 687 5/12/2022
20.1.0.52 644 5/2/2022
20.1.0.51 643 4/26/2022
20.1.0.50 598 4/19/2022
20.1.0.48 634 4/12/2022
20.1.0.47 812 4/4/2022
19.4.0.56 1,250 3/14/2022
19.4.0.55 613 3/8/2022
19.4.0.54 3,115 2/28/2022
19.4.0.53 587 2/22/2022
19.4.0.52 587 2/15/2022
19.4.0.50 587 2/8/2022
19.4.0.48 788 1/31/2022
19.4.0.47 576 1/24/2022
19.4.0.43 608 1/18/2022
19.4.0.42 615 1/10/2022
19.4.0.41 450 1/4/2022
19.4.0.40 472 12/28/2021
19.4.0.38 616 12/17/2021
19.3.0.59 497 12/14/2021
19.3.0.57 625 12/7/2021
19.3.0.56 1,345 11/29/2021
19.3.0.55 1,058 11/23/2021
19.3.0.54 468 11/17/2021
19.3.0.53 535 11/12/2021
19.3.0.48 527 11/2/2021
19.3.0.47 534 10/26/2021
19.3.0.46 485 10/19/2021
19.3.0.45 516 10/12/2021
19.3.0.44 504 10/5/2021
19.3.0.43 571 9/30/2021
19.2.0.62 611 9/13/2021
19.2.0.60 550 9/7/2021
19.2.0.59 525 8/30/2021
19.2.0.57 2,641 8/24/2021
19.2.0.56 689 8/17/2021
19.2.0.55 648 8/11/2021
19.2.0.51 538 8/2/2021
19.2.0.49 559 7/26/2021
19.2.0.48 513 7/19/2021
19.2.0.47 602 7/13/2021
19.2.0.46 521 7/6/2021
19.2.0.44 669 6/30/2021
19.1.0.69 621 6/14/2021
19.1.0.67 1,655 6/7/2021
19.1.0.66 594 5/31/2021
19.1.0.65 588 5/24/2021
19.1.0.64 540 5/19/2021
19.1.0.63 711 5/13/2021
19.1.0.59 605 5/3/2021
19.1.0.58 565 4/26/2021
19.1.0.57 581 4/20/2021
19.1.0.56 1,018 4/12/2021
19.1.0.55 599 4/6/2021
19.1.0.54 721 3/30/2021
18.4.0.49 668 3/22/2021
18.4.0.48 2,094 3/16/2021
18.4.0.47 517 3/9/2021
18.4.0.46 907 3/2/2021
18.4.0.44 566 2/23/2021
18.4.0.43 516 2/15/2021
18.4.0.42 588 2/9/2021
18.4.0.41 522 2/2/2021
18.4.0.39 707 1/28/2021
18.4.0.35 604 1/19/2021
18.4.0.34 547 1/12/2021
18.4.0.33 567 1/4/2021
18.4.0.32 545 12/30/2020
18.4.0.31 591 12/22/2020
18.4.0.30 770 12/17/2020
18.3.0.53 634 12/8/2020
18.3.0.52 1,337 11/30/2020
18.3.0.51 712 11/23/2020
18.3.0.50 585 11/17/2020
18.3.0.48 621 11/10/2020
18.3.0.47 666 11/5/2020
18.3.0.44 666 10/27/2020
18.3.0.42 665 10/20/2020
18.3.0.40 655 10/12/2020
18.3.0.38 661 10/7/2020
18.3.0.35 762 10/1/2020
18.2.0.59 3,210 9/22/2020
18.2.0.58 593 9/15/2020
18.2.0.57 641 9/8/2020
18.2.0.56 621 9/1/2020
18.2.0.55 630 8/24/2020
18.2.0.54 777 8/18/2020
18.2.0.48 635 8/4/2020
18.2.0.47 767 7/28/2020
18.2.0.46 653 7/21/2020
18.2.0.45 648 7/14/2020
18.2.0.44 934 7/6/2020
18.1.0.59 894 6/23/2020
18.1.0.57 649 6/15/2020
18.1.0.56 668 6/9/2020
18.1.0.55 642 6/2/2020
18.1.0.54 678 5/26/2020
18.1.0.53 760 5/19/2020
18.1.0.52 862 5/13/2020
18.1.0.48 730 5/5/2020
18.1.0.46 683 4/28/2020
18.1.0.45 720 4/21/2020
18.1.0.44 671 4/14/2020
18.1.0.43 894 4/7/2020
18.1.0.42 17,760 4/1/2020
18.1.0.36-beta 461 3/19/2020
17.4.0.55 1,110 3/10/2020
17.4.0.53 907 3/3/2020
17.4.0.51 1,754 2/25/2020
17.4.0.50 683 2/18/2020
17.4.0.49 1,059 2/11/2020
17.4.0.47 661 2/5/2020
17.4.0.46 700 1/30/2020
17.4.0.44 735 1/21/2020
17.4.0.43 663 1/14/2020
17.4.0.41 763 1/7/2020
17.4.0.40 746 12/24/2019
17.4.0.39 779 12/17/2019
17.3.0.34 713 12/10/2019
17.3.0.33 671 12/4/2019
17.3.0.30 1,601 12/3/2019
17.3.0.29 732 11/26/2019
17.3.0.28 687 11/18/2019
17.3.0.27 693 11/12/2019
17.3.0.26 729 11/5/2019
17.3.0.21 711 10/29/2019
17.3.0.19 726 10/22/2019
17.3.0.17 737 10/15/2019
17.3.0.14 746 10/3/2019
17.3.0.9-beta 471 9/20/2019
17.2.0.51 1,055 9/10/2019
17.2.0.49 1,307 9/3/2019
17.2.0.47 768 8/27/2019
17.2.0.46 824 8/22/2019
17.2.0.41 780 8/13/2019
17.2.0.40 766 8/6/2019
17.2.0.39 799 7/30/2019
17.2.0.36 818 7/23/2019
17.2.0.35 752 7/17/2019
17.2.0.34 1,264 7/11/2019
17.2.0.28-beta 547 6/27/2019
17.1.0.53 816 6/25/2019
17.1.0.52 842 6/18/2019
17.1.0.51 783 6/11/2019
17.1.0.50 829 6/4/2019
17.1.0.49 807 5/28/2019
17.1.0.48 793 5/21/2019
17.1.0.47 785 5/14/2019
17.1.0.44 767 5/7/2019
17.1.0.43 810 4/30/2019
17.1.0.42 863 4/23/2019
17.1.0.41 813 4/16/2019
17.1.0.40 831 4/9/2019
17.1.0.38 860 3/29/2019
17.1.0.32-beta 536 3/13/2019
16.4.0.54 939 2/19/2019
16.4.0.53 898 2/13/2019
16.4.0.52 923 2/5/2019
16.4.0.48 902 1/22/2019
16.4.0.47 919 1/16/2019
16.4.0.46 907 1/8/2019
16.4.0.44 898 12/24/2018
16.4.0.42 964 12/20/2018
16.3.0.36 917 11/27/2018
16.3.0.35-beta 659 11/23/2018
16.3.0.29 1,023 10/30/2018
16.3.0.21 1,066 9/21/2018