Syncfusion.PresentationToPdfConverter.Wpf 31.1.17

Prefix Reserved
dotnet add package Syncfusion.PresentationToPdfConverter.Wpf --version 31.1.17
                    
NuGet\Install-Package Syncfusion.PresentationToPdfConverter.Wpf -Version 31.1.17
                    
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="31.1.17" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.PresentationToPdfConverter.Wpf" Version="31.1.17" />
                    
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 31.1.17
                    
#r "nuget: Syncfusion.PresentationToPdfConverter.Wpf, 31.1.17"
                    
#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@31.1.17
                    
#: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=31.1.17
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.PresentationToPdfConverter.Wpf&version=31.1.17
                    
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® 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 (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.17 101 9/5/2025
30.2.7 168 8/25/2025
30.2.6 154 8/18/2025
30.2.5 136 8/13/2025
30.2.4 223 8/7/2025
30.1.42 218 7/28/2025
30.1.41 489 7/22/2025
30.1.40 150 7/14/2025
30.1.39 155 7/8/2025
30.1.38 150 7/1/2025
30.1.37 177 6/25/2025
29.2.11 160 6/16/2025
29.2.10 286 6/9/2025
29.2.9 154 6/5/2025
29.2.8 161 6/3/2025
29.2.7 169 5/26/2025
29.2.5 162 5/20/2025
29.2.4 302 5/14/2025
29.1.41 257 5/5/2025
29.1.40 180 4/28/2025
29.1.39 221 4/21/2025
29.1.38 283 4/14/2025
29.1.37 190 4/8/2025
29.1.35 215 4/1/2025
29.1.33 543 3/25/2025
28.2.12 181 3/19/2025
28.2.11 195 3/10/2025
28.2.9 289 3/3/2025
28.2.7 150 2/25/2025
28.2.6 145 2/17/2025
28.2.5 138 2/11/2025
28.2.4 146 2/4/2025
28.2.3 158 1/29/2025
28.1.41 161 1/20/2025
28.1.39 124 1/13/2025
28.1.38 144 1/7/2025
28.1.37 118 12/31/2024
28.1.36 123 12/23/2024
28.1.35 129 12/18/2024
28.1.33 215 12/12/2024
27.2.5 179 12/2/2024
27.2.4 179 11/26/2024
27.2.3 142 11/22/2024
27.2.2 174 11/15/2024
27.1.58 188 11/4/2024
27.1.57 136 10/28/2024
27.1.56 145 10/23/2024
27.1.55 152 10/21/2024
27.1.53 159 10/14/2024
27.1.52 128 10/7/2024
27.1.51 161 9/30/2024
27.1.50 127 9/23/2024
27.1.48 262 9/18/2024
26.2.14 160 9/9/2024
26.2.13 151 9/5/2024
26.2.12 133 9/2/2024
26.2.11 132 8/27/2024
26.2.10 7,129 8/19/2024
26.2.9 204 8/12/2024
26.2.8 164 8/5/2024
26.2.7 97 7/29/2024
26.2.5 121 7/25/2024
26.2.4 156 7/24/2024
26.1.42 172 7/15/2024
26.1.41 140 7/8/2024
26.1.40 157 7/1/2024
26.1.39 137 6/24/2024
26.1.38 147 6/18/2024
26.1.35 196 6/11/2024
25.2.7 139 6/3/2024
25.2.6 152 5/28/2024
25.2.5 181 5/21/2024
25.2.4 132 5/14/2024
25.2.3 187 5/8/2024
25.1.42 147 4/29/2024
25.1.41 158 4/23/2024
25.1.40 149 4/15/2024
25.1.39 140 4/8/2024
25.1.38 161 4/1/2024
25.1.37 171 3/26/2024
25.1.35 238 3/15/2024
24.2.9 681 3/4/2024
24.2.8 178 2/26/2024
24.2.7 224 2/19/2024
24.2.6 167 2/14/2024
24.2.5 142 2/12/2024
24.2.4 194 2/5/2024
24.2.3 204 1/31/2024
24.1.47 170 1/22/2024
24.1.46 180 1/16/2024
24.1.45 176 1/8/2024
24.1.44 195 1/2/2024
24.1.43 181 12/27/2023
24.1.41 288 12/18/2023
23.2.7 226 12/6/2023
23.2.6 192 11/28/2023
23.2.5 193 11/23/2023
23.2.4 241 11/20/2023
23.1.44 213 11/6/2023
23.1.43 199 10/30/2023
23.1.42 200 10/23/2023
23.1.41 245 10/16/2023
23.1.40 239 10/10/2023
23.1.39 218 10/4/2023
23.1.38 233 9/26/2023
23.1.36 437 9/15/2023
22.2.12 300 9/5/2023
22.2.11 253 8/28/2023
22.2.10 239 8/22/2023
22.2.9 275 8/14/2023
22.2.8 269 8/7/2023
22.2.7 317 8/2/2023
22.2.5 336 7/27/2023
22.1.39 276 7/18/2023
22.1.38 291 7/11/2023
22.1.37 309 7/3/2023
22.1.36 373 6/28/2023
22.1.34 332 6/21/2023
21.2.10 361 6/12/2023
21.2.9 325 6/6/2023
21.2.8 286 5/30/2023
21.2.6 353 5/22/2023
21.2.5 346 5/15/2023
21.2.4 340 5/9/2023
21.2.3 400 5/3/2023
21.1.41 432 4/19/2023
21.1.39 370 4/10/2023
21.1.38 419 4/3/2023
21.1.37 408 3/29/2023
21.1.35 498 3/23/2023
20.4.0.54 413 3/13/2023
20.4.0.53 429 3/7/2023
20.4.0.52 442 2/28/2023
20.4.0.51 444 2/21/2023
20.4.0.50 467 2/14/2023
20.4.0.49 451 2/7/2023
20.4.0.48 580 2/1/2023
20.4.0.44 488 1/18/2023
20.4.0.43 468 1/10/2023
20.4.0.42 555 1/4/2023
20.4.0.41 471 12/29/2022
20.4.0.40 479 12/28/2022
20.4.0.38 493 12/21/2022
20.3.0.61 467 12/12/2022
20.3.0.60 491 12/6/2022
20.3.0.59 517 11/29/2022
20.3.0.58 515 11/21/2022
20.3.0.57 519 11/15/2022
20.3.0.56 587 11/8/2022
20.3.0.52 609 10/27/2022
20.3.0.50 638 10/17/2022
20.3.0.49 607 10/11/2022
20.3.0.48 615 10/5/2022
20.3.0.47 692 9/29/2022
20.2.0.50 609 9/20/2022
20.2.0.49 677 9/13/2022
20.2.0.48 630 9/6/2022
20.2.0.46 620 8/30/2022
20.2.0.45 629 8/23/2022
20.2.0.44 608 8/16/2022
20.2.0.43 704 8/8/2022
20.2.0.40 610 7/26/2022
20.2.0.39 633 7/19/2022
20.2.0.38 606 7/12/2022
20.2.0.36 738 6/30/2022
20.1.0.61 666 6/20/2022
20.1.0.60 648 6/14/2022
20.1.0.59 642 6/6/2022
20.1.0.58 674 5/30/2022
20.1.0.57 673 5/23/2022
20.1.0.56 667 5/17/2022
20.1.0.55 820 5/12/2022
20.1.0.52 678 5/2/2022
20.1.0.51 673 4/26/2022
20.1.0.50 690 4/19/2022
20.1.0.48 675 4/12/2022
20.1.0.47 715 4/4/2022
19.4.0.56 688 3/14/2022
19.4.0.55 662 3/8/2022
19.4.0.54 704 2/28/2022
19.4.0.53 648 2/22/2022
19.4.0.52 661 2/15/2022
19.4.0.50 695 2/8/2022
19.4.0.48 761 1/31/2022
19.4.0.47 687 1/24/2022
19.4.0.43 686 1/18/2022
19.4.0.42 679 1/10/2022
19.4.0.41 529 1/4/2022
19.4.0.40 523 12/28/2021
19.4.0.38 585 12/17/2021
19.3.0.59 547 12/14/2021
19.3.0.57 598 12/7/2021
19.3.0.56 4,838 11/29/2021
19.3.0.55 574 11/23/2021
19.3.0.54 554 11/17/2021
19.3.0.53 614 11/12/2021
19.3.0.48 608 11/3/2021
19.3.0.47 595 10/26/2021
19.3.0.46 590 10/19/2021
19.3.0.45 589 10/12/2021
19.3.0.44 608 10/5/2021
19.3.0.43 700 9/30/2021
19.2.0.62 651 9/13/2021
19.2.0.60 648 9/7/2021
19.2.0.59 636 8/30/2021
19.2.0.57 632 8/24/2021
19.2.0.56 624 8/17/2021
19.2.0.55 676 8/11/2021
19.2.0.51 624 8/2/2021
19.2.0.49 629 7/26/2021
19.2.0.48 607 7/19/2021
19.2.0.47 652 7/13/2021
19.2.0.46 667 7/6/2021
19.2.0.44 717 6/30/2021
19.1.0.69 684 6/14/2021
19.1.0.67 664 6/7/2021
19.1.0.66 668 5/31/2021
19.1.0.65 638 5/24/2021
19.1.0.64 627 5/19/2021
19.1.0.63 667 5/13/2021
19.1.0.59 634 5/3/2021
19.1.0.58 642 4/26/2021
19.1.0.57 627 4/20/2021
19.1.0.56 641 4/12/2021
19.1.0.55 647 4/6/2021
19.1.0.54 668 3/30/2021
18.4.0.49 616 3/22/2021
18.4.0.48 630 3/16/2021
18.4.0.47 639 3/9/2021
18.4.0.46 659 3/2/2021
18.4.0.44 1,450 2/23/2021
18.4.0.43 645 2/15/2021
18.4.0.42 653 2/9/2021
18.4.0.41 653 2/2/2021
18.4.0.39 706 1/28/2021
18.4.0.35 693 1/19/2021
18.4.0.34 633 1/12/2021
18.4.0.33 664 1/4/2021
18.4.0.32 636 12/30/2020
18.4.0.31 675 12/22/2020
18.4.0.30 932 12/17/2020
18.3.0.53 723 12/8/2020
18.3.0.52 718 11/30/2020
18.3.0.51 673 11/23/2020
18.3.0.50 681 11/17/2020
18.3.0.48 695 11/10/2020
18.3.0.47 792 11/5/2020
18.3.0.44 707 10/27/2020
18.3.0.42 739 10/20/2020
18.3.0.40 768 10/12/2020
18.3.0.38 710 10/7/2020
18.3.0.35 1,152 10/1/2020
18.2.0.59 921 9/22/2020
18.2.0.58 726 9/15/2020
18.2.0.57 703 9/8/2020
18.2.0.56 724 9/1/2020
18.2.0.55 690 8/24/2020
18.2.0.54 722 8/18/2020
18.2.0.48 764 8/4/2020
18.2.0.47 779 7/28/2020
18.2.0.46 781 7/21/2020
18.2.0.45 767 7/14/2020
18.2.0.44 1,245 7/6/2020
18.1.0.59 793 6/23/2020
18.1.0.57 778 6/15/2020
18.1.0.56 749 6/9/2020
18.1.0.55 1,349 6/2/2020
18.1.0.54 796 5/26/2020
18.1.0.53 809 5/19/2020
18.1.0.52 1,004 5/13/2020
18.1.0.48 766 5/5/2020
18.1.0.46 779 4/28/2020
18.1.0.45 815 4/21/2020
18.1.0.44 814 4/14/2020
18.1.0.43 1,011 4/7/2020
18.1.0.42 810 4/1/2020
18.1.0.36-beta 596 3/19/2020
17.4.0.55 939 3/10/2020
17.4.0.53 817 3/3/2020
17.4.0.51 796 2/25/2020
17.4.0.50 822 2/18/2020
17.4.0.49 794 2/11/2020
17.4.0.47 808 2/5/2020
17.4.0.46 809 1/30/2020
17.4.0.44 868 1/21/2020
17.4.0.43 866 1/14/2020
17.4.0.41 887 1/7/2020
17.4.0.40 870 12/24/2019
17.4.0.39 895 12/17/2019
17.3.0.34 880 12/10/2019
17.3.0.33 829 12/4/2019
17.3.0.30 831 12/3/2019
17.3.0.29 861 11/26/2019
17.3.0.28 860 11/18/2019
17.3.0.27 851 11/12/2019
17.3.0.26 847 11/5/2019
17.3.0.21 857 10/29/2019
17.3.0.19 863 10/22/2019
17.3.0.17 886 10/15/2019
17.3.0.14 849 10/3/2019
17.3.0.9-beta 598 9/20/2019
17.2.0.51 880 9/10/2019
17.2.0.49 920 9/3/2019
17.2.0.47 887 8/27/2019
17.2.0.46 902 8/22/2019
17.2.0.41 922 8/13/2019
17.2.0.40 870 8/6/2019
17.2.0.39 866 7/30/2019
17.2.0.36 868 7/23/2019
17.2.0.35 897 7/17/2019
17.2.0.34 959 7/11/2019
17.2.0.28-beta 603 6/27/2019
17.1.0.53 929 6/25/2019
17.1.0.52 896 6/18/2019
17.1.0.51 941 6/11/2019
17.1.0.50 944 6/4/2019
17.1.0.49 911 5/28/2019
17.1.0.48 941 5/21/2019
17.1.0.47 927 5/14/2019
17.1.0.44 946 5/7/2019
17.1.0.43 942 4/30/2019
17.1.0.42 1,000 4/23/2019
17.1.0.41 941 4/16/2019
17.1.0.40 937 4/9/2019
17.1.0.38 1,003 3/29/2019
17.1.0.32-beta 634 3/13/2019
16.4.0.54 14,804 2/19/2019
16.4.0.53 973 2/13/2019
16.4.0.52 4,647 2/5/2019
16.4.0.48 1,026 1/22/2019
16.4.0.47 1,070 1/16/2019
16.4.0.46 1,076 1/8/2019
16.4.0.44 1,018 12/24/2018
16.4.0.42 1,068 12/17/2018
16.4.0.40-beta 739 12/10/2018
16.3.0.36 1,074 11/27/2018
16.3.0.35-beta 728 11/23/2018
16.3.0.29 1,090 10/30/2018
16.3.0.21 1,222 9/21/2018