Syncfusion.PresentationToPdfConverter.WinForms 30.2.7

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

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® 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 net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible.  net10.0-windows was computed. 
.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.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
30.2.7 147 8/25/2025
30.2.6 145 8/18/2025
30.2.5 140 8/13/2025
30.2.4 218 8/7/2025
30.1.42 103 7/28/2025
30.1.41 485 7/22/2025
30.1.40 153 7/14/2025
30.1.39 151 7/8/2025
30.1.38 148 7/1/2025
30.1.37 182 6/25/2025
29.2.11 160 6/16/2025
29.2.10 284 6/9/2025
29.2.9 166 6/5/2025
29.2.8 160 6/3/2025
29.2.7 169 5/26/2025
29.2.5 153 5/20/2025
29.2.4 255 5/14/2025
29.1.41 172 5/5/2025
29.1.40 165 4/28/2025
29.1.39 177 4/21/2025
29.1.38 217 4/14/2025
29.1.37 224 4/8/2025
29.1.35 185 4/1/2025
29.1.33 510 3/25/2025
28.2.12 167 3/19/2025
28.2.11 200 3/10/2025
28.2.9 235 3/3/2025
28.2.7 153 2/25/2025
28.2.6 138 2/17/2025
28.2.5 125 2/11/2025
28.2.4 131 2/4/2025
28.2.3 137 1/29/2025
28.1.41 136 1/20/2025
28.1.39 122 1/13/2025
28.1.38 138 1/7/2025
28.1.37 133 12/31/2024
28.1.36 122 12/23/2024
28.1.35 137 12/18/2024
28.1.33 153 12/12/2024
27.2.5 193 12/2/2024
27.2.4 145 11/26/2024
27.2.3 142 11/22/2024
27.2.2 150 11/15/2024
27.1.58 149 11/4/2024
27.1.57 180 10/28/2024
27.1.56 138 10/23/2024
27.1.55 137 10/21/2024
27.1.53 177 10/14/2024
27.1.52 136 10/7/2024
27.1.51 149 9/30/2024
27.1.50 134 9/23/2024
27.1.48 159 9/18/2024
26.2.14 150 9/9/2024
26.2.13 143 9/5/2024
26.2.12 152 9/2/2024
26.2.11 159 8/27/2024
26.2.10 160 8/19/2024
26.2.9 183 8/12/2024
26.2.8 139 8/5/2024
26.2.7 117 7/29/2024
26.2.5 160 7/25/2024
26.2.4 135 7/24/2024
26.1.42 165 7/15/2024
26.1.41 160 7/8/2024
26.1.40 168 7/1/2024
26.1.39 153 6/24/2024
26.1.38 174 6/18/2024
26.1.35 178 6/11/2024
25.2.7 147 6/3/2024
25.2.6 160 5/28/2024
25.2.5 180 5/21/2024
25.2.4 136 5/14/2024
25.2.3 156 5/8/2024
25.1.42 196 4/29/2024
25.1.41 173 4/23/2024
25.1.40 171 4/15/2024
25.1.39 169 4/8/2024
25.1.38 181 4/1/2024
25.1.37 195 3/26/2024
25.1.35 209 3/15/2024
24.2.9 209 3/4/2024
24.2.8 171 2/26/2024
24.2.7 176 2/19/2024
24.2.6 187 2/14/2024
24.2.5 170 2/12/2024
24.2.4 163 2/5/2024
24.2.3 193 1/31/2024
24.1.47 168 1/22/2024
24.1.46 170 1/16/2024
24.1.45 212 1/8/2024
24.1.44 183 1/2/2024
24.1.43 189 12/27/2023
24.1.41 197 12/18/2023
23.2.7 217 12/6/2023
23.2.6 200 11/28/2023
23.2.5 179 11/23/2023
23.2.4 188 11/20/2023
23.1.44 202 11/6/2023
23.1.43 191 10/30/2023
23.1.42 213 10/23/2023
23.1.41 201 10/16/2023
23.1.40 235 10/10/2023
23.1.39 214 10/4/2023
23.1.38 207 9/26/2023
23.1.36 254 9/15/2023
22.2.12 256 9/5/2023
22.2.11 269 8/28/2023
22.2.10 252 8/22/2023
22.2.9 241 8/14/2023
22.2.8 239 8/7/2023
22.2.7 263 8/2/2023
22.2.5 259 7/27/2023
22.1.39 269 7/18/2023
22.1.38 256 7/11/2023
22.1.37 285 7/3/2023
22.1.36 6,706 6/28/2023
22.1.34 1,013 6/21/2023
21.2.10 306 6/12/2023
21.2.9 283 6/6/2023
21.2.8 260 5/30/2023
21.2.6 307 5/22/2023
21.2.5 303 5/15/2023
21.2.4 312 5/9/2023
21.2.3 318 5/3/2023
21.1.41 335 4/19/2023
21.1.39 333 4/10/2023
21.1.38 357 4/3/2023
21.1.37 348 3/29/2023
21.1.35 383 3/23/2023
20.4.0.54 395 3/13/2023
20.4.0.53 410 3/7/2023
20.4.0.52 478 2/28/2023
20.4.0.51 404 2/21/2023
20.4.0.50 410 2/14/2023
20.4.0.49 415 2/7/2023
20.4.0.48 446 2/1/2023
20.4.0.44 435 1/18/2023
20.4.0.43 458 1/10/2023
20.4.0.42 466 1/4/2023
20.4.0.41 452 12/29/2022
20.4.0.40 401 12/28/2022
20.4.0.38 462 12/21/2022
20.3.0.61 426 12/12/2022
20.3.0.60 425 12/6/2022
20.3.0.59 468 11/29/2022
20.3.0.58 473 11/21/2022
20.3.0.57 508 11/14/2022
20.3.0.56 851 11/8/2022
20.3.0.52 516 10/27/2022
20.3.0.50 528 10/17/2022
20.3.0.49 572 10/11/2022
20.3.0.48 555 10/5/2022
20.3.0.47 610 9/29/2022
20.2.0.50 600 9/20/2022
20.2.0.49 595 9/13/2022
20.2.0.48 573 9/6/2022
20.2.0.46 569 8/30/2022
20.2.0.45 582 8/23/2022
20.2.0.44 624 8/16/2022
20.2.0.43 1,092 8/8/2022
20.2.0.40 608 7/26/2022
20.2.0.39 544 7/19/2022
20.2.0.38 583 7/12/2022
20.2.0.36 646 6/30/2022
20.1.0.61 643 6/20/2022
20.1.0.60 600 6/14/2022
20.1.0.59 578 6/6/2022
20.1.0.58 662 5/30/2022
20.1.0.57 611 5/23/2022
20.1.0.56 609 5/17/2022
20.1.0.55 584 5/12/2022
20.1.0.52 607 5/2/2022
20.1.0.51 613 4/26/2022
20.1.0.50 592 4/19/2022
20.1.0.48 625 4/12/2022
20.1.0.47 653 4/4/2022
19.4.0.56 659 3/14/2022
19.4.0.55 614 3/8/2022
19.4.0.54 627 2/28/2022
19.4.0.53 609 2/21/2022
19.4.0.52 602 2/15/2022
19.4.0.50 662 2/8/2022
19.4.0.48 640 1/31/2022
19.4.0.47 605 1/24/2022
19.4.0.43 604 1/18/2022
19.4.0.42 628 1/10/2022
19.4.0.41 483 1/4/2022
19.4.0.40 440 12/28/2021
19.4.0.38 511 12/17/2021
19.3.0.59 486 12/14/2021
19.3.0.57 486 12/7/2021
19.3.0.56 1,355 11/29/2021
19.3.0.55 482 11/23/2021
19.3.0.54 482 11/17/2021
19.3.0.53 528 11/12/2021
19.3.0.48 534 11/3/2021
19.3.0.47 516 10/26/2021
19.3.0.46 520 10/19/2021
19.3.0.45 556 10/12/2021
19.3.0.44 559 10/5/2021
19.3.0.43 568 9/30/2021
19.2.0.62 591 9/13/2021
19.2.0.60 564 9/7/2021
19.2.0.59 550 8/30/2021
19.2.0.57 564 8/24/2021
19.2.0.56 563 8/17/2021
19.2.0.55 582 8/11/2021
19.2.0.51 577 8/2/2021
19.2.0.49 585 7/26/2021
19.2.0.48 562 7/19/2021
19.2.0.47 571 7/13/2021
19.2.0.46 530 7/6/2021
19.2.0.44 634 6/30/2021
19.1.0.69 578 6/14/2021
19.1.0.67 583 6/7/2021
19.1.0.66 592 5/31/2021
19.1.0.65 594 5/24/2021
19.1.0.64 569 5/19/2021
19.1.0.63 598 5/13/2021
19.1.0.59 594 5/3/2021
19.1.0.58 526 4/26/2021
19.1.0.57 568 4/20/2021
19.1.0.56 534 4/12/2021
19.1.0.55 562 4/6/2021
19.1.0.54 687 3/30/2021
18.4.0.49 587 3/22/2021
18.4.0.48 572 3/16/2021
18.4.0.47 610 3/9/2021
18.4.0.46 607 3/2/2021
18.4.0.44 613 2/23/2021
18.4.0.43 567 2/15/2021
18.4.0.42 580 2/9/2021
18.4.0.41 586 2/2/2021
18.4.0.39 590 1/28/2021
18.4.0.35 727 1/19/2021
18.4.0.34 608 1/12/2021
18.4.0.33 620 1/4/2021
18.4.0.32 587 12/30/2020
18.4.0.31 658 12/22/2020
18.4.0.30 701 12/17/2020
18.3.0.53 636 12/8/2020
18.3.0.52 640 11/30/2020
18.3.0.51 619 11/23/2020
18.3.0.50 612 11/17/2020
18.3.0.48 659 11/10/2020
18.3.0.47 722 11/5/2020
18.3.0.44 720 10/27/2020
18.3.0.42 1,013 10/20/2020
18.3.0.40 652 10/12/2020
18.3.0.38 696 10/7/2020
18.3.0.35 672 10/1/2020
18.2.0.59 693 9/22/2020
18.2.0.58 674 9/15/2020
18.2.0.57 646 9/8/2020
18.2.0.56 650 9/1/2020
18.2.0.55 640 8/24/2020
18.2.0.54 699 8/18/2020
18.2.0.48 710 8/4/2020
18.2.0.47 748 7/28/2020
18.2.0.46 711 7/21/2020
18.2.0.45 686 7/14/2020
18.2.0.44 946 7/6/2020
18.1.0.59 705 6/23/2020
18.1.0.57 800 6/15/2020
18.1.0.56 728 6/9/2020
18.1.0.55 722 6/2/2020
18.1.0.54 744 5/26/2020
18.1.0.53 761 5/19/2020
18.1.0.52 729 5/13/2020
18.1.0.48 731 5/5/2020
18.1.0.46 746 4/28/2020
18.1.0.45 741 4/20/2020
18.1.0.44 756 4/14/2020
18.1.0.43 757 4/7/2020
18.1.0.42 789 4/1/2020
18.1.0.36-beta 541 3/19/2020
17.4.0.55 898 3/10/2020
17.4.0.53 936 3/3/2020
17.4.0.51 759 2/25/2020
17.4.0.50 770 2/18/2020
17.4.0.49 765 2/11/2020
17.4.0.47 746 2/5/2020
17.4.0.46 756 1/30/2020
17.4.0.44 827 1/21/2020
17.4.0.43 772 1/14/2020
17.4.0.41 769 1/7/2020
17.4.0.40 813 12/24/2019
17.4.0.39 790 12/17/2019
17.3.0.34 754 12/10/2019
17.3.0.33 783 12/4/2019
17.3.0.30 771 12/3/2019
17.3.0.29 749 11/26/2019
17.3.0.28 777 11/18/2019
17.3.0.27 776 11/12/2019
17.3.0.26 766 11/5/2019
17.3.0.21 797 10/29/2019
17.3.0.19 781 10/22/2019
17.3.0.17 825 10/15/2019
17.3.0.14 823 10/3/2019
17.3.0.9-beta 525 9/20/2019
17.2.0.51 790 9/10/2019
17.2.0.49 806 9/3/2019
17.2.0.47 803 8/27/2019
17.2.0.46 819 8/22/2019
17.2.0.41 885 8/13/2019
17.2.0.40 948 8/6/2019
17.2.0.39 831 7/30/2019
17.2.0.36 824 7/23/2019
17.2.0.35 867 7/17/2019
17.2.0.34 984 7/11/2019
17.2.0.28-beta 576 6/27/2019
17.1.0.53 849 6/25/2019
17.1.0.52 918 6/18/2019
17.1.0.51 899 6/11/2019
17.1.0.50 917 6/4/2019
17.1.0.49 853 5/28/2019
17.1.0.48 917 5/21/2019
17.1.0.47 880 5/14/2019
17.1.0.44 821 5/7/2019
17.1.0.43 869 4/30/2019
17.1.0.42 938 4/23/2019
17.1.0.41 920 4/16/2019
17.1.0.40 924 4/9/2019
17.1.0.38 891 3/29/2019
17.1.0.32-beta 600 3/13/2019
16.4.0.54 956 2/19/2019
16.4.0.53 958 2/13/2019
16.4.0.52 1,002 2/5/2019
16.4.0.48 982 1/22/2019
16.4.0.47 1,021 1/16/2019
16.4.0.46 1,015 1/8/2019
16.4.0.44 962 12/24/2018
16.4.0.42 1,003 12/17/2018
16.4.0.40-beta 712 12/10/2018
16.3.0.36 1,003 11/27/2018
16.3.0.35-beta 731 11/23/2018
16.3.0.29 1,033 10/30/2018
16.3.0.21 1,198 9/21/2018