![]() |
VOOZH | about |
dotnet add package Syncfusion.PresentationToPdfConverter.Wpf --version 33.2.13
NuGet\Install-Package Syncfusion.PresentationToPdfConverter.Wpf -Version 33.2.13
<PackageReference Include="Syncfusion.PresentationToPdfConverter.Wpf" Version="33.2.13" />
<PackageVersion Include="Syncfusion.PresentationToPdfConverter.Wpf" Version="33.2.13" />Directory.Packages.props
<PackageReference Include="Syncfusion.PresentationToPdfConverter.Wpf" />Project file
paket add Syncfusion.PresentationToPdfConverter.Wpf --version 33.2.13
#r "nuget: Syncfusion.PresentationToPdfConverter.Wpf, 33.2.13"
#:package Syncfusion.PresentationToPdfConverter.Wpf@33.2.13
#addin nuget:?package=Syncfusion.PresentationToPdfConverter.Wpf&version=33.2.13Install as a Cake Addin
#tool nuget:?package=Syncfusion.PresentationToPdfConverter.Wpf&version=33.2.13Install as a Cake Tool
The Syncfusion® WPF 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 | Documentation | API Reference | Online Demo | GitHub Examples | Blogs | Support | Forums | Feedback
You can fetch the Syncfusion® .NET PowerPoint library NuGet by simply running the command Install-Package Syncfusion.PresentationToPDFConverter.Wpf 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.
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.
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.
| www.syncfusion.com | Toll Free: 1-888-9 DOTNET
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 net8.0-windows7.0 is compatible. net9.0-windows net9.0-windows was computed. net9.0-windows7.0 net9.0-windows7.0 is compatible. net10.0-windows net10.0-windows was computed. net10.0-windows7.0 net10.0-windows7.0 is compatible. |
| .NET Framework | net462 net462 is compatible. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
Showing the top 1 popular GitHub repositories that depend on Syncfusion.PresentationToPdfConverter.Wpf:
| Repository | Stars |
|---|---|
|
QL-Win/QuickLook.Plugin.OfficeViewer
Word, Excel, and PowerPoint plugin for QuickLook.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 33.2.13 | 47 | 6/16/2026 |
| 33.2.12 | 109 | 6/9/2026 |
| 33.2.10 | 107 | 6/2/2026 |
| 33.2.8 | 128 | 5/26/2026 |
| 33.2.7 | 152 | 5/19/2026 |
| 33.2.6 | 124 | 5/12/2026 |
| 33.2.5 | 128 | 5/4/2026 |
| 33.2.4 | 158 | 4/27/2026 |
| 33.2.3 | 149 | 4/21/2026 |
| 33.1.49 | 124 | 4/13/2026 |
| 33.1.47 | 139 | 4/6/2026 |
| 33.1.46 | 125 | 3/30/2026 |
| 33.1.45 | 399 | 3/23/2026 |
| 33.1.44 | 748 | 3/16/2026 |
| 32.2.9 | 835 | 3/9/2026 |
| 32.2.8 | 1,032 | 3/2/2026 |
| 32.2.7 | 1,198 | 2/23/2026 |
| 32.2.5 | 1,230 | 2/16/2026 |
| 32.2.4 | 1,306 | 2/10/2026 |
| 32.2.3 | 1,411 | 2/5/2026 |