Syncfusion.ExcelToPdfConverter.ClientProfile 23.2.6

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

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

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 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, 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)
Additional computed target framework(s)
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
23.2.6 51 11/28/2023
23.2.5 47 11/23/2023
23.2.4 48 11/20/2023
23.1.44 68 11/6/2023
23.1.43 84 10/30/2023
23.1.42 81 10/23/2023
23.1.41 73 10/16/2023
23.1.40 79 10/10/2023
23.1.39 75 10/4/2023
23.1.38 75 9/26/2023
23.1.36 117 9/15/2023
22.2.12 110 9/5/2023
22.2.11 107 8/28/2023
22.2.10 85 8/22/2023
22.2.9 91 8/14/2023
22.2.8 102 8/7/2023
22.2.7 114 8/2/2023
22.2.5 108 7/27/2023
22.1.39 121 7/18/2023
22.1.38 137 7/11/2023
22.1.37 146 7/3/2023
22.1.36 118 6/28/2023
22.1.34 141 6/21/2023
21.2.10 133 6/12/2023
21.2.9 132 6/6/2023
21.2.8 130 5/30/2023
21.2.6 172 5/22/2023
21.2.5 184 5/15/2023
21.2.4 175 5/9/2023
21.2.3 170 5/3/2023
21.1.41 195 4/19/2023
21.1.39 209 4/10/2023
21.1.38 220 4/3/2023
21.1.37 196 3/29/2023
21.1.35 237 3/23/2023
20.4.0.54 244 3/13/2023
20.4.0.53 231 3/7/2023
20.4.0.52 270 2/28/2023
20.4.0.51 281 2/21/2023
20.4.0.50 288 2/14/2023
20.4.0.49 290 2/7/2023
20.4.0.48 298 2/1/2023
20.4.0.44 310 1/18/2023
20.4.0.43 310 1/10/2023
20.4.0.42 307 1/4/2023
20.4.0.41 290 12/29/2022
20.4.0.40 279 12/28/2022
20.4.0.38 293 12/21/2022
20.3.0.61 319 12/12/2022
20.3.0.60 313 12/6/2022
20.3.0.59 323 11/29/2022
20.3.0.58 324 11/21/2022
20.3.0.57 338 11/14/2022
20.3.0.56 362 11/8/2022
20.3.0.52 412 10/27/2022
20.3.0.50 431 10/17/2022
20.3.0.49 430 10/11/2022
20.3.0.48 409 10/5/2022
20.3.0.47 441 9/29/2022
20.2.0.50 422 9/20/2022
20.2.0.49 439 9/13/2022
20.2.0.48 442 9/6/2022
20.2.0.46 466 8/30/2022
20.2.0.45 464 8/23/2022
20.2.0.44 448 8/16/2022
20.2.0.43 454 8/8/2022
20.2.0.40 491 7/26/2022
20.2.0.39 492 7/19/2022
20.2.0.38 499 7/12/2022
20.2.0.36 511 6/30/2022
20.1.0.61 474 6/20/2022
20.1.0.60 503 6/14/2022
20.1.0.59 490 6/6/2022
20.1.0.58 486 5/30/2022
20.1.0.57 472 5/23/2022
20.1.0.56 456 5/17/2022
20.1.0.55 487 5/12/2022
20.1.0.52 494 5/2/2022
20.1.0.51 477 4/26/2022
20.1.0.50 494 4/19/2022
20.1.0.48 506 4/12/2022
20.1.0.47 528 4/4/2022
19.4.0.56 550 3/14/2022
19.4.0.55 543 3/8/2022
19.4.0.54 519 2/28/2022
19.4.0.53 497 2/21/2022
19.4.0.52 476 2/15/2022
19.4.0.50 510 2/8/2022
19.4.0.48 533 1/31/2022
19.4.0.47 508 1/24/2022
19.4.0.43 503 1/18/2022
19.4.0.42 480 1/10/2022
19.4.0.41 349 1/4/2022
19.4.0.40 350 12/28/2021
19.4.0.38 385 12/17/2021
19.3.0.59 383 12/14/2021
19.3.0.57 377 12/7/2021
19.3.0.56 1,169 11/29/2021
19.3.0.55 340 11/23/2021
19.3.0.54 375 11/17/2021
19.3.0.53 406 11/12/2021
19.3.0.48 411 11/2/2021
19.3.0.47 420 10/26/2021
19.3.0.46 411 10/19/2021
19.3.0.45 416 10/12/2021
19.3.0.44 412 10/5/2021
19.3.0.43 421 9/30/2021
19.2.0.62 453 9/13/2021
19.2.0.60 517 9/7/2021
19.2.0.59 456 8/30/2021
19.2.0.57 473 8/24/2021
19.2.0.56 425 8/17/2021
19.2.0.55 438 8/11/2021
19.2.0.51 496 8/2/2021
19.2.0.49 484 7/26/2021
19.2.0.48 455 7/19/2021
19.2.0.47 519 7/13/2021
19.2.0.46 461 7/6/2021
19.2.0.44 477 6/30/2021
19.1.0.69 489 6/14/2021
19.1.0.67 460 6/7/2021
19.1.0.66 455 5/31/2021
19.1.0.65 537 5/24/2021
19.1.0.64 448 5/19/2021
19.1.0.63 453 5/13/2021
19.1.0.59 443 5/3/2021
19.1.0.58 460 4/26/2021
19.1.0.57 487 4/20/2021
19.1.0.56 487 4/12/2021
19.1.0.55 479 4/6/2021
19.1.0.54 465 3/30/2021
18.4.0.49 463 3/22/2021
18.4.0.48 458 3/16/2021
18.4.0.47 457 3/9/2021
18.4.0.46 818 3/2/2021
18.4.0.44 524 2/23/2021
18.4.0.43 479 2/15/2021
18.4.0.42 513 2/9/2021
18.4.0.41 481 2/2/2021
18.4.0.39 465 1/28/2021
18.4.0.35 450 1/19/2021
18.4.0.34 456 1/12/2021
18.4.0.33 579 1/4/2021
18.4.0.32 464 12/30/2020
18.4.0.31 503 12/22/2020
18.4.0.30 569 12/17/2020
18.3.0.53 516 12/8/2020
18.3.0.52 505 11/30/2020
18.3.0.51 508 11/23/2020
18.3.0.50 526 11/17/2020
18.3.0.48 502 11/10/2020
18.3.0.47 563 11/5/2020
18.3.0.44 567 10/27/2020
18.3.0.42 543 10/20/2020
18.3.0.40 541 10/12/2020
18.3.0.38 553 10/7/2020
18.3.0.35 524 10/1/2020
18.2.0.59 623 9/22/2020
18.2.0.58 573 9/15/2020
18.2.0.57 572 9/8/2020
18.2.0.56 568 9/1/2020
18.2.0.55 543 8/24/2020
18.2.0.54 530 8/18/2020
18.2.0.48 557 8/4/2020
18.2.0.47 585 7/28/2020
18.2.0.46 587 7/21/2020
18.2.0.45 595 7/14/2020
18.2.0.44 598 7/6/2020
18.1.0.59 608 6/23/2020
18.1.0.57 622 6/15/2020
18.1.0.56 577 6/9/2020
18.1.0.55 590 6/2/2020
18.1.0.54 616 5/26/2020
18.1.0.53 613 5/19/2020
18.1.0.52 633 5/13/2020
18.1.0.48 623 5/5/2020
18.1.0.46 637 4/28/2020
18.1.0.45 623 4/20/2020
18.1.0.44 616 4/14/2020
18.1.0.43 640 4/7/2020
18.1.0.42 630 4/1/2020
18.1.0.36-beta 383 3/19/2020
17.4.0.55 665 3/10/2020
17.4.0.53 638 3/3/2020
17.4.0.51 602 2/25/2020
17.4.0.50 633 2/18/2020
17.4.0.49 590 2/11/2020
17.4.0.47 614 2/5/2020
17.4.0.46 661 1/30/2020
17.4.0.44 677 1/21/2020
17.4.0.43 640 1/14/2020
17.4.0.41 630 1/7/2020
17.4.0.40 616 12/24/2019
17.4.0.39 618 12/17/2019
17.3.0.34 663 12/10/2019
17.3.0.33 670 12/4/2019
17.3.0.30 628 12/3/2019
17.3.0.29 641 11/26/2019
17.3.0.28 1,049 11/18/2019
17.3.0.27 635 11/12/2019
17.3.0.26 654 11/5/2019
17.3.0.21 673 10/29/2019
17.3.0.19 648 10/22/2019
17.3.0.17 692 10/15/2019
17.3.0.14 709 10/3/2019
17.3.0.9-beta 408 9/20/2019
17.2.0.51 692 9/10/2019
17.2.0.49 684 9/3/2019
17.2.0.47 667 8/27/2019
17.2.0.46 706 8/22/2019
17.2.0.41 706 8/13/2019
17.2.0.40 696 8/6/2019
17.2.0.39 661 7/30/2019
17.2.0.36 686 7/23/2019
17.2.0.35 711 7/17/2019
17.2.0.34 732 7/11/2019
17.2.0.28-beta 428 6/27/2019
17.1.0.53 719 6/25/2019
17.1.0.52 734 6/18/2019
17.1.0.51 764 6/11/2019
17.1.0.50 728 6/4/2019
17.1.0.49 700 5/28/2019
17.1.0.48 740 5/21/2019
17.1.0.47 763 5/14/2019
17.1.0.44 706 5/7/2019
17.1.0.43 739 4/30/2019
17.1.0.42 820 4/23/2019
17.1.0.41 791 4/16/2019
17.1.0.40 2,852 4/9/2019
17.1.0.38 742 3/29/2019
17.1.0.32-beta 429 3/13/2019
16.4.0.54 919 2/19/2019
16.4.0.53 817 2/13/2019
16.4.0.52 788 2/5/2019
16.4.0.48 840 1/22/2019
16.4.0.47 884 1/16/2019
16.4.0.46 820 1/8/2019
16.4.0.44 788 12/24/2018
16.4.0.42 846 12/17/2018
16.4.0.40-beta 530 12/10/2018
16.3.0.36 911 11/27/2018
16.3.0.35-beta 550 11/23/2018
16.3.0.29 884 10/30/2018
16.3.0.21 902 9/21/2018
16.3.0.17-beta 621 9/12/2018
16.2.0.50 929 8/28/2018