Syncfusion.ExcelToPdfConverter.Wpf 20.1.0.52

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

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

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. 
.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
25.1.37 83 3/26/2024
25.1.35 153 3/15/2024
24.2.9 133 3/4/2024
24.2.8 117 2/26/2024
24.2.7 130 2/19/2024
24.2.6 147 2/14/2024
24.2.5 80 2/12/2024
24.2.4 122 2/5/2024
24.2.3 193 1/31/2024
24.1.47 97 1/22/2024
24.1.46 100 1/16/2024
24.1.45 131 1/8/2024
24.1.44 137 1/2/2024
24.1.43 107 12/27/2023
24.1.41 242 12/18/2023
23.2.7 172 12/6/2023
23.2.6 169 11/28/2023
23.2.5 152 11/23/2023
23.2.4 211 11/20/2023
23.1.44 178 11/6/2023
23.1.43 310 10/30/2023
23.1.42 173 10/23/2023
23.1.41 135 10/16/2023
23.1.40 163 10/10/2023
23.1.39 280 10/4/2023
23.1.38 178 9/26/2023
23.1.36 290 9/15/2023
22.2.12 149 9/5/2023
22.2.11 183 8/28/2023
22.2.10 145 8/22/2023
22.2.9 155 8/14/2023
22.2.8 167 8/7/2023
22.2.7 159 8/2/2023
22.2.5 314 7/27/2023
22.1.39 181 7/18/2023
22.1.38 162 7/11/2023
22.1.37 200 7/3/2023
22.1.36 190 6/28/2023
22.1.34 324 6/21/2023
21.2.10 207 6/12/2023
21.2.9 193 6/6/2023
21.2.8 182 5/30/2023
21.2.6 204 5/22/2023
21.2.5 180 5/15/2023
21.2.4 189 5/9/2023
21.2.3 387 5/3/2023
21.1.41 279 4/19/2023
21.1.39 253 4/10/2023
21.1.38 259 4/3/2023
21.1.37 279 3/29/2023
21.1.35 749 3/23/2023
20.4.0.54 390 3/13/2023
20.4.0.53 303 3/7/2023
20.4.0.52 323 2/28/2023
20.4.0.51 299 2/21/2023
20.4.0.50 329 2/14/2023
20.4.0.49 485 2/7/2023
20.4.0.48 708 2/1/2023
20.4.0.44 350 1/18/2023
20.4.0.43 342 1/10/2023
20.4.0.42 360 1/4/2023
20.4.0.41 381 12/29/2022
20.4.0.40 344 12/28/2022
20.4.0.38 420 12/21/2022
20.3.0.61 378 12/12/2022
20.3.0.60 913 12/6/2022
20.3.0.59 401 11/29/2022
20.3.0.58 373 11/21/2022
20.3.0.57 416 11/15/2022
20.3.0.56 4,422 11/8/2022
20.3.0.52 510 10/27/2022
20.3.0.50 444 10/17/2022
20.3.0.49 461 10/11/2022
20.3.0.48 473 10/5/2022
20.3.0.47 532 9/29/2022
20.2.0.50 477 9/20/2022
20.2.0.49 480 9/13/2022
20.2.0.48 485 9/6/2022
20.2.0.46 462 8/30/2022
20.2.0.45 475 8/23/2022
20.2.0.44 498 8/16/2022
20.2.0.43 653 8/8/2022
20.2.0.40 528 7/26/2022
20.2.0.39 498 7/19/2022
20.2.0.38 534 7/12/2022
20.2.0.36 672 6/30/2022
20.1.0.61 542 6/20/2022
20.1.0.60 637 6/14/2022
20.1.0.59 534 6/6/2022
20.1.0.58 598 5/30/2022
20.1.0.57 539 5/23/2022
20.1.0.56 888 5/17/2022
20.1.0.55 630 5/12/2022
20.1.0.52 558 5/2/2022
20.1.0.51 584 4/26/2022
20.1.0.50 531 4/19/2022
20.1.0.48 576 4/12/2022
20.1.0.47 696 4/4/2022
19.4.0.56 1,127 3/14/2022
19.4.0.55 552 3/8/2022
19.4.0.54 3,038 2/28/2022
19.4.0.53 528 2/22/2022
19.4.0.52 523 2/15/2022
19.4.0.50 525 2/8/2022
19.4.0.48 669 1/31/2022
19.4.0.47 517 1/24/2022
19.4.0.43 547 1/18/2022
19.4.0.42 550 1/10/2022
19.4.0.41 386 1/4/2022
19.4.0.40 407 12/28/2021
19.4.0.38 545 12/17/2021
19.3.0.59 432 12/14/2021
19.3.0.57 499 12/7/2021
19.3.0.56 1,273 11/29/2021
19.3.0.55 997 11/23/2021
19.3.0.54 408 11/17/2021
19.3.0.53 469 11/12/2021
19.3.0.48 462 11/2/2021
19.3.0.47 468 10/26/2021
19.3.0.46 423 10/19/2021
19.3.0.45 448 10/12/2021
19.3.0.44 433 10/5/2021
19.3.0.43 508 9/30/2021
19.2.0.62 531 9/13/2021
19.2.0.60 480 9/7/2021
19.2.0.59 456 8/30/2021
19.2.0.57 2,575 8/24/2021
19.2.0.56 577 8/17/2021
19.2.0.55 576 8/11/2021
19.2.0.51 474 8/2/2021
19.2.0.49 494 7/26/2021
19.2.0.48 448 7/19/2021
19.2.0.47 538 7/13/2021
19.2.0.46 472 7/6/2021
19.2.0.44 600 6/30/2021
19.1.0.69 542 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 636 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 592 3/22/2021
18.4.0.48 1,580 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 513 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 598 12/17/2020
18.3.0.53 571 12/8/2020
18.3.0.52 726 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 679 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 785 4/7/2020
18.1.0.42 16,997 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,671 2/25/2020
17.4.0.50 612 2/18/2020
17.4.0.49 972 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 718 7/30/2019
17.2.0.36 738 7/23/2019
17.2.0.35 677 7/17/2019
17.2.0.34 1,187 7/11/2019
17.2.0.28-beta 478 6/27/2019
17.1.0.53 743 6/25/2019
17.1.0.52 765 6/18/2019
17.1.0.51 709 6/11/2019
17.1.0.50 750 6/4/2019
17.1.0.49 732 5/28/2019
17.1.0.48 713 5/21/2019
17.1.0.47 703 5/14/2019
17.1.0.44 686 5/7/2019
17.1.0.43 733 4/30/2019
17.1.0.42 786 4/23/2019
17.1.0.41 736 4/16/2019
17.1.0.40 754 4/9/2019
17.1.0.38 759 3/29/2019
17.1.0.32-beta 455 3/13/2019
16.4.0.54 858 2/19/2019
16.4.0.53 815 2/13/2019
16.4.0.52 844 2/5/2019
16.4.0.48 817 1/22/2019
16.4.0.47 840 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 953 9/21/2018