Syncfusion.ExcelToPdfConverter.Wpf 25.1.35

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Syncfusion.ExcelToPdfConverter.Wpf --version 25.1.35
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.Wpf -Version 25.1.35
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="25.1.35" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.ExcelToPdfConverter.Wpf --version 25.1.35
#r "nuget: Syncfusion.ExcelToPdfConverter.Wpf, 25.1.35"
#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.
// Install Syncfusion.ExcelToPdfConverter.Wpf as a Cake Addin
#addin nuget:?package=Syncfusion.ExcelToPdfConverter.Wpf&version=25.1.35

// Install Syncfusion.ExcelToPdfConverter.Wpf as a Cake Tool
#tool nuget:?package=Syncfusion.ExcelToPdfConverter.Wpf&version=25.1.35

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, 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 net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  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
25.1.35 56 3/15/2024
24.2.9 128 3/4/2024
24.2.8 115 2/26/2024
24.2.7 126 2/19/2024
24.2.6 138 2/14/2024
24.2.5 79 2/12/2024
24.2.4 121 2/5/2024
24.2.3 185 1/31/2024
24.1.47 95 1/22/2024
24.1.46 98 1/16/2024
24.1.45 127 1/8/2024
24.1.44 132 1/2/2024
24.1.43 106 12/27/2023
24.1.41 238 12/18/2023
23.2.7 170 12/6/2023
23.2.6 166 11/28/2023
23.2.5 150 11/23/2023
23.2.4 207 11/20/2023
23.1.44 174 11/6/2023
23.1.43 236 10/30/2023
23.1.42 172 10/23/2023
23.1.41 133 10/16/2023
23.1.40 161 10/10/2023
23.1.39 278 10/4/2023
23.1.38 174 9/26/2023
23.1.36 279 9/15/2023
22.2.12 145 9/5/2023
22.2.11 179 8/28/2023
22.2.10 141 8/22/2023
22.2.9 151 8/14/2023
22.2.8 163 8/7/2023
22.2.7 155 8/2/2023
22.2.5 309 7/27/2023
22.1.39 178 7/18/2023
22.1.38 158 7/11/2023
22.1.37 197 7/3/2023
22.1.36 186 6/28/2023
22.1.34 320 6/21/2023
21.2.10 203 6/12/2023
21.2.9 190 6/6/2023
21.2.8 178 5/30/2023
21.2.6 200 5/22/2023
21.2.5 177 5/15/2023
21.2.4 186 5/9/2023
21.2.3 382 5/3/2023
21.1.41 278 4/19/2023
21.1.39 252 4/10/2023
21.1.38 254 4/3/2023
21.1.37 278 3/29/2023
21.1.35 725 3/23/2023
20.4.0.54 388 3/13/2023
20.4.0.53 301 3/7/2023
20.4.0.52 321 2/28/2023
20.4.0.51 297 2/21/2023
20.4.0.50 327 2/14/2023
20.4.0.49 483 2/7/2023
20.4.0.48 704 2/1/2023
20.4.0.44 348 1/18/2023
20.4.0.43 336 1/10/2023
20.4.0.42 352 1/4/2023
20.4.0.41 379 12/29/2022
20.4.0.40 342 12/28/2022
20.4.0.38 418 12/21/2022
20.3.0.61 377 12/12/2022
20.3.0.60 906 12/6/2022
20.3.0.59 399 11/29/2022
20.3.0.58 371 11/21/2022
20.3.0.57 414 11/15/2022
20.3.0.56 4,230 11/8/2022
20.3.0.52 509 10/27/2022
20.3.0.50 442 10/17/2022
20.3.0.49 460 10/11/2022
20.3.0.48 471 10/5/2022
20.3.0.47 531 9/29/2022
20.2.0.50 476 9/20/2022
20.2.0.49 478 9/13/2022
20.2.0.48 482 9/6/2022
20.2.0.46 460 8/30/2022
20.2.0.45 473 8/23/2022
20.2.0.44 497 8/16/2022
20.2.0.43 649 8/8/2022
20.2.0.40 526 7/26/2022
20.2.0.39 496 7/19/2022
20.2.0.38 532 7/12/2022
20.2.0.36 670 6/30/2022
20.1.0.61 540 6/20/2022
20.1.0.60 636 6/14/2022
20.1.0.59 533 6/6/2022
20.1.0.58 596 5/30/2022
20.1.0.57 538 5/23/2022
20.1.0.56 885 5/17/2022
20.1.0.55 628 5/12/2022
20.1.0.52 556 5/2/2022
20.1.0.51 582 4/26/2022
20.1.0.50 530 4/19/2022
20.1.0.48 574 4/12/2022
20.1.0.47 693 4/4/2022
19.4.0.56 1,125 3/14/2022
19.4.0.55 551 3/8/2022
19.4.0.54 3,034 2/28/2022
19.4.0.53 526 2/22/2022
19.4.0.52 521 2/15/2022
19.4.0.50 523 2/8/2022
19.4.0.48 667 1/31/2022
19.4.0.47 516 1/24/2022
19.4.0.43 545 1/18/2022
19.4.0.42 548 1/10/2022
19.4.0.41 384 1/4/2022
19.4.0.40 404 12/28/2021
19.4.0.38 543 12/17/2021
19.3.0.59 431 12/14/2021
19.3.0.57 494 12/7/2021
19.3.0.56 1,271 11/29/2021
19.3.0.55 995 11/23/2021
19.3.0.54 406 11/17/2021
19.3.0.53 467 11/12/2021
19.3.0.48 460 11/2/2021
19.3.0.47 466 10/26/2021
19.3.0.46 422 10/19/2021
19.3.0.45 446 10/12/2021
19.3.0.44 431 10/5/2021
19.3.0.43 507 9/30/2021
19.2.0.62 529 9/13/2021
19.2.0.60 478 9/7/2021
19.2.0.59 455 8/30/2021
19.2.0.57 2,574 8/24/2021
19.2.0.56 575 8/17/2021
19.2.0.55 574 8/11/2021
19.2.0.51 472 8/2/2021
19.2.0.49 492 7/26/2021
19.2.0.48 446 7/19/2021
19.2.0.47 537 7/13/2021
19.2.0.46 472 7/6/2021
19.2.0.44 600 6/30/2021
19.1.0.69 540 6/14/2021
19.1.0.67 511 6/7/2021
19.1.0.66 525 5/31/2021
19.1.0.65 522 5/24/2021
19.1.0.64 476 5/19/2021
19.1.0.63 634 5/13/2021
19.1.0.59 534 5/3/2021
19.1.0.58 497 4/26/2021
19.1.0.57 506 4/20/2021
19.1.0.56 946 4/12/2021
19.1.0.55 530 4/6/2021
19.1.0.54 607 3/30/2021
18.4.0.49 590 3/22/2021
18.4.0.48 1,568 3/16/2021
18.4.0.47 464 3/9/2021
18.4.0.46 838 3/2/2021
18.4.0.44 489 2/23/2021
18.4.0.43 463 2/15/2021
18.4.0.42 511 2/9/2021
18.4.0.41 466 2/2/2021
18.4.0.39 651 1/28/2021
18.4.0.35 520 1/19/2021
18.4.0.34 484 1/12/2021
18.4.0.33 494 1/4/2021
18.4.0.32 470 12/30/2020
18.4.0.31 518 12/22/2020
18.4.0.30 597 12/17/2020
18.3.0.53 571 12/8/2020
18.3.0.52 725 11/30/2020
18.3.0.51 639 11/23/2020
18.3.0.50 531 11/17/2020
18.3.0.48 547 11/10/2020
18.3.0.47 597 11/5/2020
18.3.0.44 592 10/27/2020
18.3.0.42 594 10/20/2020
18.3.0.40 583 10/12/2020
18.3.0.38 587 10/7/2020
18.3.0.35 679 10/1/2020
18.2.0.59 675 9/22/2020
18.2.0.58 517 9/15/2020
18.2.0.57 563 9/8/2020
18.2.0.56 547 9/1/2020
18.2.0.55 555 8/24/2020
18.2.0.54 690 8/18/2020
18.2.0.48 562 8/4/2020
18.2.0.47 670 7/28/2020
18.2.0.46 578 7/21/2020
18.2.0.45 576 7/14/2020
18.2.0.44 851 7/6/2020
18.1.0.59 788 6/23/2020
18.1.0.57 577 6/15/2020
18.1.0.56 593 6/9/2020
18.1.0.55 582 6/2/2020
18.1.0.54 606 5/26/2020
18.1.0.53 686 5/19/2020
18.1.0.52 787 5/13/2020
18.1.0.48 629 5/5/2020
18.1.0.46 609 4/28/2020
18.1.0.45 655 4/21/2020
18.1.0.44 595 4/14/2020
18.1.0.43 779 4/7/2020
18.1.0.42 16,983 4/1/2020
18.1.0.36-beta 394 3/19/2020
17.4.0.55 986 3/10/2020
17.4.0.53 832 3/3/2020
17.4.0.51 1,669 2/25/2020
17.4.0.50 612 2/18/2020
17.4.0.49 970 2/11/2020
17.4.0.47 589 2/5/2020
17.4.0.46 623 1/30/2020
17.4.0.44 636 1/21/2020
17.4.0.43 602 1/14/2020
17.4.0.41 678 1/7/2020
17.4.0.40 669 12/24/2019
17.4.0.39 696 12/17/2019
17.3.0.34 631 12/10/2019
17.3.0.33 612 12/4/2019
17.3.0.30 1,524 12/3/2019
17.3.0.29 655 11/26/2019
17.3.0.28 609 11/18/2019
17.3.0.27 616 11/12/2019
17.3.0.26 649 11/5/2019
17.3.0.21 631 10/29/2019
17.3.0.19 648 10/22/2019
17.3.0.17 659 10/15/2019
17.3.0.14 673 10/3/2019
17.3.0.9-beta 399 9/20/2019
17.2.0.51 970 9/10/2019
17.2.0.49 1,233 9/3/2019
17.2.0.47 689 8/27/2019
17.2.0.46 748 8/22/2019
17.2.0.41 716 8/13/2019
17.2.0.40 685 8/6/2019
17.2.0.39 717 7/30/2019
17.2.0.36 736 7/23/2019
17.2.0.35 675 7/17/2019
17.2.0.34 1,186 7/11/2019
17.2.0.28-beta 478 6/27/2019
17.1.0.53 743 6/25/2019
17.1.0.52 763 6/18/2019
17.1.0.51 708 6/11/2019
17.1.0.50 749 6/4/2019
17.1.0.49 730 5/28/2019
17.1.0.48 712 5/21/2019
17.1.0.47 703 5/14/2019
17.1.0.44 684 5/7/2019
17.1.0.43 730 4/30/2019
17.1.0.42 784 4/23/2019
17.1.0.41 735 4/16/2019
17.1.0.40 752 4/9/2019
17.1.0.38 757 3/29/2019
17.1.0.32-beta 453 3/13/2019
16.4.0.54 856 2/19/2019
16.4.0.53 814 2/13/2019
16.4.0.52 842 2/5/2019
16.4.0.48 815 1/22/2019
16.4.0.47 839 1/16/2019
16.4.0.46 828 1/8/2019
16.4.0.44 812 12/24/2018
16.4.0.42 879 12/20/2018
16.3.0.36 834 11/27/2018
16.3.0.35-beta 579 11/23/2018
16.3.0.29 925 10/30/2018
16.3.0.21 951 9/21/2018