Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 19.3.0.57

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 19.3.0.57
                    
NuGet\Install-Package Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 -Version 19.3.0.57
                    
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="19.3.0.57" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.PresentationToPdfConverter.AspNet.Mvc5" Version="19.3.0.57" />
                    
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 19.3.0.57
                    
#r "nuget: Syncfusion.PresentationToPdfConverter.AspNet.Mvc5, 19.3.0.57"
                    
#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@19.3.0.57
                    
#: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=19.3.0.57
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.PresentationToPdfConverter.AspNet.Mvc5&version=19.3.0.57
                    
Install as a Cake Tool

The Syncfusion Essential 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.

Key Features

Getting Started

You can fetch the Syncfusion .NET MVC PowerPoint library NuGet by simply running Install-Package Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 from the Package Manager Console in Visual Studio.

You can also try some code examples of common use cases from our GitHub Repository.

Convert PPTX to PDF programmatically using C#

The following code example illustrates how to convert the PowerPoint Presentation to PDF.

//Open the existing PowerPoint presentation.
IPresentation pptxDoc = Presentation.Open("Template.pptx");
//Convert the PowerPoint document to PDF document.
PdfDocument pdfDocument = PresentationToPdfConverter.Convert(pptxDoc);
//Save the converted PDF document.
pdfDocument.Save("Sample.pdf");
//Close the PDF document.
pdfDocument.Close(true);
//Close the PowerPoint Presentation.
pptxDoc.Close();

Supported File Formats

  • Creates, reads, and edits popular text file formats like PPTX, PPTM, POTX and POTM.
  • Converts PowerPoint Presentation to PDF.

Compatible Microsoft PowerPoint Versions

  • Microsoft PowerPoint 2007
  • Microsoft PowerPoint 2010
  • Microsoft PowerPoint 2013
  • Microsoft PowerPoint 2016
  • Microsoft PowerPoint 2019

Resources

Support and feedback

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 licnense 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 26,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1600+ components and frameworks for web (Blazor, ASP.NET Core, ASP.NET MVC, ASP.NET WebForms, JavaScript, Angular, React, Vue, and Flutter), mobile (Xamarin, Flutter, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, Flutter and UWP). 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

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
31.1.22 46 9/30/2025
31.1.21 181 9/22/2025
31.1.20 290 9/16/2025
31.1.19 172 9/11/2025
31.1.18 160 9/10/2025
31.1.17 152 9/5/2025
30.2.7 213 8/25/2025
30.2.6 159 8/18/2025
30.2.5 162 8/13/2025
30.2.4 584 8/7/2025
30.1.42 161 7/28/2025
30.1.41 563 7/22/2025
30.1.40 161 7/14/2025
30.1.39 162 7/8/2025
30.1.38 164 7/1/2025
30.1.37 225 6/25/2025
29.2.11 196 6/16/2025
29.2.10 312 6/9/2025
29.2.9 188 6/5/2025
29.2.8 473 6/3/2025
29.2.7 223 5/26/2025
29.2.5 225 5/21/2025
29.2.4 288 5/14/2025
29.1.41 192 5/5/2025
29.1.40 204 4/28/2025
29.1.39 199 4/21/2025
29.1.38 251 4/14/2025
29.1.37 244 4/8/2025
29.1.35 1,899 4/1/2025
29.1.33 532 3/25/2025
28.2.12 199 3/19/2025
28.2.11 210 3/10/2025
28.2.9 269 3/4/2025
28.2.7 246 2/25/2025
28.2.6 242 2/17/2025
28.2.5 187 2/11/2025
28.2.4 971 2/4/2025
28.2.3 155 1/29/2025
28.1.41 157 1/20/2025
28.1.39 137 1/13/2025
28.1.38 144 1/7/2025
28.1.37 143 12/31/2024
28.1.36 143 12/23/2024
28.1.35 160 12/18/2024
28.1.33 156 12/12/2024
27.2.5 180 12/2/2024
27.2.4 162 11/26/2024
27.2.3 148 11/22/2024
27.2.2 175 11/15/2024
27.1.58 166 11/4/2024
27.1.57 648 10/28/2024
27.1.56 142 10/23/2024
27.1.55 171 10/21/2024
27.1.53 198 10/14/2024
27.1.52 165 10/7/2024
27.1.51 172 9/30/2024
27.1.50 157 9/23/2024
27.1.48 177 9/18/2024
26.2.14 1,025 9/9/2024
26.2.13 169 9/5/2024
26.2.12 161 9/2/2024
26.2.11 192 8/27/2024
26.2.10 489 8/19/2024
26.2.9 198 8/12/2024
26.2.8 198 8/5/2024
26.2.7 126 7/29/2024
26.2.5 130 7/26/2024
26.2.4 178 7/24/2024
26.1.42 185 7/15/2024
26.1.41 213 7/8/2024
26.1.40 151 7/1/2024
26.1.39 207 6/24/2024
26.1.38 196 6/18/2024
26.1.35 173 6/11/2024
25.2.7 174 6/3/2024
25.2.6 174 5/28/2024
25.2.5 1,347 5/21/2024
25.2.4 221 5/14/2024
25.2.3 3,630 5/8/2024
25.1.42 173 4/29/2024
25.1.41 172 4/23/2024
25.1.40 187 4/15/2024
25.1.39 235 4/8/2024
25.1.38 177 4/1/2024
25.1.37 201 3/26/2024
25.1.35 330 3/15/2024
24.2.9 207 3/4/2024
24.2.8 193 2/26/2024
24.2.7 210 2/19/2024
24.2.6 170 2/14/2024
24.2.5 196 2/12/2024
24.2.4 192 2/5/2024
24.2.3 179 1/31/2024
24.1.47 209 1/22/2024
24.1.46 210 1/16/2024
24.1.45 228 1/8/2024
24.1.44 218 1/2/2024
24.1.43 242 12/27/2023
24.1.41 3,474 12/18/2023
23.2.7 257 12/6/2023
23.2.6 236 11/28/2023
23.2.5 242 11/23/2023
23.2.4 269 11/20/2023
23.1.44 237 11/6/2023
23.1.43 405 10/30/2023
23.1.42 256 10/23/2023
23.1.41 248 10/16/2023
23.1.40 238 10/10/2023
23.1.39 467 10/4/2023
23.1.38 246 9/26/2023
23.1.36 265 9/15/2023
22.2.12 312 9/5/2023
22.2.11 315 8/28/2023
22.2.10 264 8/22/2023
22.2.9 269 8/14/2023
22.2.8 287 8/7/2023
22.2.7 266 8/2/2023
22.2.5 311 7/27/2023
22.1.39 302 7/18/2023
22.1.38 327 7/11/2023
22.1.37 307 7/3/2023
22.1.36 307 6/28/2023
22.1.34 1,015 6/21/2023
21.2.10 308 6/13/2023
21.2.9 318 6/6/2023
21.2.8 337 5/30/2023
21.2.6 336 5/22/2023
21.2.5 355 5/15/2023
21.2.4 349 5/9/2023
21.2.3 419 5/3/2023
21.1.41 534 4/19/2023
21.1.39 389 4/10/2023
21.1.38 413 4/3/2023
21.1.37 404 3/29/2023
21.1.35 461 3/23/2023
20.4.0.54 424 3/13/2023
20.4.0.53 429 3/7/2023
20.4.0.52 455 2/28/2023
20.4.0.51 423 2/21/2023
20.4.0.50 412 2/14/2023
20.4.0.49 592 2/7/2023
20.4.0.48 529 2/1/2023
20.4.0.44 496 1/18/2023
20.4.0.43 497 1/10/2023
20.4.0.42 520 1/4/2023
20.4.0.41 474 12/29/2022
20.4.0.40 487 12/28/2022
20.4.0.38 551 12/21/2022
20.3.0.61 497 12/12/2022
20.3.0.60 503 12/6/2022
20.3.0.59 509 11/29/2022
20.3.0.58 502 11/22/2022
20.3.0.57 531 11/15/2022
20.3.0.56 547 11/8/2022
20.3.0.52 545 10/27/2022
20.3.0.50 3,821 10/18/2022
20.3.0.49 609 10/11/2022
20.3.0.48 573 10/5/2022
20.3.0.47 862 9/29/2022
20.2.0.50 633 9/20/2022
20.2.0.49 656 9/13/2022
20.2.0.48 622 9/6/2022
20.2.0.46 604 8/30/2022
20.2.0.45 623 8/23/2022
20.2.0.44 715 8/16/2022
20.2.0.43 712 8/8/2022
20.2.0.40 708 7/26/2022
20.2.0.39 649 7/19/2022
20.2.0.38 662 7/12/2022
20.2.0.36 1,491 6/30/2022
20.1.0.61 837 6/20/2022
20.1.0.60 680 6/14/2022
20.1.0.59 680 6/6/2022
20.1.0.58 676 5/31/2022
20.1.0.57 653 5/23/2022
20.1.0.56 667 5/17/2022
20.1.0.55 668 5/12/2022
20.1.0.52 680 5/3/2022
20.1.0.51 1,992 4/26/2022
20.1.0.50 714 4/19/2022
20.1.0.48 687 4/12/2022
20.1.0.47 1,022 4/4/2022
19.4.0.56 731 3/14/2022
19.4.0.55 719 3/8/2022
19.4.0.54 690 2/28/2022
19.4.0.53 701 2/22/2022
19.4.0.52 670 2/15/2022
19.4.0.50 690 2/8/2022
19.4.0.48 768 1/31/2022
19.4.0.47 687 1/25/2022
19.4.0.43 723 1/18/2022
19.4.0.42 723 1/11/2022
19.4.0.41 566 1/4/2022
19.4.0.40 782 12/28/2021
19.4.0.38 601 12/17/2021
19.3.0.59 563 12/14/2021
19.3.0.57 686 12/7/2021
19.3.0.56 1,173 11/29/2021
19.3.0.55 569 11/23/2021
19.3.0.54 551 11/17/2021
19.3.0.53 602 11/12/2021
19.3.0.48 611 11/2/2021
19.3.0.47 594 10/26/2021
19.3.0.46 603 10/19/2021
19.3.0.45 603 10/12/2021
19.3.0.44 618 10/5/2021
19.3.0.43 624 9/30/2021
19.2.0.62 688 9/13/2021
19.2.0.60 616 9/7/2021
19.2.0.59 6,617 8/30/2021
19.2.0.57 612 8/24/2021
19.2.0.56 1,369 8/17/2021
19.2.0.55 692 8/11/2021
19.2.0.51 668 8/2/2021
19.2.0.49 1,062 7/26/2021
19.2.0.48 584 7/19/2021
19.2.0.47 971 7/13/2021
19.2.0.46 635 7/6/2021
19.2.0.44 715 6/30/2021
19.1.0.69 722 6/14/2021
19.1.0.67 693 6/7/2021
19.1.0.66 659 5/31/2021
19.1.0.65 617 5/24/2021
19.1.0.64 606 5/19/2021
19.1.0.63 5,039 5/13/2021
19.1.0.59 627 5/3/2021
19.1.0.58 622 4/26/2021
19.1.0.57 668 4/20/2021
19.1.0.56 654 4/13/2021
19.1.0.55 651 4/6/2021
19.1.0.54 694 3/30/2021
18.4.0.49 753 3/22/2021
18.4.0.48 620 3/16/2021
18.4.0.47 620 3/9/2021
18.4.0.46 605 3/2/2021
18.4.0.44 651 2/23/2021
18.4.0.43 642 2/15/2021
18.4.0.42 661 2/9/2021
18.4.0.41 675 2/2/2021
18.4.0.39 627 1/28/2021
18.4.0.35 621 1/19/2021
18.4.0.34 637 1/12/2021
18.4.0.33 809 1/4/2021
18.4.0.32 678 12/30/2020
18.4.0.31 670 12/22/2020
18.4.0.30 838 12/17/2020
18.3.0.53 693 12/8/2020
18.3.0.52 717 11/30/2020
18.3.0.51 703 11/23/2020
18.3.0.50 705 11/17/2020
18.3.0.48 708 11/10/2020
18.3.0.47 742 11/5/2020
18.3.0.44 717 10/27/2020
18.3.0.42 772 10/20/2020
18.3.0.40 776 10/12/2020
18.3.0.38 801 10/7/2020
18.3.0.35 791 10/1/2020
18.2.0.59 707 9/22/2020
18.2.0.58 800 9/15/2020
18.2.0.57 712 9/8/2020
18.2.0.56 679 9/1/2020
18.2.0.55 763 8/25/2020
18.2.0.54 729 8/18/2020
18.2.0.48 784 8/4/2020
18.2.0.47 834 7/28/2020
18.2.0.46 751 7/21/2020
18.2.0.45 794 7/14/2020
18.2.0.44 1,801 7/6/2020
18.1.0.59 833 6/23/2020
18.1.0.57 759 6/16/2020
18.1.0.56 725 6/9/2020
18.1.0.55 736 6/2/2020
18.1.0.54 793 5/27/2020
18.1.0.53 824 5/19/2020
18.1.0.52 906 5/13/2020
18.1.0.48 827 5/5/2020
18.1.0.46 836 4/28/2020
18.1.0.45 814 4/21/2020
18.1.0.44 802 4/14/2020
18.1.0.43 831 4/7/2020
18.1.0.42 908 4/1/2020
18.1.0.36-beta 542 3/19/2020
17.4.0.55 834 3/10/2020
17.4.0.53 847 3/3/2020
17.4.0.51 822 2/25/2020
17.4.0.50 854 2/18/2020
17.4.0.49 834 2/11/2020
17.4.0.47 820 2/5/2020
17.4.0.46 811 1/30/2020
17.4.0.44 796 1/21/2020
17.4.0.43 796 1/14/2020
17.4.0.41 796 1/7/2020
17.4.0.40 863 12/24/2019
17.4.0.39 908 12/17/2019
17.3.0.34 1,067 12/10/2019
17.3.0.33 890 12/4/2019
17.3.0.30 844 12/3/2019
17.3.0.29 927 11/26/2019
17.3.0.28 818 11/19/2019
17.3.0.27 859 11/12/2019
17.3.0.26 889 11/5/2019
17.3.0.21 886 10/29/2019
17.3.0.19 882 10/22/2019
17.3.0.17 818 10/15/2019
17.3.0.14 855 10/3/2019
17.3.0.9-beta 577 9/20/2019
17.2.0.51 924 9/10/2019
17.2.0.49 855 9/3/2019
17.2.0.47 866 8/27/2019
17.2.0.46 923 8/22/2019
17.2.0.41 865 8/13/2019
17.2.0.40 892 8/6/2019
17.2.0.39 903 7/30/2019
17.2.0.36 866 7/23/2019
17.2.0.35 879 7/17/2019
17.2.0.34 933 7/11/2019
17.2.0.28-beta 791 6/27/2019
17.1.0.53 956 6/25/2019
17.1.0.52 927 6/18/2019
17.1.0.51 943 6/11/2019
17.1.0.50 916 6/4/2019
17.1.0.49 899 5/28/2019
17.1.0.48 943 5/21/2019
17.1.0.47 1,054 5/14/2019
17.1.0.44 933 5/7/2019
17.1.0.43 965 4/30/2019
17.1.0.42 1,004 4/23/2019
17.1.0.41 937 4/16/2019
17.1.0.40 913 4/9/2019
17.1.0.38 1,027 3/29/2019
17.1.0.32-beta 590 3/13/2019
16.4.0.54 1,107 2/19/2019
16.4.0.53 990 2/14/2019
16.4.0.52 1,112 2/5/2019
16.4.0.48 994 1/22/2019
16.4.0.47 1,087 1/16/2019
16.4.0.46 1,086 1/8/2019
16.4.0.44 1,029 12/24/2018
16.4.0.42 1,045 12/17/2018
16.4.0.40-beta 707 12/10/2018
16.3.0.36 1,092 11/27/2018
16.3.0.35-beta 729 11/23/2018
16.3.0.29 1,842 10/30/2018
16.3.0.21 1,594 9/21/2018