Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 27.1.48

Prefix Reserved
dotnet add package Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 --version 27.1.48                
NuGet\Install-Package Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 -Version 27.1.48                
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="27.1.48" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 --version 27.1.48                
#r "nuget: Syncfusion.PresentationToPdfConverter.AspNet.Mvc5, 27.1.48"                
#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=27.1.48

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

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, 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 Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  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)
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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
27.1.48 50 9/18/2024
26.2.14 98 9/9/2024
26.2.13 85 9/5/2024
26.2.12 70 9/2/2024
26.2.11 87 8/27/2024
26.2.10 118 8/19/2024
26.2.9 106 8/12/2024
26.2.8 117 8/5/2024
26.2.7 53 7/29/2024
26.2.5 68 7/26/2024
26.2.4 105 7/24/2024
26.1.42 105 7/15/2024
26.1.41 126 7/8/2024
26.1.40 90 7/1/2024
26.1.39 124 6/24/2024
26.1.38 109 6/18/2024
26.1.35 102 6/11/2024
25.2.7 93 6/3/2024
25.2.6 90 5/28/2024
25.2.5 501 5/21/2024
25.2.4 132 5/14/2024
25.2.3 387 5/8/2024
25.1.42 103 4/29/2024
25.1.41 108 4/23/2024
25.1.40 108 4/15/2024
25.1.39 147 4/8/2024
25.1.38 102 4/1/2024
25.1.37 126 3/26/2024
25.1.35 219 3/15/2024
24.2.9 131 3/4/2024
24.2.8 114 2/26/2024
24.2.7 131 2/19/2024
24.2.6 110 2/14/2024
24.2.5 116 2/12/2024
24.2.4 116 2/5/2024
24.2.3 125 1/31/2024
24.1.47 134 1/22/2024
24.1.46 133 1/16/2024
24.1.45 167 1/8/2024
24.1.44 135 1/2/2024
24.1.43 158 12/27/2023
24.1.41 1,242 12/18/2023
23.2.7 199 12/6/2023
23.2.6 174 11/28/2023
23.2.5 157 11/23/2023
23.2.4 191 11/20/2023
23.1.44 161 11/6/2023
23.1.43 322 10/30/2023
23.1.42 171 10/23/2023
23.1.41 161 10/16/2023
23.1.40 163 10/10/2023
23.1.39 389 10/4/2023
23.1.38 163 9/26/2023
23.1.36 178 9/15/2023
22.2.12 191 9/5/2023
22.2.11 203 8/28/2023
22.2.10 157 8/22/2023
22.2.9 178 8/14/2023
22.2.8 185 8/7/2023
22.2.7 173 8/2/2023
22.2.5 208 7/27/2023
22.1.39 199 7/18/2023
22.1.38 215 7/11/2023
22.1.37 219 7/3/2023
22.1.36 198 6/28/2023
22.1.34 512 6/21/2023
21.2.10 213 6/13/2023
21.2.9 210 6/6/2023
21.2.8 222 5/30/2023
21.2.6 246 5/22/2023
21.2.5 250 5/15/2023
21.2.4 239 5/9/2023
21.2.3 294 5/3/2023
21.1.41 419 4/19/2023
21.1.39 275 4/10/2023
21.1.38 299 4/3/2023
21.1.37 296 3/29/2023
21.1.35 339 3/23/2023
20.4.0.54 314 3/13/2023
20.4.0.53 333 3/7/2023
20.4.0.52 346 2/28/2023
20.4.0.51 319 2/21/2023
20.4.0.50 303 2/14/2023
20.4.0.49 480 2/7/2023
20.4.0.48 415 2/1/2023
20.4.0.44 372 1/18/2023
20.4.0.43 382 1/10/2023
20.4.0.42 398 1/4/2023
20.4.0.41 366 12/29/2022
20.4.0.40 362 12/28/2022
20.4.0.38 427 12/21/2022
20.3.0.61 380 12/12/2022
20.3.0.60 383 12/6/2022
20.3.0.59 389 11/29/2022
20.3.0.58 378 11/22/2022
20.3.0.57 407 11/15/2022
20.3.0.56 443 11/8/2022
20.3.0.52 448 10/27/2022
20.3.0.50 3,712 10/18/2022
20.3.0.49 489 10/11/2022
20.3.0.48 459 10/5/2022
20.3.0.47 642 9/29/2022
20.2.0.50 508 9/20/2022
20.2.0.49 519 9/13/2022
20.2.0.48 495 9/6/2022
20.2.0.46 483 8/30/2022
20.2.0.45 503 8/23/2022
20.2.0.44 594 8/16/2022
20.2.0.43 579 8/8/2022
20.2.0.40 596 7/26/2022
20.2.0.39 510 7/19/2022
20.2.0.38 546 7/12/2022
20.2.0.36 1,188 6/30/2022
20.1.0.61 712 6/20/2022
20.1.0.60 557 6/14/2022
20.1.0.59 551 6/6/2022
20.1.0.58 554 5/31/2022
20.1.0.57 529 5/23/2022
20.1.0.56 531 5/17/2022
20.1.0.55 527 5/12/2022
20.1.0.52 545 5/3/2022
20.1.0.51 1,864 4/26/2022
20.1.0.50 579 4/19/2022
20.1.0.48 566 4/12/2022
20.1.0.47 887 4/4/2022
19.4.0.56 588 3/14/2022
19.4.0.55 584 3/8/2022
19.4.0.54 553 2/28/2022
19.4.0.53 559 2/22/2022
19.4.0.52 541 2/15/2022
19.4.0.50 558 2/8/2022
19.4.0.48 623 1/31/2022
19.4.0.47 565 1/25/2022
19.4.0.43 561 1/18/2022
19.4.0.42 572 1/11/2022
19.4.0.41 409 1/4/2022
19.4.0.40 574 12/28/2021
19.4.0.38 447 12/17/2021
19.3.0.59 429 12/14/2021
19.3.0.57 541 12/7/2021
19.3.0.56 1,040 11/29/2021
19.3.0.55 430 11/23/2021
19.3.0.54 410 11/17/2021
19.3.0.53 458 11/12/2021
19.3.0.48 470 11/2/2021
19.3.0.47 450 10/26/2021
19.3.0.46 461 10/19/2021
19.3.0.45 462 10/12/2021
19.3.0.44 479 10/5/2021
19.3.0.43 484 9/30/2021
19.2.0.62 543 9/13/2021
19.2.0.60 478 9/7/2021
19.2.0.59 2,545 8/30/2021
19.2.0.57 466 8/24/2021
19.2.0.56 1,070 8/17/2021
19.2.0.55 542 8/11/2021
19.2.0.51 526 8/2/2021
19.2.0.49 917 7/26/2021
19.2.0.48 468 7/19/2021
19.2.0.47 823 7/13/2021
19.2.0.46 497 7/6/2021
19.2.0.44 592 6/30/2021
19.1.0.69 583 6/14/2021
19.1.0.67 562 6/7/2021
19.1.0.66 524 5/31/2021
19.1.0.65 476 5/24/2021
19.1.0.64 476 5/19/2021
19.1.0.63 3,550 5/13/2021
19.1.0.59 489 5/3/2021
19.1.0.58 484 4/26/2021
19.1.0.57 528 4/20/2021
19.1.0.56 501 4/13/2021
19.1.0.55 512 4/6/2021
19.1.0.54 548 3/30/2021
18.4.0.49 603 3/22/2021
18.4.0.48 479 3/16/2021
18.4.0.47 481 3/9/2021
18.4.0.46 466 3/2/2021
18.4.0.44 501 2/23/2021
18.4.0.43 493 2/15/2021
18.4.0.42 497 2/9/2021
18.4.0.41 522 2/2/2021
18.4.0.39 483 1/28/2021
18.4.0.35 466 1/19/2021
18.4.0.34 478 1/12/2021
18.4.0.33 651 1/4/2021
18.4.0.32 534 12/30/2020
18.4.0.31 524 12/22/2020
18.4.0.30 688 12/17/2020
18.3.0.53 551 12/8/2020
18.3.0.52 545 11/30/2020
18.3.0.51 544 11/23/2020
18.3.0.50 548 11/17/2020
18.3.0.48 548 11/10/2020
18.3.0.47 587 11/5/2020
18.3.0.44 559 10/27/2020
18.3.0.42 614 10/20/2020
18.3.0.40 618 10/12/2020
18.3.0.38 642 10/7/2020
18.3.0.35 635 10/1/2020
18.2.0.59 561 9/22/2020
18.2.0.58 653 9/15/2020
18.2.0.57 570 9/8/2020
18.2.0.56 544 9/1/2020
18.2.0.55 609 8/25/2020
18.2.0.54 588 8/18/2020
18.2.0.48 623 8/4/2020
18.2.0.47 669 7/28/2020
18.2.0.46 604 7/21/2020
18.2.0.45 639 7/14/2020
18.2.0.44 1,627 7/6/2020
18.1.0.59 686 6/23/2020
18.1.0.57 605 6/16/2020
18.1.0.56 577 6/9/2020
18.1.0.55 579 6/2/2020
18.1.0.54 646 5/27/2020
18.1.0.53 659 5/19/2020
18.1.0.52 748 5/13/2020
18.1.0.48 670 5/5/2020
18.1.0.46 674 4/28/2020
18.1.0.45 656 4/21/2020
18.1.0.44 637 4/14/2020
18.1.0.43 680 4/7/2020
18.1.0.42 746 4/1/2020
18.1.0.36-beta 385 3/19/2020
17.4.0.55 684 3/10/2020
17.4.0.53 686 3/3/2020
17.4.0.51 669 2/25/2020
17.4.0.50 693 2/18/2020
17.4.0.49 699 2/11/2020
17.4.0.47 667 2/5/2020
17.4.0.46 665 1/30/2020
17.4.0.44 660 1/21/2020
17.4.0.43 649 1/14/2020
17.4.0.41 635 1/7/2020
17.4.0.40 702 12/24/2019
17.4.0.39 756 12/17/2019
17.3.0.34 907 12/10/2019
17.3.0.33 712 12/4/2019
17.3.0.30 694 12/3/2019
17.3.0.29 779 11/26/2019
17.3.0.28 655 11/19/2019
17.3.0.27 702 11/12/2019
17.3.0.26 721 11/5/2019
17.3.0.21 715 10/29/2019
17.3.0.19 710 10/22/2019
17.3.0.17 666 10/15/2019
17.3.0.14 687 10/3/2019
17.3.0.9-beta 432 9/20/2019
17.2.0.51 749 9/10/2019
17.2.0.49 689 9/3/2019
17.2.0.47 703 8/27/2019
17.2.0.46 746 8/22/2019
17.2.0.41 697 8/13/2019
17.2.0.40 719 8/6/2019
17.2.0.39 743 7/30/2019
17.2.0.36 700 7/23/2019
17.2.0.35 722 7/17/2019
17.2.0.34 781 7/11/2019
17.2.0.28-beta 647 6/27/2019
17.1.0.53 804 6/25/2019
17.1.0.52 772 6/18/2019
17.1.0.51 767 6/11/2019
17.1.0.50 751 6/4/2019
17.1.0.49 741 5/28/2019
17.1.0.48 779 5/21/2019
17.1.0.47 893 5/14/2019
17.1.0.44 777 5/7/2019
17.1.0.43 806 4/30/2019
17.1.0.42 847 4/23/2019
17.1.0.41 767 4/16/2019
17.1.0.40 734 4/9/2019
17.1.0.38 853 3/29/2019
17.1.0.32-beta 447 3/13/2019
16.4.0.54 928 2/19/2019
16.4.0.53 826 2/14/2019
16.4.0.52 930 2/5/2019
16.4.0.48 839 1/22/2019
16.4.0.47 909 1/16/2019
16.4.0.46 911 1/8/2019
16.4.0.44 854 12/24/2018
16.4.0.42 888 12/17/2018
16.4.0.40-beta 547 12/10/2018
16.3.0.36 912 11/27/2018
16.3.0.35-beta 563 11/23/2018
16.3.0.29 1,648 10/30/2018
16.3.0.21 1,383 9/21/2018