Syncfusion.ExcelToPdfConverter.Wpf 28.1.36

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 28.1.36                
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.Wpf -Version 28.1.36                
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="28.1.36" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.ExcelToPdfConverter.Wpf --version 28.1.36                
#r "nuget: Syncfusion.ExcelToPdfConverter.Wpf, 28.1.36"                
#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=28.1.36

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

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 net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0-windows7.0 is compatible. 
.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
28.1.37 78 12/31/2024
28.1.36 100 12/23/2024
28.1.35 90 12/18/2024
28.1.33 201 12/12/2024
27.2.5 182 12/2/2024
27.2.4 117 11/26/2024
27.2.3 103 11/22/2024
27.2.2 184 11/15/2024
27.1.58 169 11/4/2024
27.1.57 141 10/28/2024
27.1.56 279 10/23/2024
27.1.55 104 10/21/2024
27.1.53 132 10/14/2024
27.1.52 148 10/7/2024
27.1.51 333 9/30/2024
27.1.50 141 9/23/2024
27.1.48 215 9/18/2024
26.2.14 231 9/9/2024
26.2.13 130 9/5/2024
26.2.12 114 9/2/2024
26.2.11 144 8/27/2024
26.2.10 275 8/19/2024
26.2.9 155 8/12/2024
26.2.8 107 8/5/2024
26.2.7 138 7/29/2024
26.2.5 106 7/25/2024
26.2.4 222 7/24/2024
26.1.42 153 7/15/2024
26.1.41 135 7/8/2024
26.1.40 203 7/1/2024
26.1.39 141 6/24/2024
26.1.38 226 6/18/2024
26.1.35 274 6/11/2024
25.2.7 202 6/3/2024
25.2.6 193 5/28/2024
25.2.5 172 5/21/2024
25.2.4 137 5/14/2024
25.2.3 208 5/8/2024
25.1.42 215 4/29/2024
25.1.41 150 4/23/2024
25.1.40 171 4/15/2024
25.1.39 198 4/8/2024
25.1.38 200 4/1/2024
25.1.37 180 3/26/2024
25.1.35 301 3/15/2024
24.2.9 215 3/4/2024
24.2.8 178 2/26/2024
24.2.7 181 2/19/2024
24.2.6 285 2/14/2024
24.2.5 141 2/12/2024
24.2.4 167 2/5/2024
24.2.3 243 1/31/2024
24.1.47 146 1/22/2024
24.1.46 136 1/16/2024
24.1.45 178 1/8/2024
24.1.44 180 1/2/2024
24.1.43 141 12/27/2023
24.1.41 343 12/18/2023
23.2.7 217 12/6/2023
23.2.6 219 11/28/2023
23.2.5 199 11/23/2023
23.2.4 310 11/20/2023
23.1.44 357 11/6/2023
23.1.43 1,650 10/30/2023
23.1.42 224 10/23/2023
23.1.41 164 10/16/2023
23.1.40 209 10/10/2023
23.1.39 326 10/4/2023
23.1.38 236 9/26/2023
23.1.36 357 9/15/2023
22.2.12 195 9/5/2023
22.2.11 228 8/28/2023
22.2.10 192 8/22/2023
22.2.9 200 8/14/2023
22.2.8 210 8/7/2023
22.2.7 204 8/2/2023
22.2.5 366 7/27/2023
22.1.39 233 7/18/2023
22.1.38 205 7/11/2023
22.1.37 241 7/3/2023
22.1.36 227 6/28/2023
22.1.34 373 6/21/2023
21.2.10 251 6/12/2023
21.2.9 258 6/6/2023
21.2.8 227 5/30/2023
21.2.6 255 5/22/2023
21.2.5 219 5/15/2023
21.2.4 229 5/9/2023
21.2.3 434 5/3/2023
21.1.41 326 4/19/2023
21.1.39 297 4/10/2023
21.1.38 308 4/3/2023
21.1.37 324 3/29/2023
21.1.35 907 3/23/2023
20.4.0.54 431 3/13/2023
20.4.0.53 345 3/7/2023
20.4.0.52 367 2/28/2023
20.4.0.51 339 2/21/2023
20.4.0.50 394 2/14/2023
20.4.0.49 525 2/7/2023
20.4.0.48 774 2/1/2023
20.4.0.44 390 1/18/2023
20.4.0.43 387 1/10/2023
20.4.0.42 402 1/4/2023
20.4.0.41 431 12/29/2022
20.4.0.40 383 12/28/2022
20.4.0.38 474 12/21/2022
20.3.0.61 453 12/12/2022
20.3.0.60 960 12/6/2022
20.3.0.59 442 11/29/2022
20.3.0.58 409 11/21/2022
20.3.0.57 449 11/15/2022
20.3.0.56 7,839 11/8/2022
20.3.0.52 548 10/27/2022
20.3.0.50 481 10/17/2022
20.3.0.49 484 10/11/2022
20.3.0.48 512 10/5/2022
20.3.0.47 569 9/29/2022
20.2.0.50 529 9/20/2022
20.2.0.49 517 9/13/2022
20.2.0.48 523 9/6/2022
20.2.0.46 504 8/30/2022
20.2.0.45 495 8/23/2022
20.2.0.44 532 8/16/2022
20.2.0.43 701 8/8/2022
20.2.0.40 568 7/26/2022
20.2.0.39 539 7/19/2022
20.2.0.38 569 7/12/2022
20.2.0.36 709 6/30/2022
20.1.0.61 576 6/20/2022
20.1.0.60 673 6/14/2022
20.1.0.59 576 6/6/2022
20.1.0.58 647 5/30/2022
20.1.0.57 577 5/23/2022
20.1.0.56 945 5/17/2022
20.1.0.55 664 5/12/2022
20.1.0.52 613 5/2/2022
20.1.0.51 618 4/26/2022
20.1.0.50 574 4/19/2022
20.1.0.48 610 4/12/2022
20.1.0.47 769 4/4/2022
19.4.0.56 1,220 3/14/2022
19.4.0.55 589 3/8/2022
19.4.0.54 3,091 2/28/2022
19.4.0.53 564 2/22/2022
19.4.0.52 559 2/15/2022
19.4.0.50 561 2/8/2022
19.4.0.48 760 1/31/2022
19.4.0.47 549 1/24/2022
19.4.0.43 583 1/18/2022
19.4.0.42 587 1/10/2022
19.4.0.41 422 1/4/2022
19.4.0.40 442 12/28/2021
19.4.0.38 589 12/17/2021
19.3.0.59 471 12/14/2021
19.3.0.57 576 12/7/2021
19.3.0.56 1,314 11/29/2021
19.3.0.55 1,031 11/23/2021
19.3.0.54 440 11/17/2021
19.3.0.53 506 11/12/2021
19.3.0.48 500 11/2/2021
19.3.0.47 504 10/26/2021
19.3.0.46 459 10/19/2021
19.3.0.45 487 10/12/2021
19.3.0.44 472 10/5/2021
19.3.0.43 544 9/30/2021
19.2.0.62 584 9/13/2021
19.2.0.60 521 9/7/2021
19.2.0.59 498 8/30/2021
19.2.0.57 2,612 8/24/2021
19.2.0.56 650 8/17/2021
19.2.0.55 621 8/11/2021
19.2.0.51 510 8/2/2021
19.2.0.49 531 7/26/2021
19.2.0.48 484 7/19/2021
19.2.0.47 576 7/13/2021
19.2.0.46 495 7/6/2021
19.2.0.44 641 6/30/2021
19.1.0.69 586 6/14/2021
19.1.0.67 1,187 6/7/2021
19.1.0.66 568 5/31/2021
19.1.0.65 559 5/24/2021
19.1.0.64 511 5/19/2021
19.1.0.63 683 5/13/2021
19.1.0.59 573 5/3/2021
19.1.0.58 534 4/26/2021
19.1.0.57 545 4/20/2021
19.1.0.56 984 4/12/2021
19.1.0.55 567 4/6/2021
19.1.0.54 680 3/30/2021
18.4.0.49 630 3/22/2021
18.4.0.48 1,862 3/16/2021
18.4.0.47 484 3/9/2021
18.4.0.46 875 3/2/2021
18.4.0.44 528 2/23/2021
18.4.0.43 482 2/15/2021
18.4.0.42 552 2/9/2021
18.4.0.41 489 2/2/2021
18.4.0.39 674 1/28/2021
18.4.0.35 564 1/19/2021
18.4.0.34 506 1/12/2021
18.4.0.33 533 1/4/2021
18.4.0.32 512 12/30/2020
18.4.0.31 558 12/22/2020
18.4.0.30 722 12/17/2020
18.3.0.53 596 12/8/2020
18.3.0.52 1,290 11/30/2020
18.3.0.51 678 11/23/2020
18.3.0.50 554 11/17/2020
18.3.0.48 589 11/10/2020
18.3.0.47 635 11/5/2020
18.3.0.44 632 10/27/2020
18.3.0.42 633 10/20/2020
18.3.0.40 621 10/12/2020
18.3.0.38 627 10/7/2020
18.3.0.35 726 10/1/2020
18.2.0.59 740 9/22/2020
18.2.0.58 560 9/15/2020
18.2.0.57 609 9/8/2020
18.2.0.56 586 9/1/2020
18.2.0.55 598 8/24/2020
18.2.0.54 738 8/18/2020
18.2.0.48 603 8/4/2020
18.2.0.47 729 7/28/2020
18.2.0.46 619 7/21/2020
18.2.0.45 614 7/14/2020
18.2.0.44 893 7/6/2020
18.1.0.59 847 6/23/2020
18.1.0.57 615 6/15/2020
18.1.0.56 636 6/9/2020
18.1.0.55 606 6/2/2020
18.1.0.54 644 5/26/2020
18.1.0.53 727 5/19/2020
18.1.0.52 826 5/13/2020
18.1.0.48 695 5/5/2020
18.1.0.46 648 4/28/2020
18.1.0.45 685 4/21/2020
18.1.0.44 636 4/14/2020
18.1.0.43 849 4/7/2020
18.1.0.42 17,453 4/1/2020
18.1.0.36-beta 428 3/19/2020
17.4.0.55 1,028 3/10/2020
17.4.0.53 874 3/3/2020
17.4.0.51 1,713 2/25/2020
17.4.0.50 649 2/18/2020
17.4.0.49 1,019 2/11/2020
17.4.0.47 627 2/5/2020
17.4.0.46 664 1/30/2020
17.4.0.44 700 1/21/2020
17.4.0.43 629 1/14/2020
17.4.0.41 725 1/7/2020
17.4.0.40 713 12/24/2019
17.4.0.39 745 12/17/2019
17.3.0.34 679 12/10/2019
17.3.0.33 637 12/4/2019
17.3.0.30 1,568 12/3/2019
17.3.0.29 699 11/26/2019
17.3.0.28 653 11/18/2019
17.3.0.27 657 11/12/2019
17.3.0.26 693 11/5/2019
17.3.0.21 675 10/29/2019
17.3.0.19 690 10/22/2019
17.3.0.17 701 10/15/2019
17.3.0.14 711 10/3/2019
17.3.0.9-beta 436 9/20/2019
17.2.0.51 1,021 9/10/2019
17.2.0.49 1,272 9/3/2019
17.2.0.47 732 8/27/2019
17.2.0.46 789 8/22/2019
17.2.0.41 738 8/13/2019
17.2.0.40 730 8/6/2019
17.2.0.39 762 7/30/2019
17.2.0.36 781 7/23/2019
17.2.0.35 715 7/17/2019
17.2.0.34 1,229 7/11/2019
17.2.0.28-beta 512 6/27/2019
17.1.0.53 780 6/25/2019
17.1.0.52 805 6/18/2019
17.1.0.51 746 6/11/2019
17.1.0.50 792 6/4/2019
17.1.0.49 772 5/28/2019
17.1.0.48 754 5/21/2019
17.1.0.47 746 5/14/2019
17.1.0.44 730 5/7/2019
17.1.0.43 773 4/30/2019
17.1.0.42 826 4/23/2019
17.1.0.41 774 4/16/2019
17.1.0.40 794 4/9/2019
17.1.0.38 815 3/29/2019
17.1.0.32-beta 498 3/13/2019
16.4.0.54 898 2/19/2019
16.4.0.53 855 2/13/2019
16.4.0.52 882 2/5/2019
16.4.0.48 862 1/22/2019
16.4.0.47 879 1/16/2019
16.4.0.46 867 1/8/2019
16.4.0.44 855 12/24/2018
16.4.0.42 923 12/20/2018
16.3.0.36 876 11/27/2018
16.3.0.35-beta 618 11/23/2018
16.3.0.29 972 10/30/2018
16.3.0.21 1,016 9/21/2018