Syncfusion.PresentationToPdfConverter.Wpf 26.2.13

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

Syncfusion WPF PowerPoint to PDF converter library

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

Key Features

System Requirements

Getting started

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.

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.  net9.0-windows was computed.  net10.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 (2)

Showing the top 2 popular GitHub repositories that depend on Syncfusion.PresentationToPdfConverter.Wpf:

Repository Stars
QL-Win/QuickLook.Plugin.OfficeViewer
Word, Excel, and PowerPoint plugin for QuickLook.
syncfusion/wpf-demos
This repository contains the samples for Syncfusion WPF UI Controls and File Format libraries and the guide to use them.
Version Downloads Last Updated
31.1.22 39 9/30/2025
31.1.21 277 9/22/2025
31.1.20 379 9/16/2025
31.1.19 243 9/11/2025
31.1.18 234 9/9/2025
31.1.17 230 9/5/2025
30.2.7 281 8/25/2025
30.2.6 259 8/18/2025
30.2.5 235 8/13/2025
30.2.4 325 8/7/2025
30.1.42 371 7/28/2025
30.1.41 622 7/22/2025
30.1.40 250 7/14/2025
30.1.39 253 7/8/2025
30.1.38 250 7/1/2025
30.1.37 283 6/25/2025
29.2.11 262 6/16/2025
29.2.10 392 6/9/2025
29.2.9 252 6/5/2025
29.2.8 259 6/3/2025
29.2.7 267 5/26/2025
29.2.5 259 5/20/2025
29.2.4 403 5/14/2025
29.1.41 360 5/5/2025
29.1.40 278 4/28/2025
29.1.39 319 4/21/2025
29.1.38 381 4/14/2025
29.1.37 288 4/8/2025
29.1.35 314 4/1/2025
29.1.33 641 3/25/2025
28.2.12 279 3/19/2025
28.2.11 294 3/10/2025
28.2.9 387 3/3/2025
28.2.7 259 2/25/2025
28.2.6 242 2/17/2025
28.2.5 234 2/11/2025
28.2.4 242 2/4/2025
28.2.3 254 1/29/2025
28.1.41 258 1/20/2025
28.1.39 219 1/13/2025
28.1.38 231 1/7/2025
28.1.37 215 12/31/2024
28.1.36 212 12/23/2024
28.1.35 225 12/18/2024
28.1.33 317 12/12/2024
27.2.5 277 12/2/2024
27.2.4 276 11/26/2024
27.2.3 240 11/22/2024
27.2.2 271 11/15/2024
27.1.58 274 11/4/2024
27.1.57 233 10/28/2024
27.1.56 243 10/23/2024
27.1.55 239 10/21/2024
27.1.53 256 10/14/2024
27.1.52 225 10/7/2024
27.1.51 259 9/30/2024
27.1.50 224 9/23/2024
27.1.48 360 9/18/2024
26.2.14 257 9/9/2024
26.2.13 251 9/5/2024
26.2.12 238 9/2/2024
26.2.11 228 8/27/2024
26.2.10 7,881 8/19/2024
26.2.9 319 8/12/2024
26.2.8 261 8/5/2024
26.2.7 200 7/29/2024
26.2.5 224 7/25/2024
26.2.4 245 7/24/2024
26.1.42 276 7/15/2024
26.1.41 237 7/8/2024
26.1.40 253 7/1/2024
26.1.39 233 6/24/2024
26.1.38 244 6/18/2024
26.1.35 292 6/11/2024
25.2.7 237 6/3/2024
25.2.6 254 5/28/2024
25.2.5 277 5/21/2024
25.2.4 221 5/14/2024
25.2.3 285 5/8/2024
25.1.42 243 4/29/2024
25.1.41 262 4/23/2024
25.1.40 246 4/15/2024
25.1.39 237 4/8/2024
25.1.38 259 4/1/2024
25.1.37 258 3/26/2024
25.1.35 336 3/15/2024
24.2.9 780 3/4/2024
24.2.8 275 2/26/2024
24.2.7 311 2/19/2024
24.2.6 263 2/14/2024
24.2.5 243 2/12/2024
24.2.4 292 2/5/2024
24.2.3 301 1/31/2024
24.1.47 268 1/22/2024
24.1.46 274 1/16/2024
24.1.45 272 1/8/2024
24.1.44 291 1/2/2024
24.1.43 281 12/27/2023
24.1.41 375 12/18/2023
23.2.7 325 12/6/2023
23.2.6 288 11/28/2023
23.2.5 289 11/23/2023
23.2.4 328 11/20/2023
23.1.44 307 11/6/2023
23.1.43 294 10/30/2023
23.1.42 294 10/23/2023
23.1.41 339 10/16/2023
23.1.40 333 10/10/2023
23.1.39 314 10/4/2023
23.1.38 333 9/26/2023
23.1.36 533 9/15/2023
22.2.12 397 9/5/2023
22.2.11 334 8/28/2023
22.2.10 337 8/22/2023
22.2.9 374 8/14/2023
22.2.8 367 8/7/2023
22.2.7 417 8/2/2023
22.2.5 435 7/27/2023
22.1.39 375 7/18/2023
22.1.38 391 7/11/2023
22.1.37 408 7/3/2023
22.1.36 462 6/28/2023
22.1.34 433 6/21/2023
21.2.10 461 6/12/2023
21.2.9 426 6/6/2023
21.2.8 386 5/30/2023
21.2.6 452 5/22/2023
21.2.5 453 5/15/2023
21.2.4 441 5/9/2023
21.2.3 501 5/3/2023
21.1.41 544 4/19/2023
21.1.39 461 4/10/2023
21.1.38 521 4/3/2023
21.1.37 511 3/29/2023
21.1.35 600 3/23/2023
20.4.0.54 507 3/13/2023
20.4.0.53 541 3/7/2023
20.4.0.52 546 2/28/2023
20.4.0.51 545 2/21/2023
20.4.0.50 560 2/14/2023
20.4.0.49 542 2/7/2023
20.4.0.48 672 2/1/2023
20.4.0.44 582 1/18/2023
20.4.0.43 569 1/10/2023
20.4.0.42 659 1/4/2023
20.4.0.41 573 12/29/2022
20.4.0.40 580 12/28/2022
20.4.0.38 602 12/21/2022
20.3.0.61 569 12/12/2022
20.3.0.60 591 12/6/2022
20.3.0.59 617 11/29/2022
20.3.0.58 607 11/21/2022
20.3.0.57 620 11/15/2022
20.3.0.56 678 11/8/2022
20.3.0.52 720 10/27/2022
20.3.0.50 739 10/17/2022
20.3.0.49 712 10/11/2022
20.3.0.48 717 10/5/2022
20.3.0.47 800 9/29/2022
20.2.0.50 700 9/20/2022
20.2.0.49 768 9/13/2022
20.2.0.48 732 9/6/2022
20.2.0.46 722 8/30/2022
20.2.0.45 711 8/23/2022
20.2.0.44 709 8/16/2022
20.2.0.43 807 8/8/2022
20.2.0.40 713 7/26/2022
20.2.0.39 734 7/19/2022
20.2.0.38 708 7/12/2022
20.2.0.36 842 6/30/2022
20.1.0.61 767 6/20/2022
20.1.0.60 756 6/14/2022
20.1.0.59 743 6/6/2022
20.1.0.58 777 5/30/2022
20.1.0.57 777 5/23/2022
20.1.0.56 775 5/17/2022
20.1.0.55 922 5/12/2022
20.1.0.52 770 5/2/2022
20.1.0.51 774 4/26/2022
20.1.0.50 793 4/19/2022
20.1.0.48 778 4/12/2022
20.1.0.47 817 4/4/2022
19.4.0.56 789 3/14/2022
19.4.0.55 764 3/8/2022
19.4.0.54 795 2/28/2022
19.4.0.53 752 2/22/2022
19.4.0.52 753 2/15/2022
19.4.0.50 788 2/8/2022
19.4.0.48 865 1/31/2022
19.4.0.47 780 1/24/2022
19.4.0.43 788 1/18/2022
19.4.0.42 781 1/10/2022
19.4.0.41 631 1/4/2022
19.4.0.40 624 12/28/2021
19.4.0.38 687 12/17/2021
19.3.0.59 648 12/14/2021
19.3.0.57 700 12/7/2021
19.3.0.56 4,940 11/29/2021
19.3.0.55 676 11/23/2021
19.3.0.54 646 11/17/2021
19.3.0.53 707 11/12/2021
19.3.0.48 710 11/3/2021
19.3.0.47 698 10/26/2021
19.3.0.46 702 10/19/2021
19.3.0.45 671 10/12/2021
19.3.0.44 712 10/5/2021
19.3.0.43 803 9/30/2021
19.2.0.62 754 9/13/2021
19.2.0.60 752 9/7/2021
19.2.0.59 739 8/30/2021
19.2.0.57 744 8/24/2021
19.2.0.56 728 8/17/2021
19.2.0.55 780 8/11/2021
19.2.0.51 727 8/2/2021
19.2.0.49 734 7/26/2021
19.2.0.48 717 7/19/2021
19.2.0.47 754 7/13/2021
19.2.0.46 771 7/6/2021
19.2.0.44 822 6/30/2021
19.1.0.69 796 6/14/2021
19.1.0.67 768 6/7/2021
19.1.0.66 778 5/31/2021
19.1.0.65 741 5/24/2021
19.1.0.64 730 5/19/2021
19.1.0.63 773 5/13/2021
19.1.0.59 738 5/3/2021
19.1.0.58 754 4/26/2021
19.1.0.57 731 4/20/2021
19.1.0.56 744 4/12/2021
19.1.0.55 751 4/6/2021
19.1.0.54 777 3/30/2021
18.4.0.49 719 3/22/2021
18.4.0.48 733 3/16/2021
18.4.0.47 743 3/9/2021
18.4.0.46 762 3/2/2021
18.4.0.44 1,553 2/23/2021
18.4.0.43 747 2/15/2021
18.4.0.42 757 2/9/2021
18.4.0.41 755 2/2/2021
18.4.0.39 818 1/28/2021
18.4.0.35 802 1/19/2021
18.4.0.34 737 1/12/2021
18.4.0.33 775 1/4/2021
18.4.0.32 741 12/30/2020
18.4.0.31 780 12/22/2020
18.4.0.30 1,038 12/17/2020
18.3.0.53 827 12/8/2020
18.3.0.52 824 11/30/2020
18.3.0.51 778 11/23/2020
18.3.0.50 785 11/17/2020
18.3.0.48 799 11/10/2020
18.3.0.47 898 11/5/2020
18.3.0.44 810 10/27/2020
18.3.0.42 839 10/20/2020
18.3.0.40 871 10/12/2020
18.3.0.38 814 10/7/2020
18.3.0.35 1,246 10/1/2020
18.2.0.59 1,022 9/22/2020
18.2.0.58 830 9/15/2020
18.2.0.57 807 9/8/2020
18.2.0.56 827 9/1/2020
18.2.0.55 794 8/24/2020
18.2.0.54 824 8/18/2020
18.2.0.48 869 8/4/2020
18.2.0.47 883 7/28/2020
18.2.0.46 885 7/21/2020
18.2.0.45 871 7/14/2020
18.2.0.44 1,343 7/6/2020
18.1.0.59 897 6/23/2020
18.1.0.57 881 6/15/2020
18.1.0.56 853 6/9/2020
18.1.0.55 1,445 6/2/2020
18.1.0.54 903 5/26/2020
18.1.0.53 912 5/19/2020
18.1.0.52 1,109 5/13/2020
18.1.0.48 870 5/5/2020
18.1.0.46 882 4/28/2020
18.1.0.45 922 4/21/2020
18.1.0.44 922 4/14/2020
18.1.0.43 1,115 4/7/2020
18.1.0.42 913 4/1/2020
18.1.0.36-beta 630 3/19/2020
17.4.0.55 1,048 3/10/2020
17.4.0.53 922 3/3/2020
17.4.0.51 900 2/25/2020
17.4.0.50 933 2/18/2020
17.4.0.49 899 2/11/2020
17.4.0.47 903 2/5/2020
17.4.0.46 920 1/30/2020
17.4.0.44 973 1/21/2020
17.4.0.43 969 1/14/2020
17.4.0.41 994 1/7/2020
17.4.0.40 981 12/24/2019
17.4.0.39 996 12/17/2019
17.3.0.34 985 12/10/2019
17.3.0.33 932 12/4/2019
17.3.0.30 946 12/3/2019
17.3.0.29 964 11/26/2019
17.3.0.28 963 11/18/2019
17.3.0.27 954 11/12/2019
17.3.0.26 950 11/5/2019
17.3.0.21 960 10/29/2019
17.3.0.19 967 10/22/2019
17.3.0.17 991 10/15/2019
17.3.0.14 952 10/3/2019
17.3.0.9-beta 628 9/20/2019
17.2.0.51 989 9/10/2019
17.2.0.49 1,026 9/3/2019
17.2.0.47 991 8/27/2019
17.2.0.46 1,007 8/22/2019
17.2.0.41 1,028 8/13/2019
17.2.0.40 979 8/6/2019
17.2.0.39 978 7/30/2019
17.2.0.36 974 7/23/2019
17.2.0.35 1,002 7/17/2019
17.2.0.34 1,068 7/11/2019
17.2.0.28-beta 634 6/27/2019
17.1.0.53 1,040 6/25/2019
17.1.0.52 990 6/18/2019
17.1.0.51 1,046 6/11/2019
17.1.0.50 1,049 6/4/2019
17.1.0.49 1,020 5/28/2019
17.1.0.48 1,035 5/21/2019
17.1.0.47 1,024 5/14/2019
17.1.0.44 1,050 5/7/2019
17.1.0.43 1,045 4/30/2019
17.1.0.42 1,092 4/23/2019
17.1.0.41 1,045 4/16/2019
17.1.0.40 1,040 4/9/2019
17.1.0.38 1,106 3/29/2019
17.1.0.32-beta 665 3/13/2019
16.4.0.54 15,476 2/19/2019
16.4.0.53 1,077 2/13/2019
16.4.0.52 4,750 2/5/2019
16.4.0.48 1,129 1/22/2019
16.4.0.47 1,174 1/16/2019
16.4.0.46 1,168 1/8/2019
16.4.0.44 1,121 12/24/2018
16.4.0.42 1,176 12/17/2018
16.4.0.40-beta 776 12/10/2018
16.3.0.36 1,178 11/27/2018
16.3.0.35-beta 758 11/23/2018
16.3.0.29 1,195 10/30/2018
16.3.0.21 1,315 9/21/2018