![]() |
VOOZH | about |
dotnet add package Syncfusion.Presentation.AspNet.Mvc4 --version 27.2.5
NuGet\Install-Package Syncfusion.Presentation.AspNet.Mvc4 -Version 27.2.5
<PackageReference Include="Syncfusion.Presentation.AspNet.Mvc4" Version="27.2.5" />
<PackageVersion Include="Syncfusion.Presentation.AspNet.Mvc4" Version="27.2.5" />Directory.Packages.props
<PackageReference Include="Syncfusion.Presentation.AspNet.Mvc4" />Project file
paket add Syncfusion.Presentation.AspNet.Mvc4 --version 27.2.5
#r "nuget: Syncfusion.Presentation.AspNet.Mvc4, 27.2.5"
#:package Syncfusion.Presentation.AspNet.Mvc4@27.2.5
#addin nuget:?package=Syncfusion.Presentation.AspNet.Mvc4&version=27.2.5Install as a Cake Addin
#tool nuget:?package=Syncfusion.Presentation.AspNet.Mvc4&version=27.2.5Install as a Cake Tool
The Syncfusion ASP.NET MVC (Presentation) library is a feature-rich and high-performance .NET PowerPoint library that is used to create, read, edit and convert PowerPoint presentation programmatically.
👁 ASP.NET MVC Presentation Library
Features overview | Docs | API Reference | Online Demo | GitHub Examples | Blogs | Support | Forums | Feedback
You can fetch the Syncfusion .NET PowerPoint library NuGet by simply running the command Install-Package Syncfusion.Presentation.AspNet.Mvc4 from the Package Manager Console in Visual Studio.
Try the following code example to create a hello world PowerPoint Presentation.
//Namespace to create PowerPoint
using Syncfusion.Presentation;
//Creates a new instance of PowerPoint presentation.
using (IPresentation pptxDoc = Presentation.Create())
{
//Adds a slide to the PowerPoint Presentation.
ISlide firstSlide = pptxDoc.Slides.Add(SlideLayoutType.Blank);
//Adds a textbox in a slide by specifying its position and size.
IShape textShape = firstSlide.AddTextBox(100, 7, 76, 200);
//Adds a new paragraph with text.
textShape.TextBody.AddParagraph("Hello World");
//Creates an instance of memory stream.
using (MemoryStream stream = new MemoryStream())
{
//Saves the Presentation to stream.
pptxDoc.Save(stream);
}
}
For more information to get started, refer to our Getting Started Documentation page.
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.
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, Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI, Flutter, Xamarin, 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.
| 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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net40 net40 is compatible. net403 net403 was computed. net45 net45 was computed. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package has no dependencies.
Showing the top 2 NuGet packages that depend on Syncfusion.Presentation.AspNet.Mvc4:
| Package | Downloads |
|---|---|
|
Syncfusion.AspNet.Mvc4
Syncfusion UI components for ASP.NET MVC (Essential JS 1) contain the runtime MVC #MVCVersion# assemblies for building line-of-business applications. They contain more than 70 HTML helpers, including popular controls such as data grid, chart, Gantt, diagram, spreadsheet, schedule, and pivot grid to build server-side dynamic websites based on Microsoft's ASP.NET MVC Framework. Key features: • Support for all the major browsers: IE8+, Microsoft Edge, Chrome 17+, Firefox 22+, Safari 5+, and Opera 12+. • Support for globalization and localization. • Seventeen built-in themes including Material, Office 365, Bootstrap, and High contrast themes. • Built-in compliance with the WAI-ARIA specification, which ensures the components work properly in assistive technologies. • User-interactive widget mode sustainable in a browser’s local storage, which helps to maintain the state for each component. • Support for strongly-typed HTML helpers that use lambda expressions to refer to models. • Seamless cooperation with jQuery validation to perform validation on form controls like numeric, masked text box, check box, RTE, and drop-down list. • Support for RequireJS in all its components, which implements AMD specifications. So users can load the users-specified scripts and modules into a page. Learn more: https://www.syncfusion.com/jquery/aspnet-mvc-ui-controls?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/aspnetmvc/?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/general?utm_source=nuget&utm_medium=listing 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 (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing). |
|
|
Syncfusion.PresentationToPdfConverter.AspNet.Mvc4
Syncfusion Presentation-to-PDF converter is a .NET library that allows you to convert the PowerPoint presentation to PDF in any ASP.NET MVC applications without any Microsoft Office dependencies. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 27.2.5 | 1,518 | 12/2/2024 |
| 27.2.4 | 351 | 11/26/2024 |
| 27.2.3 | 387 | 11/22/2024 |
| 27.2.2 | 367 | 11/15/2024 |
| 27.1.58 | 820 | 11/4/2024 |
| 27.1.57 | 366 | 10/28/2024 |
| 27.1.56 | 362 | 10/23/2024 |
| 27.1.55 | 363 | 10/21/2024 |
| 27.1.53 | 400 | 10/14/2024 |
| 27.1.52 | 385 | 10/7/2024 |
| 27.1.51 | 395 | 9/30/2024 |
| 27.1.50 | 401 | 9/23/2024 |
| 27.1.48 | 423 | 9/18/2024 |
| 26.2.14 | 400 | 9/9/2024 |
| 26.2.13 | 696 | 9/5/2024 |
| 26.2.12 | 386 | 9/2/2024 |
| 26.2.11 | 419 | 8/27/2024 |
| 26.2.10 | 378 | 8/19/2024 |
| 26.2.9 | 402 | 8/12/2024 |
| 26.2.8 | 377 | 8/5/2024 |