Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 29.1.33

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.1.33
                    
NuGet\Install-Package Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 -Version 29.1.33
                    
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.1.33" />
                    
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.1.33" />
                    
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.1.33
                    
#r "nuget: Syncfusion.PresentationToPdfConverter.AspNet.Mvc5, 29.1.33"
                    
#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=29.1.33
                    
Install Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 as a Cake Addin
#tool nuget:?package=Syncfusion.PresentationToPdfConverter.AspNet.Mvc5&version=29.1.33
                    
Install Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 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
29.1.35 25 4/1/2025
29.1.33 455 3/25/2025
28.2.12 138 3/19/2025
28.2.11 165 3/10/2025
28.2.9 227 3/4/2025
28.2.7 140 2/25/2025
28.2.6 147 2/17/2025
28.2.5 129 2/11/2025
28.2.4 373 2/4/2025
28.2.3 102 1/29/2025
28.1.41 104 1/20/2025
28.1.39 88 1/13/2025
28.1.38 92 1/7/2025
28.1.37 106 12/31/2024
28.1.36 102 12/23/2024
28.1.35 106 12/18/2024
28.1.33 118 12/12/2024
27.2.5 112 12/2/2024
27.2.4 110 11/26/2024
27.2.3 106 11/22/2024
27.2.2 116 11/15/2024
27.1.58 116 11/4/2024
27.1.57 597 10/28/2024
27.1.56 99 10/23/2024
27.1.55 114 10/21/2024
27.1.53 143 10/14/2024
27.1.52 107 10/7/2024
27.1.51 116 9/30/2024
27.1.50 105 9/23/2024
27.1.48 123 9/18/2024
26.2.14 831 9/9/2024
26.2.13 125 9/5/2024
26.2.12 110 9/2/2024
26.2.11 147 8/27/2024
26.2.10 399 8/19/2024
26.2.9 146 8/12/2024
26.2.8 148 8/5/2024
26.2.7 84 7/29/2024
26.2.5 97 7/26/2024
26.2.4 144 7/24/2024
26.1.42 139 7/15/2024
26.1.41 169 7/8/2024
26.1.40 114 7/1/2024
26.1.39 169 6/24/2024
26.1.38 142 6/18/2024
26.1.35 136 6/11/2024
25.2.7 125 6/3/2024
25.2.6 124 5/28/2024
25.2.5 1,270 5/21/2024
25.2.4 168 5/14/2024
25.2.3 2,056 5/8/2024
25.1.42 132 4/29/2024
25.1.41 139 4/23/2024
25.1.40 143 4/15/2024
25.1.39 182 4/8/2024
25.1.38 135 4/1/2024
25.1.37 154 3/26/2024
25.1.35 263 3/15/2024
24.2.9 157 3/4/2024
24.2.8 143 2/26/2024
24.2.7 173 2/19/2024
24.2.6 139 2/14/2024
24.2.5 149 2/12/2024
24.2.4 145 2/5/2024
24.2.3 142 1/31/2024
24.1.47 160 1/22/2024
24.1.46 161 1/16/2024
24.1.45 194 1/8/2024
24.1.44 172 1/2/2024
24.1.43 193 12/27/2023
24.1.41 2,398 12/18/2023
23.2.7 216 12/6/2023
23.2.6 199 11/28/2023
23.2.5 190 11/23/2023
23.2.4 220 11/20/2023
23.1.44 194 11/6/2023
23.1.43 359 10/30/2023
23.1.42 197 10/23/2023
23.1.41 187 10/16/2023
23.1.40 191 10/10/2023
23.1.39 417 10/4/2023
23.1.38 196 9/26/2023
23.1.36 205 9/15/2023
22.2.12 237 9/5/2023
22.2.11 236 8/28/2023
22.2.10 190 8/22/2023
22.2.9 210 8/14/2023
22.2.8 212 8/7/2023
22.2.7 207 8/2/2023
22.2.5 234 7/27/2023
22.1.39 224 7/18/2023
22.1.38 254 7/11/2023
22.1.37 245 7/3/2023
22.1.36 236 6/28/2023
22.1.34 615 6/21/2023
21.2.10 245 6/13/2023
21.2.9 241 6/6/2023
21.2.8 265 5/30/2023
21.2.6 268 5/22/2023
21.2.5 284 5/15/2023
21.2.4 271 5/9/2023
21.2.3 338 5/3/2023
21.1.41 458 4/19/2023
21.1.39 304 4/10/2023
21.1.38 331 4/3/2023
21.1.37 335 3/29/2023
21.1.35 380 3/23/2023
20.4.0.54 338 3/13/2023
20.4.0.53 356 3/7/2023
20.4.0.52 381 2/28/2023
20.4.0.51 344 2/21/2023
20.4.0.50 328 2/14/2023
20.4.0.49 517 2/7/2023
20.4.0.48 450 2/1/2023
20.4.0.44 412 1/18/2023
20.4.0.43 432 1/10/2023
20.4.0.42 434 1/4/2023
20.4.0.41 409 12/29/2022
20.4.0.40 401 12/28/2022
20.4.0.38 469 12/21/2022
20.3.0.61 419 12/12/2022
20.3.0.60 422 12/6/2022
20.3.0.59 426 11/29/2022
20.3.0.58 415 11/22/2022
20.3.0.57 452 11/15/2022
20.3.0.56 471 11/8/2022
20.3.0.52 477 10/27/2022
20.3.0.50 3,751 10/18/2022
20.3.0.49 530 10/11/2022
20.3.0.48 489 10/5/2022
20.3.0.47 756 9/29/2022
20.2.0.50 550 9/20/2022
20.2.0.49 574 9/13/2022
20.2.0.48 538 9/6/2022
20.2.0.46 522 8/30/2022
20.2.0.45 539 8/23/2022
20.2.0.44 633 8/16/2022
20.2.0.43 618 8/8/2022
20.2.0.40 636 7/26/2022
20.2.0.39 553 7/19/2022
20.2.0.38 585 7/12/2022
20.2.0.36 1,322 6/30/2022
20.1.0.61 756 6/20/2022
20.1.0.60 602 6/14/2022
20.1.0.59 593 6/6/2022
20.1.0.58 600 5/31/2022
20.1.0.57 575 5/23/2022
20.1.0.56 572 5/17/2022
20.1.0.55 571 5/12/2022
20.1.0.52 597 5/3/2022
20.1.0.51 1,913 4/26/2022
20.1.0.50 620 4/19/2022
20.1.0.48 612 4/12/2022
20.1.0.47 929 4/4/2022
19.4.0.56 629 3/14/2022
19.4.0.55 635 3/8/2022
19.4.0.54 595 2/28/2022
19.4.0.53 602 2/22/2022
19.4.0.52 573 2/15/2022
19.4.0.50 591 2/8/2022
19.4.0.48 669 1/31/2022
19.4.0.47 607 1/25/2022
19.4.0.43 623 1/18/2022
19.4.0.42 622 1/11/2022
19.4.0.41 468 1/4/2022
19.4.0.40 662 12/28/2021
19.4.0.38 493 12/17/2021
19.3.0.59 479 12/14/2021
19.3.0.57 592 12/7/2021
19.3.0.56 1,093 11/29/2021
19.3.0.55 472 11/23/2021
19.3.0.54 452 11/17/2021
19.3.0.53 505 11/12/2021
19.3.0.48 520 11/2/2021
19.3.0.47 493 10/26/2021
19.3.0.46 505 10/19/2021
19.3.0.45 509 10/12/2021
19.3.0.44 533 10/5/2021
19.3.0.43 528 9/30/2021
19.2.0.62 586 9/13/2021
19.2.0.60 522 9/7/2021
19.2.0.59 4,551 8/30/2021
19.2.0.57 514 8/24/2021
19.2.0.56 1,208 8/17/2021
19.2.0.55 585 8/11/2021
19.2.0.51 568 8/2/2021
19.2.0.49 964 7/26/2021
19.2.0.48 500 7/19/2021
19.2.0.47 872 7/13/2021
19.2.0.46 550 7/6/2021
19.2.0.44 624 6/30/2021
19.1.0.69 635 6/14/2021
19.1.0.67 608 6/7/2021
19.1.0.66 574 5/31/2021
19.1.0.65 523 5/24/2021
19.1.0.64 508 5/19/2021
19.1.0.63 4,403 5/13/2021
19.1.0.59 540 5/3/2021
19.1.0.58 528 4/26/2021
19.1.0.57 583 4/20/2021
19.1.0.56 550 4/13/2021
19.1.0.55 564 4/6/2021
19.1.0.54 603 3/30/2021
18.4.0.49 649 3/22/2021
18.4.0.48 523 3/16/2021
18.4.0.47 528 3/9/2021
18.4.0.46 514 3/2/2021
18.4.0.44 548 2/23/2021
18.4.0.43 539 2/15/2021
18.4.0.42 550 2/9/2021
18.4.0.41 567 2/2/2021
18.4.0.39 537 1/28/2021
18.4.0.35 518 1/19/2021
18.4.0.34 533 1/12/2021
18.4.0.33 696 1/4/2021
18.4.0.32 581 12/30/2020
18.4.0.31 560 12/22/2020
18.4.0.30 734 12/17/2020
18.3.0.53 598 12/8/2020
18.3.0.52 597 11/30/2020
18.3.0.51 595 11/23/2020
18.3.0.50 608 11/17/2020
18.3.0.48 600 11/10/2020
18.3.0.47 635 11/5/2020
18.3.0.44 612 10/27/2020
18.3.0.42 664 10/20/2020
18.3.0.40 670 10/12/2020
18.3.0.38 695 10/7/2020
18.3.0.35 680 10/1/2020
18.2.0.59 598 9/22/2020
18.2.0.58 690 9/15/2020
18.2.0.57 617 9/8/2020
18.2.0.56 587 9/1/2020
18.2.0.55 660 8/25/2020
18.2.0.54 636 8/18/2020
18.2.0.48 672 8/4/2020
18.2.0.47 722 7/28/2020
18.2.0.46 642 7/21/2020
18.2.0.45 677 7/14/2020
18.2.0.44 1,682 7/6/2020
18.1.0.59 739 6/23/2020
18.1.0.57 657 6/16/2020
18.1.0.56 615 6/9/2020
18.1.0.55 628 6/2/2020
18.1.0.54 697 5/27/2020
18.1.0.53 713 5/19/2020
18.1.0.52 804 5/13/2020
18.1.0.48 721 5/5/2020
18.1.0.46 725 4/28/2020
18.1.0.45 707 4/21/2020
18.1.0.44 687 4/14/2020
18.1.0.43 734 4/7/2020
18.1.0.42 797 4/1/2020
18.1.0.36-beta 437 3/19/2020
17.4.0.55 738 3/10/2020
17.4.0.53 738 3/3/2020
17.4.0.51 724 2/25/2020
17.4.0.50 747 2/18/2020
17.4.0.49 738 2/11/2020
17.4.0.47 708 2/5/2020
17.4.0.46 704 1/30/2020
17.4.0.44 699 1/21/2020
17.4.0.43 698 1/14/2020
17.4.0.41 688 1/7/2020
17.4.0.40 744 12/24/2019
17.4.0.39 810 12/17/2019
17.3.0.34 959 12/10/2019
17.3.0.33 773 12/4/2019
17.3.0.30 747 12/3/2019
17.3.0.29 829 11/26/2019
17.3.0.28 703 11/19/2019
17.3.0.27 750 11/12/2019
17.3.0.26 774 11/5/2019
17.3.0.21 770 10/29/2019
17.3.0.19 768 10/22/2019
17.3.0.17 715 10/15/2019
17.3.0.14 741 10/3/2019
17.3.0.9-beta 474 9/20/2019
17.2.0.51 805 9/10/2019
17.2.0.49 741 9/3/2019
17.2.0.47 756 8/27/2019
17.2.0.46 807 8/22/2019
17.2.0.41 753 8/13/2019
17.2.0.40 774 8/6/2019
17.2.0.39 793 7/30/2019
17.2.0.36 754 7/23/2019
17.2.0.35 778 7/17/2019
17.2.0.34 832 7/11/2019
17.2.0.28-beta 694 6/27/2019
17.1.0.53 844 6/25/2019
17.1.0.52 813 6/18/2019
17.1.0.51 831 6/11/2019
17.1.0.50 808 6/4/2019
17.1.0.49 795 5/28/2019
17.1.0.48 838 5/21/2019
17.1.0.47 953 5/14/2019
17.1.0.44 831 5/7/2019
17.1.0.43 863 4/30/2019
17.1.0.42 901 4/23/2019
17.1.0.41 824 4/16/2019
17.1.0.40 798 4/9/2019
17.1.0.38 910 3/29/2019
17.1.0.32-beta 492 3/13/2019
16.4.0.54 993 2/19/2019
16.4.0.53 881 2/14/2019
16.4.0.52 993 2/5/2019
16.4.0.48 891 1/22/2019
16.4.0.47 962 1/16/2019
16.4.0.46 969 1/8/2019
16.4.0.44 912 12/24/2018
16.4.0.42 941 12/17/2018
16.4.0.40-beta 595 12/10/2018
16.3.0.36 973 11/27/2018
16.3.0.35-beta 614 11/23/2018
16.3.0.29 1,719 10/30/2018
16.3.0.21 1,462 9/21/2018