Syncfusion.ExcelToPdfConverter.ClientProfile 27.2.5

Prefix Reserved
dotnet add package Syncfusion.ExcelToPdfConverter.ClientProfile --version 27.2.5
                    
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.ClientProfile -Version 27.2.5
                    
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.ClientProfile" Version="27.2.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.ExcelToPdfConverter.ClientProfile" Version="27.2.5" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.ExcelToPdfConverter.ClientProfile" />
                    
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.ClientProfile --version 27.2.5
                    
#r "nuget: Syncfusion.ExcelToPdfConverter.ClientProfile, 27.2.5"
                    
#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.ClientProfile@27.2.5
                    
#: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.ClientProfile&version=27.2.5
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelToPdfConverter.ClientProfile&version=27.2.5
                    
Install as a Cake Tool

Syncfusion WinForms Client Profile Excel To PDF Converter

The Syncfusion WinForms Client Profile Excel To PDF Converter 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.

WinForms Client Profile 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 Client Profile Excel to PDF converter library NuGet by simply running the command Install-Package Syncfusion.ExcelToPdfConverter.ClientProfile 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 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, ASP.NET Core, ASP.NET MVC, ASP.NET WebForms, JavaScript, Angular, React, Vue, and Flutter), mobile (Xamarin, Flutter, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, Flutter 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 Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  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

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
27.2.5 1,729 12/2/2024
27.2.4 136 11/26/2024
27.2.3 120 11/22/2024
27.2.2 146 11/15/2024
27.1.58 152 11/4/2024
27.1.57 137 10/28/2024
27.1.56 117 10/23/2024
27.1.55 133 10/21/2024
27.1.53 154 10/14/2024
27.1.52 156 10/7/2024
27.1.51 143 9/30/2024
27.1.50 141 9/23/2024
27.1.48 152 9/18/2024
26.2.14 420 9/9/2024
26.2.13 221 9/5/2024
26.2.12 147 9/2/2024
26.2.11 160 8/27/2024
26.2.10 186 8/19/2024
26.2.9 163 8/12/2024
26.2.8 147 8/5/2024
26.2.7 182 7/29/2024
26.2.5 136 7/25/2024
26.2.4 128 7/24/2024
26.1.42 155 7/15/2024
26.1.41 196 7/8/2024
26.1.40 191 7/1/2024
26.1.39 163 6/24/2024
26.1.38 157 6/18/2024
26.1.35 147 6/11/2024
25.2.7 143 6/3/2024
25.2.6 182 5/28/2024
25.2.5 151 5/21/2024
25.2.4 135 5/14/2024
25.2.3 166 5/8/2024
25.1.42 173 4/29/2024
25.1.41 174 4/23/2024
25.1.40 155 4/15/2024
25.1.39 177 4/8/2024
25.1.38 178 4/1/2024
25.1.37 158 3/26/2024
25.1.35 164 3/15/2024
24.2.9 165 3/4/2024
24.2.8 175 2/26/2024
24.2.7 316 2/19/2024
24.2.6 159 2/14/2024
24.2.5 152 2/12/2024
24.2.4 191 2/5/2024
24.2.3 147 1/31/2024
24.1.47 168 1/22/2024
24.1.46 165 1/16/2024
24.1.45 173 1/8/2024
24.1.44 190 1/2/2024
24.1.43 193 12/27/2023
24.1.41 202 12/18/2023
23.2.7 215 12/6/2023
23.2.6 205 11/28/2023
23.2.5 192 11/23/2023
23.2.4 190 11/20/2023
23.1.44 192 11/6/2023
23.1.43 184 10/30/2023
23.1.42 189 10/23/2023
23.1.41 184 10/16/2023
23.1.40 197 10/10/2023
23.1.39 191 10/4/2023
23.1.38 197 9/26/2023
23.1.36 251 9/15/2023
22.2.12 250 9/5/2023
22.2.11 249 8/28/2023
22.2.10 220 8/22/2023
22.2.9 215 8/14/2023
22.2.8 217 8/7/2023
22.2.7 238 8/2/2023
22.2.5 247 7/27/2023
22.1.39 287 7/18/2023
22.1.38 287 7/11/2023
22.1.37 286 7/3/2023
22.1.36 263 6/28/2023
22.1.34 247 6/21/2023
21.2.10 290 6/12/2023
21.2.9 289 6/6/2023
21.2.8 293 5/30/2023
21.2.6 304 5/22/2023
21.2.5 352 5/15/2023
21.2.4 324 5/9/2023
21.2.3 324 5/3/2023
21.1.41 343 4/19/2023
21.1.39 360 4/10/2023
21.1.38 360 4/3/2023
21.1.37 354 3/29/2023
21.1.35 376 3/23/2023
20.4.0.54 393 3/13/2023
20.4.0.53 386 3/7/2023
20.4.0.52 418 2/28/2023
20.4.0.51 428 2/21/2023
20.4.0.50 453 2/14/2023
20.4.0.49 429 2/7/2023
20.4.0.48 460 2/1/2023
20.4.0.44 459 1/18/2023
20.4.0.43 461 1/10/2023
20.4.0.42 470 1/4/2023
20.4.0.41 459 12/29/2022
20.4.0.40 441 12/28/2022
20.4.0.38 420 12/21/2022
20.3.0.61 451 12/12/2022
20.3.0.60 448 12/6/2022
20.3.0.59 487 11/29/2022
20.3.0.58 487 11/21/2022
20.3.0.57 483 11/14/2022
20.3.0.56 514 11/8/2022
20.3.0.52 556 10/27/2022
20.3.0.50 591 10/17/2022
20.3.0.49 570 10/11/2022
20.3.0.48 557 10/5/2022
20.3.0.47 586 9/29/2022
20.2.0.50 601 9/20/2022
20.2.0.49 603 9/13/2022
20.2.0.48 579 9/6/2022
20.2.0.46 601 8/30/2022
20.2.0.45 578 8/23/2022
20.2.0.44 603 8/16/2022
20.2.0.43 601 8/8/2022
20.2.0.40 653 7/26/2022
20.2.0.39 628 7/19/2022
20.2.0.38 640 7/12/2022
20.2.0.36 671 6/30/2022
20.1.0.61 752 6/20/2022
20.1.0.60 651 6/14/2022
20.1.0.59 650 6/6/2022
20.1.0.58 651 5/30/2022
20.1.0.57 616 5/23/2022
20.1.0.56 614 5/17/2022
20.1.0.55 647 5/12/2022
20.1.0.52 659 5/2/2022
20.1.0.51 639 4/26/2022
20.1.0.50 664 4/19/2022
20.1.0.48 686 4/12/2022
20.1.0.47 689 4/4/2022
19.4.0.56 730 3/14/2022
19.4.0.55 714 3/8/2022
19.4.0.54 693 2/28/2022
19.4.0.53 660 2/21/2022
19.4.0.52 647 2/15/2022
19.4.0.50 689 2/8/2022
19.4.0.48 721 1/31/2022
19.4.0.47 682 1/24/2022
19.4.0.43 669 1/18/2022
19.4.0.42 638 1/10/2022
19.4.0.41 519 1/4/2022
19.4.0.40 508 12/28/2021
19.4.0.38 542 12/17/2021
19.3.0.59 549 12/14/2021
19.3.0.57 560 12/7/2021
19.3.0.56 1,347 11/29/2021
19.3.0.55 505 11/23/2021
19.3.0.54 546 11/17/2021
19.3.0.53 565 11/12/2021
19.3.0.48 564 11/2/2021
19.3.0.47 584 10/26/2021
19.3.0.46 573 10/19/2021
19.3.0.45 574 10/12/2021
19.3.0.44 578 10/5/2021
19.3.0.43 587 9/30/2021
19.2.0.62 639 9/13/2021
19.2.0.60 694 9/7/2021
19.2.0.59 636 8/30/2021
19.2.0.57 630 8/24/2021
19.2.0.56 603 8/17/2021
19.2.0.55 609 8/11/2021
19.2.0.51 687 8/2/2021
19.2.0.49 677 7/26/2021
19.2.0.48 647 7/19/2021
19.2.0.47 683 7/13/2021
19.2.0.46 616 7/6/2021
19.2.0.44 652 6/30/2021
19.1.0.69 650 6/14/2021
19.1.0.67 635 6/7/2021
19.1.0.66 617 5/31/2021
19.1.0.65 954 5/24/2021
19.1.0.64 618 5/19/2021
19.1.0.63 638 5/13/2021
19.1.0.59 608 5/3/2021
19.1.0.58 627 4/26/2021
19.1.0.57 686 4/20/2021
19.1.0.56 651 4/12/2021
19.1.0.55 676 4/6/2021
19.1.0.54 647 3/30/2021
18.4.0.49 649 3/22/2021
18.4.0.48 637 3/16/2021
18.4.0.47 637 3/9/2021
18.4.0.46 1,047 3/2/2021
18.4.0.44 713 2/23/2021
18.4.0.43 652 2/15/2021
18.4.0.42 708 2/9/2021
18.4.0.41 660 2/2/2021
18.4.0.39 659 1/28/2021
18.4.0.35 626 1/19/2021
18.4.0.34 649 1/12/2021
18.4.0.33 767 1/4/2021
18.4.0.32 635 12/30/2020
18.4.0.31 724 12/22/2020
18.4.0.30 742 12/17/2020
18.3.0.53 737 12/8/2020
18.3.0.52 689 11/30/2020
18.3.0.51 692 11/23/2020
18.3.0.50 722 11/17/2020
18.3.0.48 688 11/10/2020
18.3.0.47 754 11/5/2020
18.3.0.44 749 10/27/2020
18.3.0.42 742 10/20/2020
18.3.0.40 737 10/12/2020
18.3.0.38 753 10/7/2020
18.3.0.35 713 10/1/2020
18.2.0.59 813 9/22/2020
18.2.0.58 785 9/15/2020
18.2.0.57 756 9/8/2020
18.2.0.56 763 9/1/2020
18.2.0.55 744 8/24/2020
18.2.0.54 735 8/18/2020
18.2.0.48 745 8/4/2020
18.2.0.47 774 7/28/2020
18.2.0.46 774 7/21/2020
18.2.0.45 782 7/14/2020
18.2.0.44 799 7/6/2020
18.1.0.59 813 6/23/2020
18.1.0.57 829 6/15/2020
18.1.0.56 770 6/9/2020
18.1.0.55 779 6/2/2020
18.1.0.54 807 5/26/2020
18.1.0.53 780 5/19/2020
18.1.0.52 839 5/13/2020
18.1.0.48 825 5/5/2020
18.1.0.46 830 4/28/2020
18.1.0.45 814 4/20/2020
18.1.0.44 819 4/14/2020
18.1.0.43 827 4/7/2020
18.1.0.42 836 4/1/2020
18.1.0.36-beta 564 3/19/2020
17.4.0.55 964 3/10/2020
17.4.0.53 837 3/3/2020
17.4.0.51 797 2/25/2020
17.4.0.50 836 2/18/2020
17.4.0.49 775 2/11/2020
17.4.0.47 805 2/5/2020
17.4.0.46 870 1/30/2020
17.4.0.44 872 1/21/2020
17.4.0.43 837 1/14/2020
17.4.0.41 843 1/7/2020
17.4.0.40 827 12/24/2019
17.4.0.39 810 12/17/2019
17.3.0.34 872 12/10/2019
17.3.0.33 862 12/4/2019
17.3.0.30 841 12/3/2019
17.3.0.29 848 11/26/2019
17.3.0.28 1,273 11/18/2019
17.3.0.27 839 11/12/2019
17.3.0.26 862 11/5/2019
17.3.0.21 889 10/29/2019
17.3.0.19 848 10/22/2019
17.3.0.17 876 10/15/2019
17.3.0.14 913 10/3/2019
17.3.0.9-beta 588 9/20/2019
17.2.0.51 904 9/10/2019
17.2.0.49 886 9/3/2019
17.2.0.47 876 8/27/2019
17.2.0.46 913 8/22/2019
17.2.0.41 914 8/13/2019
17.2.0.40 894 8/6/2019
17.2.0.39 859 7/30/2019
17.2.0.36 870 7/23/2019
17.2.0.35 928 7/17/2019
17.2.0.34 939 7/11/2019
17.2.0.28-beta 619 6/27/2019
17.1.0.53 920 6/25/2019
17.1.0.52 950 6/18/2019
17.1.0.51 965 6/11/2019
17.1.0.50 938 6/4/2019
17.1.0.49 903 5/28/2019
17.1.0.48 930 5/21/2019
17.1.0.47 965 5/14/2019
17.1.0.44 927 5/7/2019
17.1.0.43 963 4/30/2019
17.1.0.42 1,040 4/23/2019
17.1.0.41 1,014 4/16/2019
17.1.0.40 3,077 4/9/2019
17.1.0.38 957 3/29/2019
17.1.0.32-beta 604 3/13/2019
16.4.0.54 1,186 2/19/2019
16.4.0.53 1,025 2/13/2019
16.4.0.52 996 2/5/2019
16.4.0.48 1,063 1/22/2019
16.4.0.47 1,101 1/16/2019
16.4.0.46 1,029 1/8/2019
16.4.0.44 1,008 12/24/2018
16.4.0.42 1,054 12/17/2018
16.4.0.40-beta 722 12/10/2018
16.3.0.36 1,131 11/27/2018
16.3.0.35-beta 749 11/23/2018
16.3.0.29 1,132 10/30/2018
16.3.0.21 1,136 9/21/2018
16.3.0.17-beta 839 9/12/2018
16.2.0.50 1,187 8/28/2018