Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 29.2.8

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 29.2.8
                    
NuGet\Install-Package Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 -Version 29.2.8
                    
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="29.2.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.PresentationToPdfConverter.AspNet.Mvc5" Version="29.2.8" />
                    
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 29.2.8
                    
#r "nuget: Syncfusion.PresentationToPdfConverter.AspNet.Mvc5, 29.2.8"
                    
#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@29.2.8
                    
#: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=29.2.8
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.PresentationToPdfConverter.AspNet.Mvc5&version=29.2.8
                    
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
30.2.7 162 8/25/2025
30.2.6 134 8/18/2025
30.2.5 137 8/13/2025
30.2.4 332 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 143 7/8/2025
30.1.38 147 7/1/2025
30.1.37 194 6/25/2025
29.2.11 172 6/16/2025
29.2.10 287 6/9/2025
29.2.9 160 6/5/2025
29.2.8 345 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 232 4/14/2025
29.1.37 221 4/8/2025
29.1.35 818 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 221 2/17/2025
28.2.5 164 2/11/2025
28.2.4 866 2/4/2025
28.2.3 135 1/29/2025
28.1.41 138 1/20/2025
28.1.39 115 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 140 12/18/2024
28.1.33 144 12/12/2024
27.2.5 162 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 148 10/21/2024
27.1.53 176 10/14/2024
27.1.52 141 10/7/2024
27.1.51 152 9/30/2024
27.1.50 137 9/23/2024
27.1.48 159 9/18/2024
26.2.14 996 9/9/2024
26.2.13 152 9/5/2024
26.2.12 142 9/2/2024
26.2.11 171 8/27/2024
26.2.10 439 8/19/2024
26.2.9 175 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 169 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 153 6/3/2024
25.2.6 150 5/28/2024
25.2.5 1,325 5/21/2024
25.2.4 198 5/14/2024
25.2.3 3,352 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 214 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 172 2/5/2024
24.2.3 166 1/31/2024
24.1.47 187 1/22/2024
24.1.46 189 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,199 12/18/2023
23.2.7 238 12/6/2023
23.2.6 223 11/28/2023
23.2.5 223 11/23/2023
23.2.4 241 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 244 9/15/2023
22.2.12 286 9/5/2023
22.2.11 288 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 290 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 284 6/28/2023
22.1.34 838 6/21/2023
21.2.10 289 6/13/2023
21.2.9 292 6/6/2023
21.2.8 312 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 393 5/3/2023
21.1.41 510 4/19/2023
21.1.39 361 4/10/2023
21.1.38 387 4/3/2023
21.1.37 384 3/29/2023
21.1.35 429 3/23/2023
20.4.0.54 387 3/13/2023
20.4.0.53 404 3/7/2023
20.4.0.52 430 2/28/2023
20.4.0.51 394 2/21/2023
20.4.0.50 379 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 494 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 474 11/22/2022
20.3.0.57 503 11/15/2022
20.3.0.56 518 11/8/2022
20.3.0.52 527 10/27/2022
20.3.0.50 3,803 10/18/2022
20.3.0.49 580 10/11/2022
20.3.0.48 540 10/5/2022
20.3.0.47 826 9/29/2022
20.2.0.50 598 9/20/2022
20.2.0.49 627 9/13/2022
20.2.0.48 589 9/6/2022
20.2.0.46 571 8/30/2022
20.2.0.45 595 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 639 7/12/2022
20.2.0.36 1,444 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 686 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 659 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 693 1/18/2022
19.4.0.42 692 1/11/2022
19.4.0.41 536 1/4/2022
19.4.0.40 749 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 570 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 654 9/13/2021
19.2.0.60 584 9/7/2021
19.2.0.59 6,192 8/30/2021
19.2.0.57 584 8/24/2021
19.2.0.56 1,327 8/17/2021
19.2.0.55 661 8/11/2021
19.2.0.51 636 8/2/2021
19.2.0.49 1,033 7/26/2021
19.2.0.48 560 7/19/2021
19.2.0.47 938 7/13/2021
19.2.0.46 611 7/6/2021
19.2.0.44 688 6/30/2021
19.1.0.69 698 6/14/2021
19.1.0.67 670 6/7/2021
19.1.0.66 634 5/31/2021
19.1.0.65 586 5/24/2021
19.1.0.64 575 5/19/2021
19.1.0.63 4,916 5/13/2021
19.1.0.59 602 5/3/2021
19.1.0.58 592 4/26/2021
19.1.0.57 643 4/20/2021
19.1.0.56 623 4/13/2021
19.1.0.55 628 4/6/2021
19.1.0.54 671 3/30/2021
18.4.0.49 717 3/22/2021
18.4.0.48 590 3/16/2021
18.4.0.47 595 3/9/2021
18.4.0.46 581 3/2/2021
18.4.0.44 623 2/23/2021
18.4.0.43 612 2/15/2021
18.4.0.42 630 2/9/2021
18.4.0.41 645 2/2/2021
18.4.0.39 604 1/28/2021
18.4.0.35 591 1/19/2021
18.4.0.34 603 1/12/2021
18.4.0.33 777 1/4/2021
18.4.0.32 651 12/30/2020
18.4.0.31 636 12/22/2020
18.4.0.30 807 12/17/2020
18.3.0.53 668 12/8/2020
18.3.0.52 682 11/30/2020
18.3.0.51 673 11/23/2020
18.3.0.50 681 11/17/2020
18.3.0.48 677 11/10/2020
18.3.0.47 718 11/5/2020
18.3.0.44 687 10/27/2020
18.3.0.42 743 10/20/2020
18.3.0.40 746 10/12/2020
18.3.0.38 771 10/7/2020
18.3.0.35 755 10/1/2020
18.2.0.59 673 9/22/2020
18.2.0.58 766 9/15/2020
18.2.0.57 689 9/8/2020
18.2.0.56 656 9/1/2020
18.2.0.55 731 8/25/2020
18.2.0.54 704 8/18/2020
18.2.0.48 755 8/4/2020
18.2.0.47 801 7/28/2020
18.2.0.46 722 7/21/2020
18.2.0.45 760 7/14/2020
18.2.0.44 1,771 7/6/2020
18.1.0.59 808 6/23/2020
18.1.0.57 727 6/16/2020
18.1.0.56 688 6/9/2020
18.1.0.55 705 6/2/2020
18.1.0.54 769 5/27/2020
18.1.0.53 797 5/19/2020
18.1.0.52 876 5/13/2020
18.1.0.48 795 5/5/2020
18.1.0.46 806 4/28/2020
18.1.0.45 780 4/21/2020
18.1.0.44 768 4/14/2020
18.1.0.43 807 4/7/2020
18.1.0.42 880 4/1/2020
18.1.0.36-beta 512 3/19/2020
17.4.0.55 810 3/10/2020
17.4.0.53 817 3/3/2020
17.4.0.51 797 2/25/2020
17.4.0.50 823 2/18/2020
17.4.0.49 811 2/11/2020
17.4.0.47 788 2/5/2020
17.4.0.46 782 1/30/2020
17.4.0.44 772 1/21/2020
17.4.0.43 771 1/14/2020
17.4.0.41 767 1/7/2020
17.4.0.40 826 12/24/2019
17.4.0.39 884 12/17/2019
17.3.0.34 1,036 12/10/2019
17.3.0.33 858 12/4/2019
17.3.0.30 820 12/3/2019
17.3.0.29 902 11/26/2019
17.3.0.28 789 11/19/2019
17.3.0.27 833 11/12/2019
17.3.0.26 858 11/5/2019
17.3.0.21 858 10/29/2019
17.3.0.19 851 10/22/2019
17.3.0.17 796 10/15/2019
17.3.0.14 827 10/3/2019
17.3.0.9-beta 549 9/20/2019
17.2.0.51 894 9/10/2019
17.2.0.49 825 9/3/2019
17.2.0.47 838 8/27/2019
17.2.0.46 894 8/22/2019
17.2.0.41 837 8/13/2019
17.2.0.40 857 8/6/2019
17.2.0.39 882 7/30/2019
17.2.0.36 835 7/23/2019
17.2.0.35 855 7/17/2019
17.2.0.34 910 7/11/2019
17.2.0.28-beta 768 6/27/2019
17.1.0.53 927 6/25/2019
17.1.0.52 898 6/18/2019
17.1.0.51 912 6/11/2019
17.1.0.50 891 6/4/2019
17.1.0.49 878 5/28/2019
17.1.0.48 922 5/21/2019
17.1.0.47 1,030 5/14/2019
17.1.0.44 909 5/7/2019
17.1.0.43 941 4/30/2019
17.1.0.42 980 4/23/2019
17.1.0.41 908 4/16/2019
17.1.0.40 883 4/9/2019
17.1.0.38 994 3/29/2019
17.1.0.32-beta 566 3/13/2019
16.4.0.54 1,082 2/19/2019
16.4.0.53 962 2/14/2019
16.4.0.52 1,084 2/5/2019
16.4.0.48 969 1/22/2019
16.4.0.47 1,048 1/16/2019
16.4.0.46 1,055 1/8/2019
16.4.0.44 998 12/24/2018
16.4.0.42 1,024 12/17/2018
16.4.0.40-beta 677 12/10/2018
16.3.0.36 1,064 11/27/2018
16.3.0.35-beta 700 11/23/2018
16.3.0.29 1,818 10/30/2018
16.3.0.21 1,564 9/21/2018