Syncfusion.PresentationToPdfConverter.Wpf 25.1.37

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

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

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. 
.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
25.1.37 46 3/26/2024
25.1.35 111 3/15/2024
24.2.9 173 3/4/2024
24.2.8 112 2/26/2024
24.2.7 145 2/19/2024
24.2.6 100 2/14/2024
24.2.5 77 2/12/2024
24.2.4 121 2/5/2024
24.2.3 141 1/31/2024
24.1.47 96 1/22/2024
24.1.46 109 1/16/2024
24.1.45 101 1/8/2024
24.1.44 126 1/2/2024
24.1.43 121 12/27/2023
24.1.41 222 12/18/2023
23.2.7 152 12/6/2023
23.2.6 127 11/28/2023
23.2.5 135 11/23/2023
23.2.4 179 11/20/2023
23.1.44 148 11/6/2023
23.1.43 138 10/30/2023
23.1.42 135 10/23/2023
23.1.41 154 10/16/2023
23.1.40 166 10/10/2023
23.1.39 151 10/4/2023
23.1.38 160 9/26/2023
23.1.36 353 9/15/2023
22.2.12 222 9/5/2023
22.2.11 173 8/28/2023
22.2.10 155 8/22/2023
22.2.9 197 8/14/2023
22.2.8 190 8/7/2023
22.2.7 209 8/2/2023
22.2.5 250 7/27/2023
22.1.39 175 7/18/2023
22.1.38 206 7/11/2023
22.1.37 233 7/3/2023
22.1.36 287 6/28/2023
22.1.34 249 6/21/2023
21.2.10 272 6/12/2023
21.2.9 226 6/6/2023
21.2.8 195 5/30/2023
21.2.6 264 5/22/2023
21.2.5 251 5/15/2023
21.2.4 249 5/9/2023
21.2.3 309 5/3/2023
21.1.41 322 4/19/2023
21.1.39 278 4/10/2023
21.1.38 326 4/3/2023
21.1.37 313 3/29/2023
21.1.35 403 3/23/2023
20.4.0.54 322 3/13/2023
20.4.0.53 331 3/7/2023
20.4.0.52 347 2/28/2023
20.4.0.51 342 2/21/2023
20.4.0.50 366 2/14/2023
20.4.0.49 353 2/7/2023
20.4.0.48 477 2/1/2023
20.4.0.44 392 1/18/2023
20.4.0.43 374 1/10/2023
20.4.0.42 454 1/4/2023
20.4.0.41 374 12/29/2022
20.4.0.40 382 12/28/2022
20.4.0.38 392 12/21/2022
20.3.0.61 367 12/12/2022
20.3.0.60 398 12/6/2022
20.3.0.59 422 11/29/2022
20.3.0.58 415 11/21/2022
20.3.0.57 426 11/15/2022
20.3.0.56 496 11/8/2022
20.3.0.52 514 10/27/2022
20.3.0.50 542 10/17/2022
20.3.0.49 517 10/11/2022
20.3.0.48 517 10/5/2022
20.3.0.47 591 9/29/2022
20.2.0.50 510 9/20/2022
20.2.0.49 581 9/13/2022
20.2.0.48 535 9/6/2022
20.2.0.46 517 8/30/2022
20.2.0.45 538 8/23/2022
20.2.0.44 528 8/16/2022
20.2.0.43 624 8/8/2022
20.2.0.40 510 7/26/2022
20.2.0.39 528 7/19/2022
20.2.0.38 503 7/12/2022
20.2.0.36 622 6/30/2022
20.1.0.61 576 6/20/2022
20.1.0.60 537 6/14/2022
20.1.0.59 538 6/6/2022
20.1.0.58 575 5/30/2022
20.1.0.57 567 5/23/2022
20.1.0.56 553 5/17/2022
20.1.0.55 700 5/12/2022
20.1.0.52 571 5/2/2022
20.1.0.51 558 4/26/2022
20.1.0.50 555 4/19/2022
20.1.0.48 558 4/12/2022
20.1.0.47 620 4/4/2022
19.4.0.56 574 3/14/2022
19.4.0.55 565 3/8/2022
19.4.0.54 574 2/28/2022
19.4.0.53 552 2/22/2022
19.4.0.52 548 2/15/2022
19.4.0.50 579 2/8/2022
19.4.0.48 646 1/31/2022
19.4.0.47 580 1/24/2022
19.4.0.43 577 1/18/2022
19.4.0.42 561 1/10/2022
19.4.0.41 418 1/4/2022
19.4.0.40 413 12/28/2021
19.4.0.38 471 12/17/2021
19.3.0.59 432 12/14/2021
19.3.0.57 478 12/7/2021
19.3.0.56 3,796 11/29/2021
19.3.0.55 458 11/23/2021
19.3.0.54 462 11/17/2021
19.3.0.53 503 11/12/2021
19.3.0.48 495 11/3/2021
19.3.0.47 484 10/26/2021
19.3.0.46 475 10/19/2021
19.3.0.45 469 10/12/2021
19.3.0.44 480 10/5/2021
19.3.0.43 585 9/30/2021
19.2.0.62 536 9/13/2021
19.2.0.60 534 9/7/2021
19.2.0.59 522 8/30/2021
19.2.0.57 514 8/24/2021
19.2.0.56 505 8/17/2021
19.2.0.55 564 8/11/2021
19.2.0.51 509 8/2/2021
19.2.0.49 518 7/26/2021
19.2.0.48 484 7/19/2021
19.2.0.47 541 7/13/2021
19.2.0.46 548 7/6/2021
19.2.0.44 599 6/30/2021
19.1.0.69 557 6/14/2021
19.1.0.67 549 6/7/2021
19.1.0.66 549 5/31/2021
19.1.0.65 519 5/24/2021
19.1.0.64 516 5/19/2021
19.1.0.63 554 5/13/2021
19.1.0.59 495 5/3/2021
19.1.0.58 515 4/26/2021
19.1.0.57 508 4/20/2021
19.1.0.56 518 4/12/2021
19.1.0.55 526 4/6/2021
19.1.0.54 543 3/30/2021
18.4.0.49 492 3/22/2021
18.4.0.48 510 3/16/2021
18.4.0.47 520 3/9/2021
18.4.0.46 533 3/2/2021
18.4.0.44 1,321 2/23/2021
18.4.0.43 522 2/15/2021
18.4.0.42 530 2/9/2021
18.4.0.41 527 2/2/2021
18.4.0.39 577 1/28/2021
18.4.0.35 560 1/19/2021
18.4.0.34 509 1/12/2021
18.4.0.33 523 1/4/2021
18.4.0.32 509 12/30/2020
18.4.0.31 549 12/22/2020
18.4.0.30 646 12/17/2020
18.3.0.53 590 12/8/2020
18.3.0.52 586 11/30/2020
18.3.0.51 547 11/23/2020
18.3.0.50 548 11/17/2020
18.3.0.48 580 11/10/2020
18.3.0.47 661 11/5/2020
18.3.0.44 576 10/27/2020
18.3.0.42 604 10/20/2020
18.3.0.40 638 10/12/2020
18.3.0.38 582 10/7/2020
18.3.0.35 1,017 10/1/2020
18.2.0.59 742 9/22/2020
18.2.0.58 588 9/15/2020
18.2.0.57 587 9/8/2020
18.2.0.56 595 9/1/2020
18.2.0.55 557 8/24/2020
18.2.0.54 599 8/18/2020
18.2.0.48 628 8/4/2020
18.2.0.47 649 7/28/2020
18.2.0.46 646 7/21/2020
18.2.0.45 635 7/14/2020
18.2.0.44 986 7/6/2020
18.1.0.59 658 6/23/2020
18.1.0.57 662 6/15/2020
18.1.0.56 637 6/9/2020
18.1.0.55 1,216 6/2/2020
18.1.0.54 657 5/26/2020
18.1.0.53 675 5/19/2020
18.1.0.52 873 5/13/2020
18.1.0.48 651 5/5/2020
18.1.0.46 645 4/28/2020
18.1.0.45 677 4/21/2020
18.1.0.44 674 4/14/2020
18.1.0.43 832 4/7/2020
18.1.0.42 672 4/1/2020
18.1.0.36-beta 458 3/19/2020
17.4.0.55 716 3/10/2020
17.4.0.53 683 3/3/2020
17.4.0.51 666 2/25/2020
17.4.0.50 676 2/18/2020
17.4.0.49 677 2/11/2020
17.4.0.47 666 2/5/2020
17.4.0.46 661 1/30/2020
17.4.0.44 727 1/21/2020
17.4.0.43 727 1/14/2020
17.4.0.41 748 1/7/2020
17.4.0.40 728 12/24/2019
17.4.0.39 758 12/17/2019
17.3.0.34 737 12/10/2019
17.3.0.33 692 12/4/2019
17.3.0.30 693 12/3/2019
17.3.0.29 722 11/26/2019
17.3.0.28 725 11/18/2019
17.3.0.27 711 11/12/2019
17.3.0.26 714 11/5/2019
17.3.0.21 718 10/29/2019
17.3.0.19 722 10/22/2019
17.3.0.17 749 10/15/2019
17.3.0.14 706 10/3/2019
17.3.0.9-beta 460 9/20/2019
17.2.0.51 739 9/10/2019
17.2.0.49 782 9/3/2019
17.2.0.47 749 8/27/2019
17.2.0.46 764 8/22/2019
17.2.0.41 782 8/13/2019
17.2.0.40 732 8/6/2019
17.2.0.39 719 7/30/2019
17.2.0.36 731 7/23/2019
17.2.0.35 761 7/17/2019
17.2.0.34 820 7/11/2019
17.2.0.28-beta 468 6/27/2019
17.1.0.53 791 6/25/2019
17.1.0.52 757 6/18/2019
17.1.0.51 805 6/11/2019
17.1.0.50 810 6/4/2019
17.1.0.49 763 5/28/2019
17.1.0.48 802 5/21/2019
17.1.0.47 787 5/14/2019
17.1.0.44 804 5/7/2019
17.1.0.43 806 4/30/2019
17.1.0.42 860 4/23/2019
17.1.0.41 798 4/16/2019
17.1.0.40 794 4/9/2019
17.1.0.38 853 3/29/2019
17.1.0.32-beta 499 3/13/2019
16.4.0.54 6,819 2/19/2019
16.4.0.53 829 2/13/2019
16.4.0.52 4,498 2/5/2019
16.4.0.48 882 1/22/2019
16.4.0.47 921 1/16/2019
16.4.0.46 930 1/8/2019
16.4.0.44 871 12/24/2018
16.4.0.42 912 12/17/2018
16.4.0.40-beta 590 12/10/2018
16.3.0.36 916 11/27/2018
16.3.0.35-beta 581 11/23/2018
16.3.0.29 929 10/30/2018
16.3.0.21 1,041 9/21/2018