Syncfusion.PresentationToPdfConverter.WinForms 26.1.38

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.PresentationToPdfConverter.WinForms --version 26.1.38
NuGet\Install-Package Syncfusion.PresentationToPdfConverter.WinForms -Version 26.1.38
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.PresentationToPdfConverter.WinForms" Version="26.1.38" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.PresentationToPdfConverter.WinForms --version 26.1.38
#r "nuget: Syncfusion.PresentationToPdfConverter.WinForms, 26.1.38"
#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.PresentationToPdfConverter.WinForms as a Cake Addin
#addin nuget:?package=Syncfusion.PresentationToPdfConverter.WinForms&version=26.1.38

// Install Syncfusion.PresentationToPdfConverter.WinForms as a Cake Tool
#tool nuget:?package=Syncfusion.PresentationToPdfConverter.WinForms&version=26.1.38

Syncfusion WinForms PowerPoint to PDF Converter

The Syncfusion WinForms PowerPoint (Presentation) library converts a PowerPoint presentation to PDF with just five lines of code and also it does not require Adobe and Microsoft PowerPoint application to be installed in the machine. It preserves the original appearance of the PowerPoint presentation in the converted PDF document.

WinForms PowerPoint 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 .NET PowerPoint library NuGet by simply running the command Install-Package Syncfusion.PresentationToPDFConverter.WinForms from the Package Manager Console in Visual Studio.

Try the following code example to convert the PowerPoint Presentation to PDF.

//Namespaces to perform PPTX to PDF conversion
using Syncfusion.Presentation;
using Syncfusion.OfficeChartToImageConverter;
using Syncfusion.PresentationToPdfConverter;
using Syncfusion.Pdf;

//Opens a PowerPoint Presentation 
using (IPresentation pptxDoc = Presentation.Open("Sample.pptx"))
{
	//Creates an instance of ChartToImageConverter and assigns it to ChartToImageConverter property of Presentation
	pptxDoc.ChartToImageConverter = new ChartToImageConverter();
	//Convert the PowerPoint document to PDF document.
	using (PdfDocument pdfDocument = PresentationToPdfConverter.Convert(pptxDoc))
	{
		//Creates an instance of memory stream.
		using (MemoryStream pdfStream = new MemoryStream())
		{
		  //Save the converted PDF document to memory stream.
		  pdfDocument.Save(pdfStream);
		}
	}
}

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.PresentationToPdfConverter.WinForms:

Repository Stars
syncfusion/winforms-demos
This repository contains the samples for Syncfusion Windows Forms UI Controls and File Format libraries and the guide to use them.
Version Downloads Last updated
26.1.39 68 6/24/2024
26.1.38 98 6/18/2024
26.1.35 97 6/11/2024
25.2.7 82 6/3/2024
25.2.6 98 5/28/2024
25.2.5 110 5/21/2024
25.2.4 82 5/14/2024
25.2.3 96 5/8/2024
25.1.42 120 4/29/2024
25.1.41 107 4/23/2024
25.1.40 116 4/15/2024
25.1.39 99 4/8/2024
25.1.38 113 4/1/2024
25.1.37 111 3/26/2024
25.1.35 144 3/15/2024
24.2.9 138 3/4/2024
24.2.8 109 2/26/2024
24.2.7 107 2/19/2024
24.2.6 120 2/14/2024
24.2.5 103 2/12/2024
24.2.4 100 2/5/2024
24.2.3 124 1/31/2024
24.1.47 104 1/22/2024
24.1.46 115 1/16/2024
24.1.45 146 1/8/2024
24.1.44 120 1/2/2024
24.1.43 129 12/27/2023
24.1.41 139 12/18/2023
23.2.7 158 12/6/2023
23.2.6 145 11/28/2023
23.2.5 125 11/23/2023
23.2.4 125 11/20/2023
23.1.44 137 11/6/2023
23.1.43 133 10/30/2023
23.1.42 141 10/23/2023
23.1.41 135 10/16/2023
23.1.40 165 10/10/2023
23.1.39 137 10/4/2023
23.1.38 140 9/26/2023
23.1.36 180 9/15/2023
22.2.12 182 9/5/2023
22.2.11 192 8/28/2023
22.2.10 182 8/22/2023
22.2.9 159 8/14/2023
22.2.8 164 8/7/2023
22.2.7 184 8/2/2023
22.2.5 183 7/27/2023
22.1.39 190 7/18/2023
22.1.38 171 7/11/2023
22.1.37 200 7/3/2023
22.1.36 1,048 6/28/2023
22.1.34 657 6/21/2023
21.2.10 218 6/12/2023
21.2.9 193 6/6/2023
21.2.8 179 5/30/2023
21.2.6 217 5/22/2023
21.2.5 219 5/15/2023
21.2.4 217 5/9/2023
21.2.3 224 5/3/2023
21.1.41 247 4/19/2023
21.1.39 247 4/10/2023
21.1.38 265 4/3/2023
21.1.37 258 3/29/2023
21.1.35 297 3/23/2023
20.4.0.54 294 3/13/2023
20.4.0.53 318 3/7/2023
20.4.0.52 390 2/28/2023
20.4.0.51 304 2/21/2023
20.4.0.50 315 2/14/2023
20.4.0.49 321 2/7/2023
20.4.0.48 356 2/1/2023
20.4.0.44 345 1/18/2023
20.4.0.43 370 1/10/2023
20.4.0.42 379 1/4/2023
20.4.0.41 362 12/29/2022
20.4.0.40 310 12/28/2022
20.4.0.38 363 12/21/2022
20.3.0.61 338 12/12/2022
20.3.0.60 341 12/6/2022
20.3.0.59 378 11/29/2022
20.3.0.58 386 11/21/2022
20.3.0.57 410 11/14/2022
20.3.0.56 497 11/8/2022
20.3.0.52 435 10/27/2022
20.3.0.50 434 10/17/2022
20.3.0.49 478 10/11/2022
20.3.0.48 470 10/5/2022
20.3.0.47 525 9/29/2022
20.2.0.50 499 9/20/2022
20.2.0.49 510 9/13/2022
20.2.0.48 490 9/6/2022
20.2.0.46 480 8/30/2022
20.2.0.45 496 8/23/2022
20.2.0.44 526 8/16/2022
20.2.0.43 994 8/8/2022
20.2.0.40 520 7/26/2022
20.2.0.39 449 7/19/2022
20.2.0.38 487 7/12/2022
20.2.0.36 557 6/30/2022
20.1.0.61 550 6/20/2022
20.1.0.60 500 6/14/2022
20.1.0.59 485 6/6/2022
20.1.0.58 565 5/30/2022
20.1.0.57 521 5/23/2022
20.1.0.56 511 5/17/2022
20.1.0.55 492 5/12/2022
20.1.0.52 514 5/2/2022
20.1.0.51 510 4/26/2022
20.1.0.50 488 4/19/2022
20.1.0.48 526 4/12/2022
20.1.0.47 558 4/4/2022
19.4.0.56 559 3/14/2022
19.4.0.55 517 3/8/2022
19.4.0.54 522 2/28/2022
19.4.0.53 507 2/21/2022
19.4.0.52 502 2/15/2022
19.4.0.50 553 2/8/2022
19.4.0.48 532 1/31/2022
19.4.0.47 515 1/24/2022
19.4.0.43 515 1/18/2022
19.4.0.42 526 1/10/2022
19.4.0.41 377 1/4/2022
19.4.0.40 353 12/28/2021
19.4.0.38 413 12/17/2021
19.3.0.59 389 12/14/2021
19.3.0.57 384 12/7/2021
19.3.0.56 1,246 11/29/2021
19.3.0.55 369 11/23/2021
19.3.0.54 375 11/17/2021
19.3.0.53 415 11/12/2021
19.3.0.48 424 11/3/2021
19.3.0.47 412 10/26/2021
19.3.0.46 406 10/19/2021
19.3.0.45 443 10/12/2021
19.3.0.44 445 10/5/2021
19.3.0.43 465 9/30/2021
19.2.0.62 478 9/13/2021
19.2.0.60 456 9/7/2021
19.2.0.59 445 8/30/2021
19.2.0.57 455 8/24/2021
19.2.0.56 464 8/17/2021
19.2.0.55 474 8/11/2021
19.2.0.51 459 8/2/2021
19.2.0.49 474 7/26/2021
19.2.0.48 445 7/19/2021
19.2.0.47 472 7/13/2021
19.2.0.46 428 7/6/2021
19.2.0.44 520 6/30/2021
19.1.0.69 459 6/14/2021
19.1.0.67 479 6/7/2021
19.1.0.66 481 5/31/2021
19.1.0.65 482 5/24/2021
19.1.0.64 465 5/19/2021
19.1.0.63 488 5/13/2021
19.1.0.59 477 5/3/2021
19.1.0.58 413 4/26/2021
19.1.0.57 452 4/20/2021
19.1.0.56 430 4/12/2021
19.1.0.55 454 4/6/2021
19.1.0.54 516 3/30/2021
18.4.0.49 462 3/22/2021
18.4.0.48 459 3/16/2021
18.4.0.47 496 3/9/2021
18.4.0.46 488 3/2/2021
18.4.0.44 489 2/23/2021
18.4.0.43 450 2/15/2021
18.4.0.42 465 2/9/2021
18.4.0.41 468 2/2/2021
18.4.0.39 476 1/28/2021
18.4.0.35 611 1/19/2021
18.4.0.34 491 1/12/2021
18.4.0.33 502 1/4/2021
18.4.0.32 469 12/30/2020
18.4.0.31 534 12/22/2020
18.4.0.30 575 12/17/2020
18.3.0.53 517 12/8/2020
18.3.0.52 513 11/30/2020
18.3.0.51 494 11/23/2020
18.3.0.50 496 11/17/2020
18.3.0.48 540 11/10/2020
18.3.0.47 599 11/5/2020
18.3.0.44 593 10/27/2020
18.3.0.42 894 10/20/2020
18.3.0.40 537 10/12/2020
18.3.0.38 573 10/7/2020
18.3.0.35 553 10/1/2020
18.2.0.59 568 9/22/2020
18.2.0.58 546 9/15/2020
18.2.0.57 529 9/8/2020
18.2.0.56 527 9/1/2020
18.2.0.55 523 8/24/2020
18.2.0.54 578 8/18/2020
18.2.0.48 589 8/4/2020
18.2.0.47 621 7/28/2020
18.2.0.46 598 7/21/2020
18.2.0.45 567 7/14/2020
18.2.0.44 822 7/6/2020
18.1.0.59 580 6/23/2020
18.1.0.57 678 6/15/2020
18.1.0.56 602 6/9/2020
18.1.0.55 600 6/2/2020
18.1.0.54 617 5/26/2020
18.1.0.53 645 5/19/2020
18.1.0.52 599 5/13/2020
18.1.0.48 606 5/5/2020
18.1.0.46 612 4/28/2020
18.1.0.45 617 4/20/2020
18.1.0.44 630 4/14/2020
18.1.0.43 629 4/7/2020
18.1.0.42 658 4/1/2020
18.1.0.36-beta 412 3/19/2020
17.4.0.55 695 3/10/2020
17.4.0.53 808 3/3/2020
17.4.0.51 631 2/25/2020
17.4.0.50 646 2/18/2020
17.4.0.49 641 2/11/2020
17.4.0.47 624 2/5/2020
17.4.0.46 629 1/30/2020
17.4.0.44 697 1/21/2020
17.4.0.43 640 1/14/2020
17.4.0.41 643 1/7/2020
17.4.0.40 689 12/24/2019
17.4.0.39 665 12/17/2019
17.3.0.34 632 12/10/2019
17.3.0.33 653 12/4/2019
17.3.0.30 640 12/3/2019
17.3.0.29 628 11/26/2019
17.3.0.28 647 11/18/2019
17.3.0.27 641 11/12/2019
17.3.0.26 645 11/5/2019
17.3.0.21 663 10/29/2019
17.3.0.19 647 10/22/2019
17.3.0.17 702 10/15/2019
17.3.0.14 692 10/3/2019
17.3.0.9-beta 408 9/20/2019
17.2.0.51 669 9/10/2019
17.2.0.49 668 9/3/2019
17.2.0.47 670 8/27/2019
17.2.0.46 692 8/22/2019
17.2.0.41 757 8/13/2019
17.2.0.40 816 8/6/2019
17.2.0.39 691 7/30/2019
17.2.0.36 690 7/23/2019
17.2.0.35 730 7/17/2019
17.2.0.34 857 7/11/2019
17.2.0.28-beta 448 6/27/2019
17.1.0.53 728 6/25/2019
17.1.0.52 784 6/18/2019
17.1.0.51 774 6/11/2019
17.1.0.50 793 6/4/2019
17.1.0.49 728 5/28/2019
17.1.0.48 781 5/21/2019
17.1.0.47 741 5/14/2019
17.1.0.44 695 5/7/2019
17.1.0.43 742 4/30/2019
17.1.0.42 804 4/23/2019
17.1.0.41 777 4/16/2019
17.1.0.40 787 4/9/2019
17.1.0.38 777 3/29/2019
17.1.0.32-beta 470 3/13/2019
16.4.0.54 830 2/19/2019
16.4.0.53 824 2/13/2019
16.4.0.52 872 2/5/2019
16.4.0.48 850 1/22/2019
16.4.0.47 894 1/16/2019
16.4.0.46 875 1/8/2019
16.4.0.44 824 12/24/2018
16.4.0.42 862 12/17/2018
16.4.0.40-beta 581 12/10/2018
16.3.0.36 864 11/27/2018
16.3.0.35-beta 605 11/23/2018
16.3.0.29 888 10/30/2018
16.3.0.21 1,031 9/21/2018