Syncfusion.PresentationToPdfConverter.Wpf 23.2.6

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET 6.0 .NET Framework 4.0
dotnet add package Syncfusion.PresentationToPdfConverter.Wpf --version 23.2.6
NuGet\Install-Package Syncfusion.PresentationToPdfConverter.Wpf -Version 23.2.6
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="23.2.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.PresentationToPdfConverter.Wpf --version 23.2.6
#r "nuget: Syncfusion.PresentationToPdfConverter.Wpf, 23.2.6"
#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.Wpf as a Cake Addin
#addin nuget:?package=Syncfusion.PresentationToPdfConverter.Wpf&version=23.2.6

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

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-windows was computed.  net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Additional computed target framework(s)
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
23.2.6 46 11/28/2023
23.2.5 62 11/23/2023
23.2.4 67 11/20/2023
23.1.44 77 11/6/2023
23.1.43 85 10/30/2023
23.1.42 77 10/23/2023
23.1.41 84 10/16/2023
23.1.40 102 10/10/2023
23.1.39 92 10/4/2023
23.1.38 108 9/26/2023
23.1.36 232 9/15/2023
22.2.12 150 9/5/2023
22.2.11 134 8/28/2023
22.2.10 95 8/22/2023
22.2.9 144 8/14/2023
22.2.8 137 8/7/2023
22.2.7 142 8/2/2023
22.2.5 182 7/27/2023
22.1.39 116 7/18/2023
22.1.38 147 7/11/2023
22.1.37 174 7/3/2023
22.1.36 221 6/28/2023
22.1.34 209 6/21/2023
21.2.10 206 6/12/2023
21.2.9 170 6/6/2023
21.2.8 161 5/30/2023
21.2.6 215 5/22/2023
21.2.5 192 5/15/2023
21.2.4 189 5/9/2023
21.2.3 252 5/3/2023
21.1.41 260 4/19/2023
21.1.39 231 4/10/2023
21.1.38 272 4/3/2023
21.1.37 255 3/29/2023
21.1.35 334 3/23/2023
20.4.0.54 265 3/13/2023
20.4.0.53 275 3/7/2023
20.4.0.52 292 2/28/2023
20.4.0.51 285 2/21/2023
20.4.0.50 308 2/14/2023
20.4.0.49 293 2/7/2023
20.4.0.48 417 2/1/2023
20.4.0.44 341 1/18/2023
20.4.0.43 318 1/10/2023
20.4.0.42 385 1/4/2023
20.4.0.41 316 12/29/2022
20.4.0.40 326 12/28/2022
20.4.0.38 340 12/21/2022
20.3.0.61 336 12/12/2022
20.3.0.60 353 12/6/2022
20.3.0.59 376 11/29/2022
20.3.0.58 357 11/21/2022
20.3.0.57 381 11/15/2022
20.3.0.56 446 11/8/2022
20.3.0.52 477 10/27/2022
20.3.0.50 479 10/17/2022
20.3.0.49 470 10/11/2022
20.3.0.48 471 10/5/2022
20.3.0.47 531 9/29/2022
20.2.0.50 460 9/20/2022
20.2.0.49 529 9/13/2022
20.2.0.48 506 9/6/2022
20.2.0.46 474 8/30/2022
20.2.0.45 486 8/23/2022
20.2.0.44 485 8/16/2022
20.2.0.43 578 8/8/2022
20.2.0.40 460 7/26/2022
20.2.0.39 485 7/19/2022
20.2.0.38 474 7/12/2022
20.2.0.36 555 6/30/2022
20.1.0.61 515 6/20/2022
20.1.0.60 494 6/14/2022
20.1.0.59 486 6/6/2022
20.1.0.58 532 5/30/2022
20.1.0.57 515 5/23/2022
20.1.0.56 498 5/17/2022
20.1.0.55 644 5/12/2022
20.1.0.52 519 5/2/2022
20.1.0.51 516 4/26/2022
20.1.0.50 497 4/19/2022
20.1.0.48 516 4/12/2022
20.1.0.47 572 4/4/2022
19.4.0.56 529 3/14/2022
19.4.0.55 512 3/8/2022
19.4.0.54 529 2/28/2022
19.4.0.53 515 2/22/2022
19.4.0.52 508 2/15/2022
19.4.0.50 520 2/8/2022
19.4.0.48 595 1/31/2022
19.4.0.47 529 1/24/2022
19.4.0.43 527 1/18/2022
19.4.0.42 524 1/10/2022
19.4.0.41 379 1/4/2022
19.4.0.40 378 12/28/2021
19.4.0.38 426 12/17/2021
19.3.0.59 380 12/14/2021
19.3.0.57 424 12/7/2021
19.3.0.56 3,290 11/29/2021
19.3.0.55 416 11/23/2021
19.3.0.54 419 11/17/2021
19.3.0.53 448 11/12/2021
19.3.0.48 444 11/3/2021
19.3.0.47 432 10/26/2021
19.3.0.46 423 10/19/2021
19.3.0.45 420 10/12/2021
19.3.0.44 423 10/5/2021
19.3.0.43 522 9/30/2021
19.2.0.62 477 9/13/2021
19.2.0.60 478 9/7/2021
19.2.0.59 467 8/30/2021
19.2.0.57 454 8/24/2021
19.2.0.56 442 8/17/2021
19.2.0.55 506 8/11/2021
19.2.0.51 452 8/2/2021
19.2.0.49 459 7/26/2021
19.2.0.48 429 7/19/2021
19.2.0.47 488 7/13/2021
19.2.0.46 495 7/6/2021
19.2.0.44 545 6/30/2021
19.1.0.69 502 6/14/2021
19.1.0.67 496 6/7/2021
19.1.0.66 493 5/31/2021
19.1.0.65 464 5/24/2021
19.1.0.64 464 5/19/2021
19.1.0.63 500 5/13/2021
19.1.0.59 440 5/3/2021
19.1.0.58 462 4/26/2021
19.1.0.57 465 4/20/2021
19.1.0.56 466 4/12/2021
19.1.0.55 473 4/6/2021
19.1.0.54 490 3/30/2021
18.4.0.49 426 3/22/2021
18.4.0.48 456 3/16/2021
18.4.0.47 468 3/9/2021
18.4.0.46 480 3/2/2021
18.4.0.44 1,263 2/23/2021
18.4.0.43 478 2/15/2021
18.4.0.42 478 2/9/2021
18.4.0.41 472 2/2/2021
18.4.0.39 521 1/28/2021
18.4.0.35 507 1/19/2021
18.4.0.34 457 1/12/2021
18.4.0.33 467 1/4/2021
18.4.0.32 458 12/30/2020
18.4.0.31 493 12/22/2020
18.4.0.30 588 12/17/2020
18.3.0.53 536 12/8/2020
18.3.0.52 542 11/30/2020
18.3.0.51 492 11/23/2020
18.3.0.50 499 11/17/2020
18.3.0.48 525 11/10/2020
18.3.0.47 608 11/5/2020
18.3.0.44 531 10/27/2020
18.3.0.42 552 10/20/2020
18.3.0.40 585 10/12/2020
18.3.0.38 527 10/7/2020
18.3.0.35 960 10/1/2020
18.2.0.59 679 9/22/2020
18.2.0.58 542 9/15/2020
18.2.0.57 534 9/8/2020
18.2.0.56 542 9/1/2020
18.2.0.55 512 8/24/2020
18.2.0.54 545 8/18/2020
18.2.0.48 578 8/4/2020
18.2.0.47 613 7/28/2020
18.2.0.46 599 7/21/2020
18.2.0.45 591 7/14/2020
18.2.0.44 904 7/6/2020
18.1.0.59 613 6/23/2020
18.1.0.57 611 6/15/2020
18.1.0.56 606 6/9/2020
18.1.0.55 1,163 6/2/2020
18.1.0.54 604 5/26/2020
18.1.0.53 632 5/19/2020
18.1.0.52 818 5/13/2020
18.1.0.48 596 5/5/2020
18.1.0.46 598 4/28/2020
18.1.0.45 621 4/21/2020
18.1.0.44 619 4/14/2020
18.1.0.43 773 4/7/2020
18.1.0.42 620 4/1/2020
18.1.0.36-beta 409 3/19/2020
17.4.0.55 652 3/10/2020
17.4.0.53 627 3/3/2020
17.4.0.51 612 2/25/2020
17.4.0.50 632 2/18/2020
17.4.0.49 625 2/11/2020
17.4.0.47 623 2/5/2020
17.4.0.46 611 1/30/2020
17.4.0.44 670 1/21/2020
17.4.0.43 684 1/14/2020
17.4.0.41 694 1/7/2020
17.4.0.40 674 12/24/2019
17.4.0.39 704 12/17/2019
17.3.0.34 684 12/10/2019
17.3.0.33 639 12/4/2019
17.3.0.30 641 12/3/2019
17.3.0.29 659 11/26/2019
17.3.0.28 671 11/18/2019
17.3.0.27 658 11/12/2019
17.3.0.26 666 11/5/2019
17.3.0.21 659 10/29/2019
17.3.0.19 665 10/22/2019
17.3.0.17 704 10/15/2019
17.3.0.14 660 10/3/2019
17.3.0.9-beta 409 9/20/2019
17.2.0.51 682 9/10/2019
17.2.0.49 719 9/3/2019
17.2.0.47 691 8/27/2019
17.2.0.46 709 8/22/2019
17.2.0.41 728 8/13/2019
17.2.0.40 691 8/6/2019
17.2.0.39 672 7/30/2019
17.2.0.36 691 7/23/2019
17.2.0.35 719 7/17/2019
17.2.0.34 781 7/11/2019
17.2.0.28-beta 435 6/27/2019
17.1.0.53 739 6/25/2019
17.1.0.52 709 6/18/2019
17.1.0.51 745 6/11/2019
17.1.0.50 752 6/4/2019
17.1.0.49 713 5/28/2019
17.1.0.48 754 5/21/2019
17.1.0.47 732 5/14/2019
17.1.0.44 747 5/7/2019
17.1.0.43 756 4/30/2019
17.1.0.42 805 4/23/2019
17.1.0.41 742 4/16/2019
17.1.0.40 753 4/9/2019
17.1.0.38 794 3/29/2019
17.1.0.32-beta 449 3/13/2019
16.4.0.54 5,463 2/19/2019
16.4.0.53 774 2/13/2019
16.4.0.52 4,446 2/5/2019
16.4.0.48 832 1/22/2019
16.4.0.47 872 1/16/2019
16.4.0.46 872 1/8/2019
16.4.0.44 829 12/24/2018
16.4.0.42 854 12/17/2018
16.4.0.40-beta 550 12/10/2018
16.3.0.36 858 11/27/2018
16.3.0.35-beta 544 11/23/2018
16.3.0.29 882 10/30/2018
16.3.0.21 971 9/21/2018