Syncfusion.PresentationToPdfConverter.Wpf 21.1.37

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 21.1.37
NuGet\Install-Package Syncfusion.PresentationToPdfConverter.Wpf -Version 21.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="21.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 21.1.37
#r "nuget: Syncfusion.PresentationToPdfConverter.Wpf, 21.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=21.1.37

// Install Syncfusion.PresentationToPdfConverter.Wpf as a Cake Tool
#tool nuget:?package=Syncfusion.PresentationToPdfConverter.Wpf&version=21.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 (Preview), Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI (Preview), 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 Versions
.NET net6.0-windows net6.0-windows7.0 net7.0-windows net7.0-windows7.0
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
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
21.1.37 0 3/29/2023
21.1.35 83 3/23/2023
20.4.0.54 84 3/13/2023
20.4.0.53 88 3/7/2023
20.4.0.52 108 2/28/2023
20.4.0.51 106 2/21/2023
20.4.0.50 118 2/14/2023
20.4.0.49 128 2/7/2023
20.4.0.48 215 2/1/2023
20.4.0.44 149 1/18/2023
20.4.0.43 153 1/10/2023
20.4.0.42 203 1/4/2023
20.4.0.41 152 12/29/2022
20.4.0.40 150 12/28/2022
20.4.0.38 164 12/21/2022
20.3.0.61 185 12/12/2022
20.3.0.60 181 12/6/2022
20.3.0.59 201 11/29/2022
20.3.0.58 204 11/21/2022
20.3.0.57 216 11/15/2022
20.3.0.56 270 11/8/2022
20.3.0.52 277 10/27/2022
20.3.0.50 266 10/17/2022
20.3.0.49 296 10/11/2022
20.3.0.48 296 10/5/2022
20.3.0.47 348 9/29/2022
20.2.0.50 284 9/20/2022
20.2.0.49 341 9/13/2022
20.2.0.48 333 9/6/2022
20.2.0.46 309 8/30/2022
20.2.0.45 314 8/23/2022
20.2.0.44 340 8/16/2022
20.2.0.43 436 8/8/2022
20.2.0.40 331 7/26/2022
20.2.0.39 335 7/19/2022
20.2.0.38 323 7/12/2022
20.2.0.36 415 6/30/2022
20.1.0.61 353 6/20/2022
20.1.0.60 331 6/14/2022
20.1.0.59 327 6/6/2022
20.1.0.58 361 5/30/2022
20.1.0.57 357 5/23/2022
20.1.0.56 368 5/17/2022
20.1.0.55 479 5/12/2022
20.1.0.52 347 5/2/2022
20.1.0.51 369 4/26/2022
20.1.0.50 339 4/19/2022
20.1.0.48 359 4/12/2022
20.1.0.47 397 4/4/2022
19.4.0.56 366 3/14/2022
19.4.0.55 353 3/8/2022
19.4.0.54 373 2/28/2022
19.4.0.53 347 2/22/2022
19.4.0.52 352 2/15/2022
19.4.0.50 374 2/8/2022
19.4.0.48 431 1/31/2022
19.4.0.47 375 1/24/2022
19.4.0.43 359 1/18/2022
19.4.0.42 365 1/10/2022
19.4.0.41 253 1/4/2022
19.4.0.40 238 12/28/2021
19.4.0.38 284 12/17/2021
19.3.0.59 252 12/14/2021
19.3.0.57 275 12/7/2021
19.3.0.56 2,557 11/29/2021
19.3.0.55 275 11/23/2021
19.3.0.54 267 11/17/2021
19.3.0.53 317 11/12/2021
19.3.0.48 317 11/3/2021
19.3.0.47 314 10/26/2021
19.3.0.46 298 10/19/2021
19.3.0.45 297 10/12/2021
19.3.0.44 300 10/5/2021
19.3.0.43 387 9/30/2021
19.2.0.62 334 9/13/2021
19.2.0.60 333 9/7/2021
19.2.0.59 340 8/30/2021
19.2.0.57 340 8/24/2021
19.2.0.56 337 8/17/2021
19.2.0.55 394 8/11/2021
19.2.0.51 331 8/2/2021
19.2.0.49 349 7/26/2021
19.2.0.48 324 7/19/2021
19.2.0.47 371 7/13/2021
19.2.0.46 353 7/6/2021
19.2.0.44 407 6/30/2021
19.1.0.69 369 6/14/2021
19.1.0.67 370 6/7/2021
19.1.0.66 377 5/31/2021
19.1.0.65 354 5/24/2021
19.1.0.64 342 5/19/2021
19.1.0.63 379 5/13/2021
19.1.0.59 326 5/3/2021
19.1.0.58 343 4/26/2021
19.1.0.57 346 4/20/2021
19.1.0.56 342 4/12/2021
19.1.0.55 334 4/6/2021
19.1.0.54 374 3/30/2021
18.4.0.49 319 3/22/2021
18.4.0.48 334 3/16/2021
18.4.0.47 355 3/9/2021
18.4.0.46 338 3/2/2021
18.4.0.44 1,121 2/23/2021
18.4.0.43 343 2/15/2021
18.4.0.42 357 2/9/2021
18.4.0.41 343 2/2/2021
18.4.0.39 401 1/28/2021
18.4.0.35 376 1/19/2021
18.4.0.34 331 1/12/2021
18.4.0.33 359 1/4/2021
18.4.0.32 353 12/30/2020
18.4.0.31 382 12/22/2020
18.4.0.30 476 12/17/2020
18.3.0.53 385 12/8/2020
18.3.0.52 402 11/30/2020
18.3.0.51 393 11/23/2020
18.3.0.50 392 11/17/2020
18.3.0.48 396 11/10/2020
18.3.0.47 480 11/5/2020
18.3.0.44 412 10/27/2020
18.3.0.42 424 10/20/2020
18.3.0.40 448 10/12/2020
18.3.0.38 417 10/7/2020
18.3.0.35 759 10/1/2020
18.2.0.59 540 9/22/2020
18.2.0.58 432 9/15/2020
18.2.0.57 429 9/8/2020
18.2.0.56 423 9/1/2020
18.2.0.55 404 8/24/2020
18.2.0.54 429 8/18/2020
18.2.0.48 443 8/4/2020
18.2.0.47 448 7/28/2020
18.2.0.46 428 7/21/2020
18.2.0.45 432 7/14/2020
18.2.0.44 729 7/6/2020
18.1.0.59 470 6/23/2020
18.1.0.57 454 6/15/2020
18.1.0.56 449 6/9/2020
18.1.0.55 1,021 6/2/2020
18.1.0.54 452 5/26/2020
18.1.0.53 463 5/19/2020
18.1.0.52 672 5/13/2020
18.1.0.48 463 5/5/2020
18.1.0.46 441 4/28/2020
18.1.0.45 454 4/21/2020
18.1.0.44 469 4/14/2020
18.1.0.43 587 4/7/2020
18.1.0.42 466 4/1/2020
18.1.0.36-beta 364 3/19/2020
17.4.0.55 479 3/10/2020
17.4.0.53 469 3/3/2020
17.4.0.51 471 2/25/2020
17.4.0.50 496 2/18/2020
17.4.0.49 482 2/11/2020
17.4.0.47 471 2/5/2020
17.4.0.46 466 1/30/2020
17.4.0.44 491 1/21/2020
17.4.0.43 505 1/14/2020
17.4.0.41 523 1/7/2020
17.4.0.40 504 12/24/2019
17.4.0.39 529 12/17/2019
17.3.0.34 521 12/10/2019
17.3.0.33 474 12/4/2019
17.3.0.30 471 12/3/2019
17.3.0.29 490 11/26/2019
17.3.0.28 502 11/18/2019
17.3.0.27 500 11/12/2019
17.3.0.26 509 11/5/2019
17.3.0.21 501 10/29/2019
17.3.0.19 510 10/22/2019
17.3.0.17 542 10/15/2019
17.3.0.14 508 10/3/2019
17.3.0.9-beta 355 9/20/2019
17.2.0.51 518 9/10/2019
17.2.0.49 553 9/3/2019
17.2.0.47 538 8/27/2019
17.2.0.46 546 8/22/2019
17.2.0.41 561 8/13/2019
17.2.0.40 541 8/6/2019
17.2.0.39 530 7/30/2019
17.2.0.36 530 7/23/2019
17.2.0.35 581 7/17/2019
17.2.0.34 640 7/11/2019
17.2.0.28-beta 382 6/27/2019
17.1.0.53 603 6/25/2019
17.1.0.52 573 6/18/2019
17.1.0.51 576 6/11/2019
17.1.0.50 574 6/4/2019
17.1.0.49 565 5/28/2019
17.1.0.48 602 5/21/2019
17.1.0.47 566 5/14/2019
17.1.0.44 578 5/7/2019
17.1.0.43 598 4/30/2019
17.1.0.42 648 4/23/2019
17.1.0.41 579 4/16/2019
17.1.0.40 585 4/9/2019
17.1.0.38 673 3/29/2019
17.1.0.32-beta 412 3/13/2019
16.4.0.54 2,618 2/19/2019
16.4.0.53 642 2/13/2019
16.4.0.52 4,308 2/5/2019
16.4.0.48 684 1/22/2019
16.4.0.47 727 1/16/2019
16.4.0.46 695 1/8/2019
16.4.0.44 674 12/24/2018
16.4.0.42 691 12/17/2018
16.4.0.40-beta 513 12/10/2018
16.3.0.36 689 11/27/2018
16.3.0.35-beta 503 11/23/2018
16.3.0.29 722 10/30/2018
16.3.0.21 809 9/21/2018