Syncfusion.PresentationToPdfConverter.WinForms 20.4.0.54

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 2.0
dotnet add package Syncfusion.PresentationToPdfConverter.WinForms --version 20.4.0.54
NuGet\Install-Package Syncfusion.PresentationToPdfConverter.WinForms -Version 20.4.0.54
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.WinForms" Version="20.4.0.54" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.PresentationToPdfConverter.WinForms --version 20.4.0.54
#r "nuget: Syncfusion.PresentationToPdfConverter.WinForms, 20.4.0.54"
#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.WinForms as a Cake Addin
#addin nuget:?package=Syncfusion.PresentationToPdfConverter.WinForms&version=20.4.0.54

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

Syncfusion WinForms PowerPoint to PDF Converter

The Syncfusion WinForms 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 | Docs | 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.WinForms 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 net20 net35 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 (1)

Showing the top 1 popular GitHub repositories that depend on Syncfusion.PresentationToPdfConverter.WinForms:

Repository Stars
syncfusion/winforms-demos
This repository contains the samples for Syncfusion Windows Forms UI Controls and File Format libraries and the guide to use them.
Version Downloads Last updated
20.4.0.54 63 3/13/2023
20.4.0.53 69 3/7/2023
20.4.0.52 97 2/28/2023
20.4.0.51 93 2/21/2023
20.4.0.50 102 2/14/2023
20.4.0.49 104 2/7/2023
20.4.0.48 124 2/1/2023
20.4.0.44 136 1/18/2023
20.4.0.43 148 1/10/2023
20.4.0.42 153 1/4/2023
20.4.0.41 154 12/29/2022
20.4.0.40 147 12/28/2022
20.4.0.38 173 12/21/2022
20.3.0.61 157 12/12/2022
20.3.0.60 167 12/6/2022
20.3.0.59 190 11/29/2022
20.3.0.58 201 11/21/2022
20.3.0.57 205 11/14/2022
20.3.0.56 259 11/8/2022
20.3.0.52 252 10/27/2022
20.3.0.50 252 10/17/2022
20.3.0.49 292 10/11/2022
20.3.0.48 282 10/5/2022
20.3.0.47 329 9/29/2022
20.2.0.50 312 9/20/2022
20.2.0.49 336 9/13/2022
20.2.0.48 332 9/6/2022
20.2.0.46 322 8/30/2022
20.2.0.45 329 8/23/2022
20.2.0.44 333 8/16/2022
20.2.0.43 600 8/8/2022
20.2.0.40 323 7/26/2022
20.2.0.39 302 7/19/2022
20.2.0.38 316 7/12/2022
20.2.0.36 394 6/30/2022
20.1.0.61 383 6/20/2022
20.1.0.60 332 6/14/2022
20.1.0.59 320 6/6/2022
20.1.0.58 365 5/30/2022
20.1.0.57 335 5/23/2022
20.1.0.56 346 5/17/2022
20.1.0.55 336 5/12/2022
20.1.0.52 344 5/2/2022
20.1.0.51 350 4/26/2022
20.1.0.50 329 4/19/2022
20.1.0.48 359 4/12/2022
20.1.0.47 391 4/4/2022
19.4.0.56 362 3/14/2022
19.4.0.55 342 3/8/2022
19.4.0.54 363 2/28/2022
19.4.0.53 350 2/21/2022
19.4.0.52 349 2/15/2022
19.4.0.50 372 2/8/2022
19.4.0.48 359 1/31/2022
19.4.0.47 353 1/24/2022
19.4.0.43 370 1/18/2022
19.4.0.42 358 1/10/2022
19.4.0.41 234 1/4/2022
19.4.0.40 240 12/28/2021
19.4.0.38 273 12/17/2021
19.3.0.59 251 12/14/2021
19.3.0.57 248 12/7/2021
19.3.0.56 1,091 11/29/2021
19.3.0.55 251 11/23/2021
19.3.0.54 265 11/17/2021
19.3.0.53 283 11/12/2021
19.3.0.48 284 11/3/2021
19.3.0.47 291 10/26/2021
19.3.0.46 281 10/19/2021
19.3.0.45 302 10/12/2021
19.3.0.44 299 10/5/2021
19.3.0.43 324 9/30/2021
19.2.0.62 345 9/13/2021
19.2.0.60 320 9/7/2021
19.2.0.59 314 8/30/2021
19.2.0.57 299 8/24/2021
19.2.0.56 313 8/17/2021
19.2.0.55 350 8/11/2021
19.2.0.51 337 8/2/2021
19.2.0.49 345 7/26/2021
19.2.0.48 314 7/19/2021
19.2.0.47 357 7/13/2021
19.2.0.46 317 7/6/2021
19.2.0.44 385 6/30/2021
19.1.0.69 345 6/14/2021
19.1.0.67 348 6/7/2021
19.1.0.66 355 5/31/2021
19.1.0.65 352 5/24/2021
19.1.0.64 333 5/19/2021
19.1.0.63 338 5/13/2021
19.1.0.59 343 5/3/2021
19.1.0.58 296 4/26/2021
19.1.0.57 336 4/20/2021
19.1.0.56 323 4/12/2021
19.1.0.55 330 4/6/2021
19.1.0.54 375 3/30/2021
18.4.0.49 315 3/22/2021
18.4.0.48 324 3/16/2021
18.4.0.47 350 3/9/2021
18.4.0.46 346 3/2/2021
18.4.0.44 334 2/23/2021
18.4.0.43 312 2/15/2021
18.4.0.42 347 2/9/2021
18.4.0.41 337 2/2/2021
18.4.0.39 352 1/28/2021
18.4.0.35 444 1/19/2021
18.4.0.34 357 1/12/2021
18.4.0.33 367 1/4/2021
18.4.0.32 328 12/30/2020
18.4.0.31 370 12/22/2020
18.4.0.30 441 12/17/2020
18.3.0.53 377 12/8/2020
18.3.0.52 377 11/30/2020
18.3.0.51 385 11/23/2020
18.3.0.50 378 11/17/2020
18.3.0.48 393 11/10/2020
18.3.0.47 458 11/5/2020
18.3.0.44 429 10/27/2020
18.3.0.42 753 10/20/2020
18.3.0.40 410 10/12/2020
18.3.0.38 425 10/7/2020
18.3.0.35 389 10/1/2020
18.2.0.59 414 9/22/2020
18.2.0.58 437 9/15/2020
18.2.0.57 410 9/8/2020
18.2.0.56 399 9/1/2020
18.2.0.55 394 8/24/2020
18.2.0.54 438 8/18/2020
18.2.0.48 438 8/4/2020
18.2.0.47 473 7/28/2020
18.2.0.46 446 7/21/2020
18.2.0.45 421 7/14/2020
18.2.0.44 688 7/6/2020
18.1.0.59 442 6/23/2020
18.1.0.57 517 6/15/2020
18.1.0.56 429 6/9/2020
18.1.0.55 433 6/2/2020
18.1.0.54 445 5/26/2020
18.1.0.53 468 5/19/2020
18.1.0.52 443 5/13/2020
18.1.0.48 447 5/5/2020
18.1.0.46 455 4/28/2020
18.1.0.45 458 4/20/2020
18.1.0.44 475 4/14/2020
18.1.0.43 475 4/7/2020
18.1.0.42 488 4/1/2020
18.1.0.36-beta 339 3/19/2020
17.4.0.55 519 3/10/2020
17.4.0.53 658 3/3/2020
17.4.0.51 467 2/25/2020
17.4.0.50 499 2/18/2020
17.4.0.49 491 2/11/2020
17.4.0.47 484 2/5/2020
17.4.0.46 477 1/30/2020
17.4.0.44 555 1/21/2020
17.4.0.43 486 1/14/2020
17.4.0.41 497 1/7/2020
17.4.0.40 508 12/24/2019
17.4.0.39 513 12/17/2019
17.3.0.34 496 12/10/2019
17.3.0.33 494 12/4/2019
17.3.0.30 499 12/3/2019
17.3.0.29 502 11/26/2019
17.3.0.28 496 11/18/2019
17.3.0.27 496 11/12/2019
17.3.0.26 500 11/5/2019
17.3.0.21 495 10/29/2019
17.3.0.19 493 10/22/2019
17.3.0.17 516 10/15/2019
17.3.0.14 483 10/3/2019
17.3.0.9-beta 351 9/20/2019
17.2.0.51 517 9/10/2019
17.2.0.49 517 9/3/2019
17.2.0.47 506 8/27/2019
17.2.0.46 530 8/22/2019
17.2.0.41 554 8/13/2019
17.2.0.40 578 8/6/2019
17.2.0.39 536 7/30/2019
17.2.0.36 532 7/23/2019
17.2.0.35 545 7/17/2019
17.2.0.34 675 7/11/2019
17.2.0.28-beta 369 6/27/2019
17.1.0.53 556 6/25/2019
17.1.0.52 631 6/18/2019
17.1.0.51 598 6/11/2019
17.1.0.50 594 6/4/2019
17.1.0.49 563 5/28/2019
17.1.0.48 611 5/21/2019
17.1.0.47 592 5/14/2019
17.1.0.44 561 5/7/2019
17.1.0.43 588 4/30/2019
17.1.0.42 653 4/23/2019
17.1.0.41 574 4/16/2019
17.1.0.40 585 4/9/2019
17.1.0.38 615 3/29/2019
17.1.0.32-beta 410 3/13/2019
16.4.0.54 664 2/19/2019
16.4.0.53 655 2/13/2019
16.4.0.52 700 2/5/2019
16.4.0.48 673 1/22/2019
16.4.0.47 697 1/16/2019
16.4.0.46 697 1/8/2019
16.4.0.44 670 12/24/2018
16.4.0.42 692 12/17/2018
16.4.0.40-beta 510 12/10/2018
16.3.0.36 699 11/27/2018
16.3.0.35-beta 522 11/23/2018
16.3.0.29 705 10/30/2018
16.3.0.21 827 9/21/2018