Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 20.4.0.51

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 --version 20.4.0.51
                    
NuGet\Install-Package Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 -Version 20.4.0.51
                    
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="20.4.0.51" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.PresentationToPdfConverter.AspNet.Mvc5" Version="20.4.0.51" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.PresentationToPdfConverter.AspNet.Mvc5" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 --version 20.4.0.51
                    
#r "nuget: Syncfusion.PresentationToPdfConverter.AspNet.Mvc5, 20.4.0.51"
                    
#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.
#addin nuget:?package=Syncfusion.PresentationToPdfConverter.AspNet.Mvc5&version=20.4.0.51
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.PresentationToPdfConverter.AspNet.Mvc5&version=20.4.0.51
                    
Install as a Cake Tool

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 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
30.1.37 80 6/25/2025
29.2.11 136 6/16/2025
29.2.10 265 6/9/2025
29.2.9 139 6/5/2025
29.2.8 199 6/3/2025
29.2.7 161 5/26/2025
29.2.5 163 5/21/2025
29.2.4 244 5/14/2025
29.1.41 148 5/5/2025
29.1.40 166 4/28/2025
29.1.39 158 4/21/2025
29.1.38 205 4/14/2025
29.1.37 193 4/8/2025
29.1.35 272 4/1/2025
29.1.33 492 3/25/2025
28.2.12 156 3/19/2025
28.2.11 177 3/10/2025
28.2.9 240 3/4/2025
28.2.7 196 2/25/2025
28.2.6 195 2/17/2025
28.2.5 143 2/11/2025
28.2.4 609 2/4/2025
28.2.3 111 1/29/2025
28.1.41 117 1/20/2025
28.1.39 98 1/13/2025
28.1.38 104 1/7/2025
28.1.37 116 12/31/2024
28.1.36 113 12/23/2024
28.1.35 118 12/18/2024
28.1.33 129 12/12/2024
27.2.5 137 12/2/2024
27.2.4 129 11/26/2024
27.2.3 115 11/22/2024
27.2.2 131 11/15/2024
27.1.58 125 11/4/2024
27.1.57 611 10/28/2024
27.1.56 108 10/23/2024
27.1.55 125 10/21/2024
27.1.53 155 10/14/2024
27.1.52 118 10/7/2024
27.1.51 130 9/30/2024
27.1.50 113 9/23/2024
27.1.48 135 9/18/2024
26.2.14 960 9/9/2024
26.2.13 134 9/5/2024
26.2.12 122 9/2/2024
26.2.11 154 8/27/2024
26.2.10 417 8/19/2024
26.2.9 157 8/12/2024
26.2.8 157 8/5/2024
26.2.7 91 7/29/2024
26.2.5 105 7/26/2024
26.2.4 151 7/24/2024
26.1.42 150 7/15/2024
26.1.41 178 7/8/2024
26.1.40 122 7/1/2024
26.1.39 177 6/24/2024
26.1.38 155 6/18/2024
26.1.35 146 6/11/2024
25.2.7 133 6/3/2024
25.2.6 134 5/28/2024
25.2.5 1,303 5/21/2024
25.2.4 177 5/14/2024
25.2.3 2,752 5/8/2024
25.1.42 138 4/29/2024
25.1.41 145 4/23/2024
25.1.40 151 4/15/2024
25.1.39 190 4/8/2024
25.1.38 142 4/1/2024
25.1.37 162 3/26/2024
25.1.35 284 3/15/2024
24.2.9 167 3/4/2024
24.2.8 155 2/26/2024
24.2.7 183 2/19/2024
24.2.6 146 2/14/2024
24.2.5 155 2/12/2024
24.2.4 151 2/5/2024
24.2.3 148 1/31/2024
24.1.47 167 1/22/2024
24.1.46 172 1/16/2024
24.1.45 201 1/8/2024
24.1.44 181 1/2/2024
24.1.43 204 12/27/2023
24.1.41 2,860 12/18/2023
23.2.7 224 12/6/2023
23.2.6 209 11/28/2023
23.2.5 200 11/23/2023
23.2.4 226 11/20/2023
23.1.44 202 11/6/2023
23.1.43 369 10/30/2023
23.1.42 210 10/23/2023
23.1.41 203 10/16/2023
23.1.40 200 10/10/2023
23.1.39 426 10/4/2023
23.1.38 205 9/26/2023
23.1.36 217 9/15/2023
22.2.12 255 9/5/2023
22.2.11 252 8/28/2023
22.2.10 204 8/22/2023
22.2.9 222 8/14/2023
22.2.8 225 8/7/2023
22.2.7 220 8/2/2023
22.2.5 254 7/27/2023
22.1.39 241 7/18/2023
22.1.38 272 7/11/2023
22.1.37 259 7/3/2023
22.1.36 252 6/28/2023
22.1.34 658 6/21/2023
21.2.10 260 6/13/2023
21.2.9 258 6/6/2023
21.2.8 283 5/30/2023
21.2.6 284 5/22/2023
21.2.5 300 5/15/2023
21.2.4 289 5/9/2023
21.2.3 359 5/3/2023
21.1.41 476 4/19/2023
21.1.39 322 4/10/2023
21.1.38 348 4/3/2023
21.1.37 354 3/29/2023
21.1.35 397 3/23/2023
20.4.0.54 354 3/13/2023
20.4.0.53 373 3/7/2023
20.4.0.52 398 2/28/2023
20.4.0.51 363 2/21/2023
20.4.0.50 343 2/14/2023
20.4.0.49 534 2/7/2023
20.4.0.48 466 2/1/2023
20.4.0.44 430 1/18/2023
20.4.0.43 448 1/10/2023
20.4.0.42 456 1/4/2023
20.4.0.41 424 12/29/2022
20.4.0.40 417 12/28/2022
20.4.0.38 491 12/21/2022
20.3.0.61 435 12/12/2022
20.3.0.60 436 12/6/2022
20.3.0.59 454 11/29/2022
20.3.0.58 435 11/22/2022
20.3.0.57 468 11/15/2022
20.3.0.56 487 11/8/2022
20.3.0.52 492 10/27/2022
20.3.0.50 3,766 10/18/2022
20.3.0.49 550 10/11/2022
20.3.0.48 505 10/5/2022
20.3.0.47 789 9/29/2022
20.2.0.50 565 9/20/2022
20.2.0.49 589 9/13/2022
20.2.0.48 553 9/6/2022
20.2.0.46 538 8/30/2022
20.2.0.45 561 8/23/2022
20.2.0.44 657 8/16/2022
20.2.0.43 638 8/8/2022
20.2.0.40 656 7/26/2022
20.2.0.39 581 7/19/2022
20.2.0.38 604 7/12/2022
20.2.0.36 1,389 6/30/2022
20.1.0.61 779 6/20/2022
20.1.0.60 622 6/14/2022
20.1.0.59 618 6/6/2022
20.1.0.58 625 5/31/2022
20.1.0.57 598 5/23/2022
20.1.0.56 593 5/17/2022
20.1.0.55 592 5/12/2022
20.1.0.52 618 5/3/2022
20.1.0.51 1,936 4/26/2022
20.1.0.50 645 4/19/2022
20.1.0.48 636 4/12/2022
20.1.0.47 956 4/4/2022
19.4.0.56 660 3/14/2022
19.4.0.55 662 3/8/2022
19.4.0.54 620 2/28/2022
19.4.0.53 628 2/22/2022
19.4.0.52 600 2/15/2022
19.4.0.50 620 2/8/2022
19.4.0.48 698 1/31/2022
19.4.0.47 636 1/25/2022
19.4.0.43 654 1/18/2022
19.4.0.42 655 1/11/2022
19.4.0.41 496 1/4/2022
19.4.0.40 698 12/28/2021
19.4.0.38 527 12/17/2021
19.3.0.59 506 12/14/2021
19.3.0.57 619 12/7/2021
19.3.0.56 1,119 11/29/2021
19.3.0.55 500 11/23/2021
19.3.0.54 484 11/17/2021
19.3.0.53 531 11/12/2021
19.3.0.48 549 11/2/2021
19.3.0.47 522 10/26/2021
19.3.0.46 532 10/19/2021
19.3.0.45 537 10/12/2021
19.3.0.44 561 10/5/2021
19.3.0.43 557 9/30/2021
19.2.0.62 618 9/13/2021
19.2.0.60 548 9/7/2021
19.2.0.59 5,481 8/30/2021
19.2.0.57 546 8/24/2021
19.2.0.56 1,264 8/17/2021
19.2.0.55 620 8/11/2021
19.2.0.51 602 8/2/2021
19.2.0.49 993 7/26/2021
19.2.0.48 527 7/19/2021
19.2.0.47 900 7/13/2021
19.2.0.46 578 7/6/2021
19.2.0.44 654 6/30/2021
19.1.0.69 665 6/14/2021
19.1.0.67 639 6/7/2021
19.1.0.66 603 5/31/2021
19.1.0.65 552 5/24/2021
19.1.0.64 538 5/19/2021
19.1.0.63 4,772 5/13/2021
19.1.0.59 570 5/3/2021
19.1.0.58 558 4/26/2021
19.1.0.57 613 4/20/2021
19.1.0.56 588 4/13/2021
19.1.0.55 594 4/6/2021
19.1.0.54 637 3/30/2021
18.4.0.49 678 3/22/2021
18.4.0.48 555 3/16/2021
18.4.0.47 560 3/9/2021
18.4.0.46 547 3/2/2021
18.4.0.44 586 2/23/2021
18.4.0.43 572 2/15/2021
18.4.0.42 587 2/9/2021
18.4.0.41 602 2/2/2021
18.4.0.39 570 1/28/2021
18.4.0.35 550 1/19/2021
18.4.0.34 567 1/12/2021
18.4.0.33 731 1/4/2021
18.4.0.32 614 12/30/2020
18.4.0.31 595 12/22/2020
18.4.0.30 768 12/17/2020
18.3.0.53 633 12/8/2020
18.3.0.52 637 11/30/2020
18.3.0.51 630 11/23/2020
18.3.0.50 647 11/17/2020
18.3.0.48 637 11/10/2020
18.3.0.47 682 11/5/2020
18.3.0.44 649 10/27/2020
18.3.0.42 704 10/20/2020
18.3.0.40 706 10/12/2020
18.3.0.38 730 10/7/2020
18.3.0.35 716 10/1/2020
18.2.0.59 635 9/22/2020
18.2.0.58 725 9/15/2020
18.2.0.57 652 9/8/2020
18.2.0.56 622 9/1/2020
18.2.0.55 695 8/25/2020
18.2.0.54 670 8/18/2020
18.2.0.48 712 8/4/2020
18.2.0.47 757 7/28/2020
18.2.0.46 678 7/21/2020
18.2.0.45 720 7/14/2020
18.2.0.44 1,718 7/6/2020
18.1.0.59 774 6/23/2020
18.1.0.57 690 6/16/2020
18.1.0.56 649 6/9/2020
18.1.0.55 662 6/2/2020
18.1.0.54 735 5/27/2020
18.1.0.53 756 5/19/2020
18.1.0.52 840 5/13/2020
18.1.0.48 759 5/5/2020
18.1.0.46 767 4/28/2020
18.1.0.45 745 4/21/2020
18.1.0.44 725 4/14/2020
18.1.0.43 773 4/7/2020
18.1.0.42 839 4/1/2020
18.1.0.36-beta 475 3/19/2020
17.4.0.55 776 3/10/2020
17.4.0.53 776 3/3/2020
17.4.0.51 762 2/25/2020
17.4.0.50 787 2/18/2020
17.4.0.49 776 2/11/2020
17.4.0.47 746 2/5/2020
17.4.0.46 742 1/30/2020
17.4.0.44 737 1/21/2020
17.4.0.43 736 1/14/2020
17.4.0.41 729 1/7/2020
17.4.0.40 783 12/24/2019
17.4.0.39 848 12/17/2019
17.3.0.34 996 12/10/2019
17.3.0.33 818 12/4/2019
17.3.0.30 786 12/3/2019
17.3.0.29 867 11/26/2019
17.3.0.28 746 11/19/2019
17.3.0.27 791 11/12/2019
17.3.0.26 817 11/5/2019
17.3.0.21 819 10/29/2019
17.3.0.19 811 10/22/2019
17.3.0.17 755 10/15/2019
17.3.0.14 787 10/3/2019
17.3.0.9-beta 513 9/20/2019
17.2.0.51 852 9/10/2019
17.2.0.49 785 9/3/2019
17.2.0.47 796 8/27/2019
17.2.0.46 849 8/22/2019
17.2.0.41 799 8/13/2019
17.2.0.40 817 8/6/2019
17.2.0.39 838 7/30/2019
17.2.0.36 796 7/23/2019
17.2.0.35 820 7/17/2019
17.2.0.34 875 7/11/2019
17.2.0.28-beta 734 6/27/2019
17.1.0.53 887 6/25/2019
17.1.0.52 856 6/18/2019
17.1.0.51 875 6/11/2019
17.1.0.50 850 6/4/2019
17.1.0.49 838 5/28/2019
17.1.0.48 883 5/21/2019
17.1.0.47 992 5/14/2019
17.1.0.44 872 5/7/2019
17.1.0.43 906 4/30/2019
17.1.0.42 944 4/23/2019
17.1.0.41 867 4/16/2019
17.1.0.40 842 4/9/2019
17.1.0.38 953 3/29/2019
17.1.0.32-beta 533 3/13/2019
16.4.0.54 1,043 2/19/2019
16.4.0.53 924 2/14/2019
16.4.0.52 1,044 2/5/2019
16.4.0.48 933 1/22/2019
16.4.0.47 1,005 1/16/2019
16.4.0.46 1,011 1/8/2019
16.4.0.44 960 12/24/2018
16.4.0.42 986 12/17/2018
16.4.0.40-beta 636 12/10/2018
16.3.0.36 1,017 11/27/2018
16.3.0.35-beta 659 11/23/2018
16.3.0.29 1,770 10/30/2018
16.3.0.21 1,515 9/21/2018