Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 25.2.5

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. 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 25.2.5
NuGet\Install-Package Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 -Version 25.2.5
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="25.2.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 --version 25.2.5
#r "nuget: Syncfusion.PresentationToPdfConverter.AspNet.Mvc5, 25.2.5"
#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.
// Install Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 as a Cake Addin
#addin nuget:?package=Syncfusion.PresentationToPdfConverter.AspNet.Mvc5&version=25.2.5

// Install Syncfusion.PresentationToPdfConverter.AspNet.Mvc5 as a Cake Tool
#tool nuget:?package=Syncfusion.PresentationToPdfConverter.AspNet.Mvc5&version=25.2.5

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’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's 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 27,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1700+ 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 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
26.1.35 56 6/11/2024
25.2.7 77 6/3/2024
25.2.6 77 5/28/2024
25.2.5 88 5/21/2024
25.2.4 84 5/14/2024
25.2.3 123 5/8/2024
25.1.42 97 4/29/2024
25.1.41 99 4/23/2024
25.1.40 95 4/15/2024
25.1.39 134 4/8/2024
25.1.38 94 4/1/2024
25.1.37 115 3/26/2024
25.1.35 173 3/15/2024
24.2.9 119 3/4/2024
24.2.8 100 2/26/2024
24.2.7 116 2/19/2024
24.2.6 101 2/14/2024
24.2.5 100 2/12/2024
24.2.4 98 2/5/2024
24.2.3 116 1/31/2024
24.1.47 116 1/22/2024
24.1.46 125 1/16/2024
24.1.45 155 1/8/2024
24.1.44 126 1/2/2024
24.1.43 151 12/27/2023
24.1.41 704 12/18/2023
23.2.7 186 12/6/2023
23.2.6 161 11/28/2023
23.2.5 152 11/23/2023
23.2.4 179 11/20/2023
23.1.44 148 11/6/2023
23.1.43 297 10/30/2023
23.1.42 161 10/23/2023
23.1.41 144 10/16/2023
23.1.40 155 10/10/2023
23.1.39 347 10/4/2023
23.1.38 156 9/26/2023
23.1.36 171 9/15/2023
22.2.12 185 9/5/2023
22.2.11 198 8/28/2023
22.2.10 151 8/22/2023
22.2.9 172 8/14/2023
22.2.8 179 8/7/2023
22.2.7 170 8/2/2023
22.2.5 201 7/27/2023
22.1.39 191 7/18/2023
22.1.38 203 7/11/2023
22.1.37 207 7/3/2023
22.1.36 191 6/28/2023
22.1.34 403 6/21/2023
21.2.10 200 6/13/2023
21.2.9 204 6/6/2023
21.2.8 215 5/30/2023
21.2.6 241 5/22/2023
21.2.5 245 5/15/2023
21.2.4 234 5/9/2023
21.2.3 282 5/3/2023
21.1.41 400 4/19/2023
21.1.39 268 4/10/2023
21.1.38 287 4/3/2023
21.1.37 293 3/29/2023
21.1.35 328 3/23/2023
20.4.0.54 302 3/13/2023
20.4.0.53 329 3/7/2023
20.4.0.52 341 2/28/2023
20.4.0.51 313 2/21/2023
20.4.0.50 297 2/14/2023
20.4.0.49 468 2/7/2023
20.4.0.48 402 2/1/2023
20.4.0.44 366 1/18/2023
20.4.0.43 376 1/10/2023
20.4.0.42 392 1/4/2023
20.4.0.41 360 12/29/2022
20.4.0.40 355 12/28/2022
20.4.0.38 417 12/21/2022
20.3.0.61 368 12/12/2022
20.3.0.60 369 12/6/2022
20.3.0.59 383 11/29/2022
20.3.0.58 372 11/22/2022
20.3.0.57 401 11/15/2022
20.3.0.56 437 11/8/2022
20.3.0.52 442 10/27/2022
20.3.0.50 3,700 10/18/2022
20.3.0.49 477 10/11/2022
20.3.0.48 453 10/5/2022
20.3.0.47 618 9/29/2022
20.2.0.50 501 9/20/2022
20.2.0.49 511 9/13/2022
20.2.0.48 482 9/6/2022
20.2.0.46 469 8/30/2022
20.2.0.45 496 8/23/2022
20.2.0.44 587 8/16/2022
20.2.0.43 572 8/8/2022
20.2.0.40 589 7/26/2022
20.2.0.39 503 7/19/2022
20.2.0.38 539 7/12/2022
20.2.0.36 1,129 6/30/2022
20.1.0.61 705 6/20/2022
20.1.0.60 550 6/14/2022
20.1.0.59 543 6/6/2022
20.1.0.58 548 5/31/2022
20.1.0.57 522 5/23/2022
20.1.0.56 517 5/17/2022
20.1.0.55 519 5/12/2022
20.1.0.52 531 5/3/2022
20.1.0.51 1,857 4/26/2022
20.1.0.50 573 4/19/2022
20.1.0.48 559 4/12/2022
20.1.0.47 881 4/4/2022
19.4.0.56 579 3/14/2022
19.4.0.55 573 3/8/2022
19.4.0.54 545 2/28/2022
19.4.0.53 553 2/22/2022
19.4.0.52 535 2/15/2022
19.4.0.50 545 2/8/2022
19.4.0.48 606 1/31/2022
19.4.0.47 560 1/25/2022
19.4.0.43 556 1/18/2022
19.4.0.42 567 1/11/2022
19.4.0.41 399 1/4/2022
19.4.0.40 556 12/28/2021
19.4.0.38 442 12/17/2021
19.3.0.59 418 12/14/2021
19.3.0.57 527 12/7/2021
19.3.0.56 1,035 11/29/2021
19.3.0.55 420 11/23/2021
19.3.0.54 405 11/17/2021
19.3.0.53 453 11/12/2021
19.3.0.48 465 11/2/2021
19.3.0.47 444 10/26/2021
19.3.0.46 450 10/19/2021
19.3.0.45 451 10/12/2021
19.3.0.44 473 10/5/2021
19.3.0.43 479 9/30/2021
19.2.0.62 529 9/13/2021
19.2.0.60 470 9/7/2021
19.2.0.59 1,647 8/30/2021
19.2.0.57 458 8/24/2021
19.2.0.56 1,010 8/17/2021
19.2.0.55 531 8/11/2021
19.2.0.51 517 8/2/2021
19.2.0.49 909 7/26/2021
19.2.0.48 458 7/19/2021
19.2.0.47 815 7/13/2021
19.2.0.46 490 7/6/2021
19.2.0.44 582 6/30/2021
19.1.0.69 575 6/14/2021
19.1.0.67 554 6/7/2021
19.1.0.66 507 5/31/2021
19.1.0.65 468 5/24/2021
19.1.0.64 469 5/19/2021
19.1.0.63 3,331 5/13/2021
19.1.0.59 480 5/3/2021
19.1.0.58 475 4/26/2021
19.1.0.57 516 4/20/2021
19.1.0.56 491 4/13/2021
19.1.0.55 506 4/6/2021
19.1.0.54 538 3/30/2021
18.4.0.49 595 3/22/2021
18.4.0.48 472 3/16/2021
18.4.0.47 470 3/9/2021
18.4.0.46 458 3/2/2021
18.4.0.44 493 2/23/2021
18.4.0.43 483 2/15/2021
18.4.0.42 489 2/9/2021
18.4.0.41 515 2/2/2021
18.4.0.39 474 1/28/2021
18.4.0.35 456 1/19/2021
18.4.0.34 471 1/12/2021
18.4.0.33 642 1/4/2021
18.4.0.32 520 12/30/2020
18.4.0.31 510 12/22/2020
18.4.0.30 676 12/17/2020
18.3.0.53 544 12/8/2020
18.3.0.52 536 11/30/2020
18.3.0.51 537 11/23/2020
18.3.0.50 540 11/17/2020
18.3.0.48 535 11/10/2020
18.3.0.47 579 11/5/2020
18.3.0.44 551 10/27/2020
18.3.0.42 601 10/20/2020
18.3.0.40 609 10/12/2020
18.3.0.38 635 10/7/2020
18.3.0.35 626 10/1/2020
18.2.0.59 552 9/22/2020
18.2.0.58 645 9/15/2020
18.2.0.57 561 9/8/2020
18.2.0.56 538 9/1/2020
18.2.0.55 595 8/25/2020
18.2.0.54 582 8/18/2020
18.2.0.48 611 8/4/2020
18.2.0.47 662 7/28/2020
18.2.0.46 592 7/21/2020
18.2.0.45 626 7/14/2020
18.2.0.44 1,611 7/6/2020
18.1.0.59 681 6/23/2020
18.1.0.57 598 6/16/2020
18.1.0.56 572 6/9/2020
18.1.0.55 573 6/2/2020
18.1.0.54 641 5/27/2020
18.1.0.53 648 5/19/2020
18.1.0.52 743 5/13/2020
18.1.0.48 660 5/5/2020
18.1.0.46 667 4/28/2020
18.1.0.45 649 4/21/2020
18.1.0.44 631 4/14/2020
18.1.0.43 673 4/7/2020
18.1.0.42 735 4/1/2020
18.1.0.36-beta 380 3/19/2020
17.4.0.55 677 3/10/2020
17.4.0.53 679 3/3/2020
17.4.0.51 663 2/25/2020
17.4.0.50 685 2/18/2020
17.4.0.49 692 2/11/2020
17.4.0.47 661 2/5/2020
17.4.0.46 659 1/30/2020
17.4.0.44 654 1/21/2020
17.4.0.43 637 1/14/2020
17.4.0.41 629 1/7/2020
17.4.0.40 695 12/24/2019
17.4.0.39 742 12/17/2019
17.3.0.34 898 12/10/2019
17.3.0.33 703 12/4/2019
17.3.0.30 686 12/3/2019
17.3.0.29 766 11/26/2019
17.3.0.28 640 11/19/2019
17.3.0.27 688 11/12/2019
17.3.0.26 713 11/5/2019
17.3.0.21 706 10/29/2019
17.3.0.19 702 10/22/2019
17.3.0.17 650 10/15/2019
17.3.0.14 678 10/3/2019
17.3.0.9-beta 423 9/20/2019
17.2.0.51 739 9/10/2019
17.2.0.49 681 9/3/2019
17.2.0.47 688 8/27/2019
17.2.0.46 739 8/22/2019
17.2.0.41 683 8/13/2019
17.2.0.40 712 8/6/2019
17.2.0.39 733 7/30/2019
17.2.0.36 693 7/23/2019
17.2.0.35 715 7/17/2019
17.2.0.34 772 7/11/2019
17.2.0.28-beta 640 6/27/2019
17.1.0.53 790 6/25/2019
17.1.0.52 764 6/18/2019
17.1.0.51 759 6/11/2019
17.1.0.50 744 6/4/2019
17.1.0.49 728 5/28/2019
17.1.0.48 763 5/21/2019
17.1.0.47 880 5/14/2019
17.1.0.44 763 5/7/2019
17.1.0.43 790 4/30/2019
17.1.0.42 834 4/23/2019
17.1.0.41 759 4/16/2019
17.1.0.40 725 4/9/2019
17.1.0.38 832 3/29/2019
17.1.0.32-beta 439 3/13/2019
16.4.0.54 917 2/19/2019
16.4.0.53 820 2/14/2019
16.4.0.52 921 2/5/2019
16.4.0.48 827 1/22/2019
16.4.0.47 895 1/16/2019
16.4.0.46 897 1/8/2019
16.4.0.44 843 12/24/2018
16.4.0.42 881 12/17/2018
16.4.0.40-beta 541 12/10/2018
16.3.0.36 895 11/27/2018
16.3.0.35-beta 554 11/23/2018
16.3.0.29 1,635 10/30/2018
16.3.0.21 1,373 9/21/2018