Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 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 Framework 4.5
dotnet add package Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 --version 21.1.37
NuGet\Install-Package Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 -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.AspNet.Mvc5" 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.AspNet.Mvc5 --version 21.1.37
#r "nuget: Syncfusion.PresentationToPdfConverter.AspNet.Mvc5, 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.AspNet.Mvc5 as a Cake Addin
#addin nuget:?package=Syncfusion.PresentationToPdfConverter.AspNet.Mvc5&version=21.1.37

// Install Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 as a Cake Tool
#tool nuget:?package=Syncfusion.PresentationToPdfConverter.AspNet.Mvc5&version=21.1.37

Syncfusion ASP.NET MVC PowerPoint To PDF Converter

The Syncfusion ASP.NET MVC 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.

ASP.NET MVC PowerPoint to PDF Library

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.AspNet.Mvc5 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, winforms, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI (Preview), Flutter, Xamarin, and winforms). 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

© Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

Product Versions
.NET Framework 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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
21.1.37 41 3/29/2023
21.1.35 86 3/23/2023
20.4.0.54 91 3/13/2023
20.4.0.53 87 3/7/2023
20.4.0.52 106 2/28/2023
20.4.0.51 113 2/21/2023
20.4.0.50 106 2/14/2023
20.4.0.49 122 2/7/2023
20.4.0.48 161 2/1/2023
20.4.0.44 148 1/18/2023
20.4.0.43 156 1/10/2023
20.4.0.42 156 1/4/2023
20.4.0.41 162 12/29/2022
20.4.0.40 156 12/28/2022
20.4.0.38 209 12/21/2022
20.3.0.61 169 12/12/2022
20.3.0.60 169 12/6/2022
20.3.0.59 189 11/29/2022
20.3.0.58 192 11/22/2022
20.3.0.57 212 11/15/2022
20.3.0.56 254 11/8/2022
20.3.0.52 255 10/27/2022
20.3.0.50 1,316 10/18/2022
20.3.0.49 284 10/11/2022
20.3.0.48 261 10/5/2022
20.3.0.47 362 9/29/2022
20.2.0.50 297 9/20/2022
20.2.0.49 320 9/13/2022
20.2.0.48 304 9/6/2022
20.2.0.46 294 8/30/2022
20.2.0.45 321 8/23/2022
20.2.0.44 405 8/16/2022
20.2.0.43 385 8/8/2022
20.2.0.40 411 7/26/2022
20.2.0.39 314 7/19/2022
20.2.0.38 346 7/12/2022
20.2.0.36 536 6/30/2022
20.1.0.61 511 6/20/2022
20.1.0.60 367 6/14/2022
20.1.0.59 342 6/6/2022
20.1.0.58 339 5/31/2022
20.1.0.57 347 5/23/2022
20.1.0.56 337 5/17/2022
20.1.0.55 347 5/12/2022
20.1.0.52 358 5/3/2022
20.1.0.51 1,659 4/26/2022
20.1.0.50 381 4/19/2022
20.1.0.48 366 4/12/2022
20.1.0.47 704 4/4/2022
19.4.0.56 370 3/14/2022
19.4.0.55 377 3/8/2022
19.4.0.54 354 2/28/2022
19.4.0.53 350 2/22/2022
19.4.0.52 339 2/15/2022
19.4.0.50 345 2/8/2022
19.4.0.48 414 1/31/2022
19.4.0.47 367 1/25/2022
19.4.0.43 365 1/18/2022
19.4.0.42 367 1/11/2022
19.4.0.41 223 1/4/2022
19.4.0.40 345 12/28/2021
19.4.0.38 276 12/17/2021
19.3.0.59 239 12/14/2021
19.3.0.57 248 12/7/2021
19.3.0.56 870 11/29/2021
19.3.0.55 263 11/23/2021
19.3.0.54 250 11/17/2021
19.3.0.53 300 11/12/2021
19.3.0.48 307 11/2/2021
19.3.0.47 294 10/26/2021
19.3.0.46 295 10/19/2021
19.3.0.45 295 10/12/2021
19.3.0.44 317 10/5/2021
19.3.0.43 320 9/30/2021
19.2.0.62 349 9/13/2021
19.2.0.60 309 9/7/2021
19.2.0.59 404 8/30/2021
19.2.0.57 311 8/24/2021
19.2.0.56 674 8/17/2021
19.2.0.55 368 8/11/2021
19.2.0.51 357 8/2/2021
19.2.0.49 760 7/26/2021
19.2.0.48 321 7/19/2021
19.2.0.47 653 7/13/2021
19.2.0.46 333 7/6/2021
19.2.0.44 426 6/30/2021
19.1.0.69 421 6/14/2021
19.1.0.67 414 6/7/2021
19.1.0.66 359 5/31/2021
19.1.0.65 299 5/24/2021
19.1.0.64 304 5/19/2021
19.1.0.63 1,800 5/13/2021
19.1.0.59 334 5/3/2021
19.1.0.58 338 4/26/2021
19.1.0.57 363 4/20/2021
19.1.0.56 311 4/13/2021
19.1.0.55 349 4/6/2021
19.1.0.54 377 3/30/2021
18.4.0.49 406 3/22/2021
18.4.0.48 315 3/16/2021
18.4.0.47 313 3/9/2021
18.4.0.46 305 3/2/2021
18.4.0.44 344 2/23/2021
18.4.0.43 332 2/15/2021
18.4.0.42 328 2/9/2021
18.4.0.41 358 2/2/2021
18.4.0.39 338 1/28/2021
18.4.0.35 315 1/19/2021
18.4.0.34 325 1/12/2021
18.4.0.33 494 1/4/2021
18.4.0.32 364 12/30/2020
18.4.0.31 354 12/22/2020
18.4.0.30 515 12/17/2020
18.3.0.53 377 12/8/2020
18.3.0.52 379 11/30/2020
18.3.0.51 384 11/23/2020
18.3.0.50 399 11/17/2020
18.3.0.48 391 11/10/2020
18.3.0.47 428 11/5/2020
18.3.0.44 396 10/27/2020
18.3.0.42 446 10/20/2020
18.3.0.40 453 10/12/2020
18.3.0.38 466 10/7/2020
18.3.0.35 477 10/1/2020
18.2.0.59 415 9/22/2020
18.2.0.58 476 9/15/2020
18.2.0.57 384 9/8/2020
18.2.0.56 399 9/1/2020
18.2.0.55 457 8/25/2020
18.2.0.54 412 8/18/2020
18.2.0.48 425 8/4/2020
18.2.0.47 486 7/28/2020
18.2.0.46 425 7/21/2020
18.2.0.45 451 7/14/2020
18.2.0.44 935 7/6/2020
18.1.0.59 504 6/23/2020
18.1.0.57 413 6/16/2020
18.1.0.56 404 6/9/2020
18.1.0.55 422 6/2/2020
18.1.0.54 470 5/27/2020
18.1.0.53 467 5/19/2020
18.1.0.52 574 5/13/2020
18.1.0.48 477 5/5/2020
18.1.0.46 463 4/28/2020
18.1.0.45 448 4/21/2020
18.1.0.44 456 4/14/2020
18.1.0.43 489 4/7/2020
18.1.0.42 524 4/1/2020
18.1.0.36-beta 340 3/19/2020
17.4.0.55 470 3/10/2020
17.4.0.53 490 3/3/2020
17.4.0.51 480 2/25/2020
17.4.0.50 480 2/18/2020
17.4.0.49 472 2/11/2020
17.4.0.47 463 2/5/2020
17.4.0.46 480 1/30/2020
17.4.0.44 468 1/21/2020
17.4.0.43 458 1/14/2020
17.4.0.41 452 1/7/2020
17.4.0.40 542 12/24/2019
17.4.0.39 555 12/17/2019
17.3.0.34 699 12/10/2019
17.3.0.33 494 12/4/2019
17.3.0.30 486 12/3/2019
17.3.0.29 608 11/26/2019
17.3.0.28 478 11/19/2019
17.3.0.27 505 11/12/2019
17.3.0.26 512 11/5/2019
17.3.0.21 496 10/29/2019
17.3.0.19 500 10/22/2019
17.3.0.17 477 10/15/2019
17.3.0.14 508 10/3/2019
17.3.0.9-beta 381 9/20/2019
17.2.0.51 536 9/10/2019
17.2.0.49 498 9/3/2019
17.2.0.47 528 8/27/2019
17.2.0.46 575 8/22/2019
17.2.0.41 515 8/13/2019
17.2.0.40 531 8/6/2019
17.2.0.39 554 7/30/2019
17.2.0.36 513 7/23/2019
17.2.0.35 541 7/17/2019
17.2.0.34 591 7/11/2019
17.2.0.28-beta 600 6/27/2019
17.1.0.53 593 6/25/2019
17.1.0.52 552 6/18/2019
17.1.0.51 591 6/11/2019
17.1.0.50 583 6/4/2019
17.1.0.49 540 5/28/2019
17.1.0.48 569 5/21/2019
17.1.0.47 698 5/14/2019
17.1.0.44 582 5/7/2019
17.1.0.43 618 4/30/2019
17.1.0.42 663 4/23/2019
17.1.0.41 583 4/16/2019
17.1.0.40 556 4/9/2019
17.1.0.38 648 3/29/2019
17.1.0.32-beta 405 3/13/2019
16.4.0.54 709 2/19/2019
16.4.0.53 624 2/14/2019
16.4.0.52 730 2/5/2019
16.4.0.48 665 1/22/2019
16.4.0.47 712 1/16/2019
16.4.0.46 692 1/8/2019
16.4.0.44 656 12/24/2018
16.4.0.42 691 12/17/2018
16.4.0.40-beta 497 12/10/2018
16.3.0.36 706 11/27/2018
16.3.0.35-beta 506 11/23/2018
16.3.0.29 1,405 10/30/2018
16.3.0.21 1,182 9/21/2018