Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 30.2.7

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 30.2.7
                    
NuGet\Install-Package Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 -Version 30.2.7
                    
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="30.2.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.PresentationToPdfConverter.AspNet.Mvc5" Version="30.2.7" />
                    
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 30.2.7
                    
#r "nuget: Syncfusion.PresentationToPdfConverter.AspNet.Mvc5, 30.2.7"
                    
#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.
#:package Syncfusion.PresentationToPdfConverter.AspNet.Mvc5@30.2.7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Syncfusion.PresentationToPdfConverter.AspNet.Mvc5&version=30.2.7
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.PresentationToPdfConverter.AspNet.Mvc5&version=30.2.7
                    
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® licensed software, including this component, is subject to the terms and conditions of Syncfusion® 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 29,000 customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1800+ 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 net462 is compatible.  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
31.1.17 0 9/5/2025
30.2.7 166 8/25/2025
30.2.6 135 8/18/2025
30.2.5 137 8/13/2025
30.2.4 353 8/7/2025
30.1.42 123 7/28/2025
30.1.41 510 7/22/2025
30.1.40 146 7/14/2025
30.1.39 145 7/8/2025
30.1.38 148 7/1/2025
30.1.37 196 6/25/2025
29.2.11 174 6/16/2025
29.2.10 289 6/9/2025
29.2.9 161 6/5/2025
29.2.8 352 6/3/2025
29.2.7 196 5/26/2025
29.2.5 202 5/21/2025
29.2.4 267 5/14/2025
29.1.41 171 5/5/2025
29.1.40 182 4/28/2025
29.1.39 177 4/21/2025
29.1.38 233 4/14/2025
29.1.37 221 4/8/2025
29.1.35 907 4/1/2025
29.1.33 514 3/25/2025
28.2.12 178 3/19/2025
28.2.11 197 3/10/2025
28.2.9 256 3/4/2025
28.2.7 227 2/25/2025
28.2.6 222 2/17/2025
28.2.5 165 2/11/2025
28.2.4 881 2/4/2025
28.2.3 135 1/29/2025
28.1.41 138 1/20/2025
28.1.39 116 1/13/2025
28.1.38 125 1/7/2025
28.1.37 130 12/31/2024
28.1.36 130 12/23/2024
28.1.35 141 12/18/2024
28.1.33 144 12/12/2024
27.2.5 163 12/2/2024
27.2.4 151 11/26/2024
27.2.3 132 11/22/2024
27.2.2 157 11/15/2024
27.1.58 149 11/4/2024
27.1.57 629 10/28/2024
27.1.56 129 10/23/2024
27.1.55 149 10/21/2024
27.1.53 178 10/14/2024
27.1.52 141 10/7/2024
27.1.51 153 9/30/2024
27.1.50 138 9/23/2024
27.1.48 160 9/18/2024
26.2.14 996 9/9/2024
26.2.13 153 9/5/2024
26.2.12 142 9/2/2024
26.2.11 171 8/27/2024
26.2.10 440 8/19/2024
26.2.9 176 8/12/2024
26.2.8 180 8/5/2024
26.2.7 108 7/29/2024
26.2.5 118 7/26/2024
26.2.4 166 7/24/2024
26.1.42 170 7/15/2024
26.1.41 200 7/8/2024
26.1.40 138 7/1/2024
26.1.39 191 6/24/2024
26.1.38 172 6/18/2024
26.1.35 160 6/11/2024
25.2.7 154 6/3/2024
25.2.6 151 5/28/2024
25.2.5 1,325 5/21/2024
25.2.4 199 5/14/2024
25.2.3 3,363 5/8/2024
25.1.42 155 4/29/2024
25.1.41 159 4/23/2024
25.1.40 172 4/15/2024
25.1.39 215 4/8/2024
25.1.38 160 4/1/2024
25.1.37 181 3/26/2024
25.1.35 305 3/15/2024
24.2.9 186 3/4/2024
24.2.8 172 2/26/2024
24.2.7 198 2/19/2024
24.2.6 158 2/14/2024
24.2.5 174 2/12/2024
24.2.4 173 2/5/2024
24.2.3 166 1/31/2024
24.1.47 188 1/22/2024
24.1.46 190 1/16/2024
24.1.45 215 1/8/2024
24.1.44 198 1/2/2024
24.1.43 221 12/27/2023
24.1.41 3,222 12/18/2023
23.2.7 238 12/6/2023
23.2.6 223 11/28/2023
23.2.5 224 11/23/2023
23.2.4 243 11/20/2023
23.1.44 219 11/6/2023
23.1.43 387 10/30/2023
23.1.42 231 10/23/2023
23.1.41 231 10/16/2023
23.1.40 228 10/10/2023
23.1.39 452 10/4/2023
23.1.38 231 9/26/2023
23.1.36 245 9/15/2023
22.2.12 286 9/5/2023
22.2.11 290 8/28/2023
22.2.10 240 8/22/2023
22.2.9 250 8/14/2023
22.2.8 260 8/7/2023
22.2.7 249 8/2/2023
22.2.5 292 7/27/2023
22.1.39 279 7/18/2023
22.1.38 304 7/11/2023
22.1.37 289 7/3/2023
22.1.36 286 6/28/2023
22.1.34 853 6/21/2023
21.2.10 289 6/13/2023
21.2.9 292 6/6/2023
21.2.8 313 5/30/2023
21.2.6 316 5/22/2023
21.2.5 335 5/15/2023
21.2.4 323 5/9/2023
21.2.3 394 5/3/2023
21.1.41 510 4/19/2023
21.1.39 362 4/10/2023
21.1.38 388 4/3/2023
21.1.37 384 3/29/2023
21.1.35 429 3/23/2023
20.4.0.54 388 3/13/2023
20.4.0.53 405 3/7/2023
20.4.0.52 430 2/28/2023
20.4.0.51 394 2/21/2023
20.4.0.50 380 2/14/2023
20.4.0.49 567 2/7/2023
20.4.0.48 504 2/1/2023
20.4.0.44 463 1/18/2023
20.4.0.43 475 1/10/2023
20.4.0.42 495 1/4/2023
20.4.0.41 453 12/29/2022
20.4.0.40 454 12/28/2022
20.4.0.38 524 12/21/2022
20.3.0.61 466 12/12/2022
20.3.0.60 471 12/6/2022
20.3.0.59 485 11/29/2022
20.3.0.58 475 11/22/2022
20.3.0.57 503 11/15/2022
20.3.0.56 518 11/8/2022
20.3.0.52 528 10/27/2022
20.3.0.50 3,803 10/18/2022
20.3.0.49 580 10/11/2022
20.3.0.48 541 10/5/2022
20.3.0.47 827 9/29/2022
20.2.0.50 598 9/20/2022
20.2.0.49 628 9/13/2022
20.2.0.48 589 9/6/2022
20.2.0.46 571 8/30/2022
20.2.0.45 596 8/23/2022
20.2.0.44 696 8/16/2022
20.2.0.43 681 8/8/2022
20.2.0.40 685 7/26/2022
20.2.0.39 617 7/19/2022
20.2.0.38 640 7/12/2022
20.2.0.36 1,447 6/30/2022
20.1.0.61 812 6/20/2022
20.1.0.60 657 6/14/2022
20.1.0.59 655 6/6/2022
20.1.0.58 661 5/31/2022
20.1.0.57 629 5/23/2022
20.1.0.56 635 5/17/2022
20.1.0.55 630 5/12/2022
20.1.0.52 653 5/3/2022
20.1.0.51 1,969 4/26/2022
20.1.0.50 687 4/19/2022
20.1.0.48 670 4/12/2022
20.1.0.47 993 4/4/2022
19.4.0.56 701 3/14/2022
19.4.0.55 695 3/8/2022
19.4.0.54 660 2/28/2022
19.4.0.53 668 2/22/2022
19.4.0.52 642 2/15/2022
19.4.0.50 657 2/8/2022
19.4.0.48 733 1/31/2022
19.4.0.47 671 1/25/2022
19.4.0.43 694 1/18/2022
19.4.0.42 692 1/11/2022
19.4.0.41 536 1/4/2022
19.4.0.40 750 12/28/2021
19.4.0.38 566 12/17/2021
19.3.0.59 541 12/14/2021
19.3.0.57 655 12/7/2021
19.3.0.56 1,150 11/29/2021
19.3.0.55 538 11/23/2021
19.3.0.54 519 11/17/2021
19.3.0.53 572 11/12/2021
19.3.0.48 586 11/2/2021
19.3.0.47 565 10/26/2021
19.3.0.46 571 10/19/2021
19.3.0.45 579 10/12/2021
19.3.0.44 594 10/5/2021
19.3.0.43 595 9/30/2021
19.2.0.62 656 9/13/2021
19.2.0.60 587 9/7/2021
19.2.0.59 6,258 8/30/2021
19.2.0.57 586 8/24/2021
19.2.0.56 1,330 8/17/2021
19.2.0.55 664 8/11/2021
19.2.0.51 638 8/2/2021
19.2.0.49 1,035 7/26/2021
19.2.0.48 562 7/19/2021
19.2.0.47 941 7/13/2021
19.2.0.46 613 7/6/2021
19.2.0.44 691 6/30/2021
19.1.0.69 702 6/14/2021
19.1.0.67 674 6/7/2021
19.1.0.66 638 5/31/2021
19.1.0.65 590 5/24/2021
19.1.0.64 579 5/19/2021
19.1.0.63 4,926 5/13/2021
19.1.0.59 606 5/3/2021
19.1.0.58 597 4/26/2021
19.1.0.57 647 4/20/2021
19.1.0.56 628 4/13/2021
19.1.0.55 632 4/6/2021
19.1.0.54 675 3/30/2021
18.4.0.49 721 3/22/2021
18.4.0.48 595 3/16/2021
18.4.0.47 599 3/9/2021
18.4.0.46 585 3/2/2021
18.4.0.44 627 2/23/2021
18.4.0.43 616 2/15/2021
18.4.0.42 634 2/9/2021
18.4.0.41 650 2/2/2021
18.4.0.39 608 1/28/2021
18.4.0.35 595 1/19/2021
18.4.0.34 607 1/12/2021
18.4.0.33 782 1/4/2021
18.4.0.32 655 12/30/2020
18.4.0.31 640 12/22/2020
18.4.0.30 811 12/17/2020
18.3.0.53 672 12/8/2020
18.3.0.52 686 11/30/2020
18.3.0.51 678 11/23/2020
18.3.0.50 685 11/17/2020
18.3.0.48 681 11/10/2020
18.3.0.47 722 11/5/2020
18.3.0.44 691 10/27/2020
18.3.0.42 749 10/20/2020
18.3.0.40 750 10/12/2020
18.3.0.38 775 10/7/2020
18.3.0.35 759 10/1/2020
18.2.0.59 678 9/22/2020
18.2.0.58 770 9/15/2020
18.2.0.57 693 9/8/2020
18.2.0.56 660 9/1/2020
18.2.0.55 736 8/25/2020
18.2.0.54 708 8/18/2020
18.2.0.48 759 8/4/2020
18.2.0.47 805 7/28/2020
18.2.0.46 726 7/21/2020
18.2.0.45 764 7/14/2020
18.2.0.44 1,775 7/6/2020
18.1.0.59 812 6/23/2020
18.1.0.57 731 6/16/2020
18.1.0.56 693 6/9/2020
18.1.0.55 709 6/2/2020
18.1.0.54 773 5/27/2020
18.1.0.53 801 5/19/2020
18.1.0.52 881 5/13/2020
18.1.0.48 799 5/5/2020
18.1.0.46 811 4/28/2020
18.1.0.45 785 4/21/2020
18.1.0.44 772 4/14/2020
18.1.0.43 811 4/7/2020
18.1.0.42 884 4/1/2020
18.1.0.36-beta 517 3/19/2020
17.4.0.55 814 3/10/2020
17.4.0.53 821 3/3/2020
17.4.0.51 801 2/25/2020
17.4.0.50 827 2/18/2020
17.4.0.49 815 2/11/2020
17.4.0.47 792 2/5/2020
17.4.0.46 786 1/30/2020
17.4.0.44 776 1/21/2020
17.4.0.43 775 1/14/2020
17.4.0.41 771 1/7/2020
17.4.0.40 830 12/24/2019
17.4.0.39 888 12/17/2019
17.3.0.34 1,041 12/10/2019
17.3.0.33 862 12/4/2019
17.3.0.30 824 12/3/2019
17.3.0.29 907 11/26/2019
17.3.0.28 793 11/19/2019
17.3.0.27 837 11/12/2019
17.3.0.26 862 11/5/2019
17.3.0.21 862 10/29/2019
17.3.0.19 855 10/22/2019
17.3.0.17 801 10/15/2019
17.3.0.14 832 10/3/2019
17.3.0.9-beta 553 9/20/2019
17.2.0.51 898 9/10/2019
17.2.0.49 829 9/3/2019
17.2.0.47 843 8/27/2019
17.2.0.46 900 8/22/2019
17.2.0.41 841 8/13/2019
17.2.0.40 861 8/6/2019
17.2.0.39 886 7/30/2019
17.2.0.36 840 7/23/2019
17.2.0.35 859 7/17/2019
17.2.0.34 914 7/11/2019
17.2.0.28-beta 772 6/27/2019
17.1.0.53 931 6/25/2019
17.1.0.52 902 6/18/2019
17.1.0.51 918 6/11/2019
17.1.0.50 895 6/4/2019
17.1.0.49 884 5/28/2019
17.1.0.48 926 5/21/2019
17.1.0.47 1,034 5/14/2019
17.1.0.44 913 5/7/2019
17.1.0.43 945 4/30/2019
17.1.0.42 984 4/23/2019
17.1.0.41 912 4/16/2019
17.1.0.40 887 4/9/2019
17.1.0.38 998 3/29/2019
17.1.0.32-beta 570 3/13/2019
16.4.0.54 1,087 2/19/2019
16.4.0.53 966 2/14/2019
16.4.0.52 1,088 2/5/2019
16.4.0.48 974 1/22/2019
16.4.0.47 1,052 1/16/2019
16.4.0.46 1,059 1/8/2019
16.4.0.44 1,002 12/24/2018
16.4.0.42 1,028 12/17/2018
16.4.0.40-beta 681 12/10/2018
16.3.0.36 1,066 11/27/2018
16.3.0.35-beta 702 11/23/2018
16.3.0.29 1,820 10/30/2018
16.3.0.21 1,564 9/21/2018