Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 30.1.37

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.1.37
                    
NuGet\Install-Package Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 -Version 30.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="30.1.37" />
                    
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.1.37" />
                    
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.1.37
                    
#r "nuget: Syncfusion.PresentationToPdfConverter.AspNet.Mvc5, 30.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.
#:package Syncfusion.PresentationToPdfConverter.AspNet.Mvc5@30.1.37
                    
#: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.1.37
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.PresentationToPdfConverter.AspNet.Mvc5&version=30.1.37
                    
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 100 9/5/2025
30.2.7 167 8/25/2025
30.2.6 135 8/18/2025
30.2.5 137 8/13/2025
30.2.4 373 8/7/2025
30.1.42 124 7/28/2025
30.1.41 510 7/22/2025
30.1.40 146 7/14/2025
30.1.39 146 7/8/2025
30.1.38 148 7/1/2025
30.1.37 198 6/25/2025
29.2.11 177 6/16/2025
29.2.10 289 6/9/2025
29.2.9 164 6/5/2025
29.2.8 363 6/3/2025
29.2.7 197 5/26/2025
29.2.5 203 5/21/2025
29.2.4 268 5/14/2025
29.1.41 172 5/5/2025
29.1.40 185 4/28/2025
29.1.39 178 4/21/2025
29.1.38 234 4/14/2025
29.1.37 223 4/8/2025
29.1.35 925 4/1/2025
29.1.33 515 3/25/2025
28.2.12 181 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 225 2/17/2025
28.2.5 165 2/11/2025
28.2.4 888 2/4/2025
28.2.3 135 1/29/2025
28.1.41 139 1/20/2025
28.1.39 117 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 142 12/18/2024
28.1.33 144 12/12/2024
27.2.5 164 12/2/2024
27.2.4 152 11/26/2024
27.2.3 132 11/22/2024
27.2.2 158 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 150 10/21/2024
27.1.53 180 10/14/2024
27.1.52 143 10/7/2024
27.1.51 155 9/30/2024
27.1.50 139 9/23/2024
27.1.48 162 9/18/2024
26.2.14 1,000 9/9/2024
26.2.13 153 9/5/2024
26.2.12 145 9/2/2024
26.2.11 173 8/27/2024
26.2.10 440 8/19/2024
26.2.9 178 8/12/2024
26.2.8 181 8/5/2024
26.2.7 109 7/29/2024
26.2.5 118 7/26/2024
26.2.4 166 7/24/2024
26.1.42 172 7/15/2024
26.1.41 200 7/8/2024
26.1.40 138 7/1/2024
26.1.39 192 6/24/2024
26.1.38 175 6/18/2024
26.1.35 160 6/11/2024
25.2.7 154 6/3/2024
25.2.6 152 5/28/2024
25.2.5 1,325 5/21/2024
25.2.4 200 5/14/2024
25.2.3 3,379 5/8/2024
25.1.42 157 4/29/2024
25.1.41 159 4/23/2024
25.1.40 172 4/15/2024
25.1.39 216 4/8/2024
25.1.38 162 4/1/2024
25.1.37 182 3/26/2024
25.1.35 306 3/15/2024
24.2.9 187 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 175 2/12/2024
24.2.4 174 2/5/2024
24.2.3 166 1/31/2024
24.1.47 190 1/22/2024
24.1.46 192 1/16/2024
24.1.45 215 1/8/2024
24.1.44 199 1/2/2024
24.1.43 221 12/27/2023
24.1.41 3,241 12/18/2023
23.2.7 239 12/6/2023
23.2.6 223 11/28/2023
23.2.5 224 11/23/2023
23.2.4 246 11/20/2023
23.1.44 220 11/6/2023
23.1.43 387 10/30/2023
23.1.42 233 10/23/2023
23.1.41 233 10/16/2023
23.1.40 228 10/10/2023
23.1.39 453 10/4/2023
23.1.38 232 9/26/2023
23.1.36 246 9/15/2023
22.2.12 289 9/5/2023
22.2.11 295 8/28/2023
22.2.10 245 8/22/2023
22.2.9 252 8/14/2023
22.2.8 263 8/7/2023
22.2.7 251 8/2/2023
22.2.5 294 7/27/2023
22.1.39 282 7/18/2023
22.1.38 307 7/11/2023
22.1.37 291 7/3/2023
22.1.36 288 6/28/2023
22.1.34 862 6/21/2023
21.2.10 291 6/13/2023
21.2.9 295 6/6/2023
21.2.8 315 5/30/2023
21.2.6 319 5/22/2023
21.2.5 338 5/15/2023
21.2.4 326 5/9/2023
21.2.3 397 5/3/2023
21.1.41 516 4/19/2023
21.1.39 366 4/10/2023
21.1.38 392 4/3/2023
21.1.37 387 3/29/2023
21.1.35 432 3/23/2023
20.4.0.54 391 3/13/2023
20.4.0.53 409 3/7/2023
20.4.0.52 434 2/28/2023
20.4.0.51 400 2/21/2023
20.4.0.50 384 2/14/2023
20.4.0.49 571 2/7/2023
20.4.0.48 509 2/1/2023
20.4.0.44 467 1/18/2023
20.4.0.43 480 1/10/2023
20.4.0.42 499 1/4/2023
20.4.0.41 457 12/29/2022
20.4.0.40 459 12/28/2022
20.4.0.38 530 12/21/2022
20.3.0.61 471 12/12/2022
20.3.0.60 475 12/6/2022
20.3.0.59 491 11/29/2022
20.3.0.58 480 11/22/2022
20.3.0.57 508 11/15/2022
20.3.0.56 523 11/8/2022
20.3.0.52 532 10/27/2022
20.3.0.50 3,808 10/18/2022
20.3.0.49 586 10/11/2022
20.3.0.48 546 10/5/2022
20.3.0.47 834 9/29/2022
20.2.0.50 604 9/20/2022
20.2.0.49 633 9/13/2022
20.2.0.48 594 9/6/2022
20.2.0.46 577 8/30/2022
20.2.0.45 600 8/23/2022
20.2.0.44 702 8/16/2022
20.2.0.43 687 8/8/2022
20.2.0.40 689 7/26/2022
20.2.0.39 621 7/19/2022
20.2.0.38 644 7/12/2022
20.2.0.36 1,452 6/30/2022
20.1.0.61 816 6/20/2022
20.1.0.60 662 6/14/2022
20.1.0.59 659 6/6/2022
20.1.0.58 667 5/31/2022
20.1.0.57 633 5/23/2022
20.1.0.56 640 5/17/2022
20.1.0.55 634 5/12/2022
20.1.0.52 658 5/3/2022
20.1.0.51 1,974 4/26/2022
20.1.0.50 692 4/19/2022
20.1.0.48 675 4/12/2022
20.1.0.47 998 4/4/2022
19.4.0.56 707 3/14/2022
19.4.0.55 699 3/8/2022
19.4.0.54 666 2/28/2022
19.4.0.53 676 2/22/2022
19.4.0.52 647 2/15/2022
19.4.0.50 661 2/8/2022
19.4.0.48 738 1/31/2022
19.4.0.47 676 1/25/2022
19.4.0.43 698 1/18/2022
19.4.0.42 698 1/11/2022
19.4.0.41 541 1/4/2022
19.4.0.40 754 12/28/2021
19.4.0.38 571 12/17/2021
19.3.0.59 545 12/14/2021
19.3.0.57 659 12/7/2021
19.3.0.56 1,154 11/29/2021
19.3.0.55 543 11/23/2021
19.3.0.54 524 11/17/2021
19.3.0.53 576 11/12/2021
19.3.0.48 590 11/2/2021
19.3.0.47 571 10/26/2021
19.3.0.46 575 10/19/2021
19.3.0.45 583 10/12/2021
19.3.0.44 598 10/5/2021
19.3.0.43 600 9/30/2021
19.2.0.62 660 9/13/2021
19.2.0.60 589 9/7/2021
19.2.0.59 6,296 8/30/2021
19.2.0.57 588 8/24/2021
19.2.0.56 1,332 8/17/2021
19.2.0.55 667 8/11/2021
19.2.0.51 640 8/2/2021
19.2.0.49 1,038 7/26/2021
19.2.0.48 564 7/19/2021
19.2.0.47 943 7/13/2021
19.2.0.46 615 7/6/2021
19.2.0.44 693 6/30/2021
19.1.0.69 703 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,932 5/13/2021
19.1.0.59 606 5/3/2021
19.1.0.58 597 4/26/2021
19.1.0.57 649 4/20/2021
19.1.0.56 629 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 596 3/16/2021
18.4.0.47 599 3/9/2021
18.4.0.46 585 3/2/2021
18.4.0.44 628 2/23/2021
18.4.0.43 616 2/15/2021
18.4.0.42 634 2/9/2021
18.4.0.41 651 2/2/2021
18.4.0.39 608 1/28/2021
18.4.0.35 596 1/19/2021
18.4.0.34 608 1/12/2021
18.4.0.33 783 1/4/2021
18.4.0.32 655 12/30/2020
18.4.0.31 642 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 683 11/10/2020
18.3.0.47 722 11/5/2020
18.3.0.44 692 10/27/2020
18.3.0.42 749 10/20/2020
18.3.0.40 752 10/12/2020
18.3.0.38 777 10/7/2020
18.3.0.35 761 10/1/2020
18.2.0.59 679 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 727 7/21/2020
18.2.0.45 765 7/14/2020
18.2.0.44 1,775 7/6/2020
18.1.0.59 813 6/23/2020
18.1.0.57 731 6/16/2020
18.1.0.56 694 6/9/2020
18.1.0.55 710 6/2/2020
18.1.0.54 773 5/27/2020
18.1.0.53 801 5/19/2020
18.1.0.52 882 5/13/2020
18.1.0.48 800 5/5/2020
18.1.0.46 811 4/28/2020
18.1.0.45 787 4/21/2020
18.1.0.44 773 4/14/2020
18.1.0.43 811 4/7/2020
18.1.0.42 886 4/1/2020
18.1.0.36-beta 519 3/19/2020
17.4.0.55 814 3/10/2020
17.4.0.53 823 3/3/2020
17.4.0.51 801 2/25/2020
17.4.0.50 828 2/18/2020
17.4.0.49 815 2/11/2020
17.4.0.47 792 2/5/2020
17.4.0.46 787 1/30/2020
17.4.0.44 777 1/21/2020
17.4.0.43 777 1/14/2020
17.4.0.41 771 1/7/2020
17.4.0.40 833 12/24/2019
17.4.0.39 888 12/17/2019
17.3.0.34 1,042 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 795 11/19/2019
17.3.0.27 837 11/12/2019
17.3.0.26 863 11/5/2019
17.3.0.21 863 10/29/2019
17.3.0.19 856 10/22/2019
17.3.0.17 801 10/15/2019
17.3.0.14 833 10/3/2019
17.3.0.9-beta 553 9/20/2019
17.2.0.51 899 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 887 7/30/2019
17.2.0.36 841 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 932 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 889 4/9/2019
17.1.0.38 999 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,090 2/5/2019
16.4.0.48 974 1/22/2019
16.4.0.47 1,053 1/16/2019
16.4.0.46 1,061 1/8/2019
16.4.0.44 1,002 12/24/2018
16.4.0.42 1,030 12/17/2018
16.4.0.40-beta 681 12/10/2018
16.3.0.36 1,067 11/27/2018
16.3.0.35-beta 702 11/23/2018
16.3.0.29 1,822 10/30/2018
16.3.0.21 1,566 9/21/2018