Aspose.Slides.NET 21.6.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aspose.Slides.NET --version 21.6.0                
NuGet\Install-Package Aspose.Slides.NET -Version 21.6.0                
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="Aspose.Slides.NET" Version="21.6.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.Slides.NET --version 21.6.0                
#r "nuget: Aspose.Slides.NET, 21.6.0"                
#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 Aspose.Slides.NET as a Cake Addin
#addin nuget:?package=Aspose.Slides.NET&version=21.6.0

// Install Aspose.Slides.NET as a Cake Tool
#tool nuget:?package=Aspose.Slides.NET&version=21.6.0                

Presentation Manipulation .NET API

Version 21.6 Nuget

Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License

Aspose.Slides for .NET is a cross-platform API that helps in developing applications with the ability to create, manipulate, inspect, or convert Microsoft PowerPoint and OpenOffice presentation files without any dependency.

Presentation Processing Features

  • Intuitive Document Object Model: Aspose.Slides' object model gives complete control over presentation elements such as slides, shapes, frames, charts, multimedia, embedded objects, controls, tables, text, transitions and formatting. Developers can use this object model to create complex PowerPoint File Processing applications that can dynamically generate presentations, create or manipulate presentation slides, apply transitions or add animation effects.
  • File Format Conversion: API allows to load & convert PowerPoint presentation, template & slideshow file formats to other supported formats without needing to understand the underlying structure of source or destination formats. The conversion process is simple yet reliable with results identical to the original file in its native application.
  • Rendering & Printing: Developers can render the whole presentation or selective slides to fixed-layout formats such as PDF & XPS as well as raster & vector image formats including PNG, JPEG, SVG, and so on. It is also possible to print presentations via physical or virtual printers.
  • Presentation Security: Load protected presentations or control access to presentations, slides, or objects via advanced security features.
  • Availability of 24 pre-defined textures & 48 patterns for quick styling.

Read & Write PowerPoint Files

Microsoft PowerPoint: PPT, POT, PPS, PPTX, POTX, PPSX, PPTM, PPSM, POTM OpenDocument: ODP, OTP Metafile: EMF Image: TIFF, XML

Save Presentation As

Fixed Layout: PDF, XPS Image: JPEG, PNG, GIF, BMP, SVG Web: HTML

Platform Independence

Aspose.Slides for .NET can be used to build any type of 32-bit or 64-bit .NET application including ASP.NET, WCF & WinForms as well as via COM Interop while using diverse programming languages including C++, VBScript & classic ASP. The package provides assemblies to be used with Mono on various flavors of Linux, .NET Core, Xamarin.Android & Xamarin.Mac.

Get Started with Aspose.Slides for .NET

Let's give Aspose.Slides for .NET a try! Simply execute Install-Package Aspose.Slides.NET from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.Slides for .NET and want to upgrade the version, please execute Update-Package Aspose.Slides.NET to get the latest version.

Create a PPTX Presentation from Scratch with C# Code

You can execute the below code snippet to see how Aspose.Slides API performs in your environment or check the GitHub Repository for other common usage scenarios.

// instantiate a Presentation object that represents a presentation file
using (Presentation presentation = new Presentation())
{
    // get the first slide
    ISlide slide = presentation.Slides[0];

    // add an autoshape of type line
    slide.Shapes.AddAutoShape(ShapeType.Line, 50, 150, 300, 0);
    presentation.Save(dir + "output.pptx", SaveFormat.Pptx);
}

Convert Specific Slides to PDF Format using C# Code

// instantiate a Presentation object that represents a presentation file
using (Presentation presentation = new Presentation(dir + "template.pptx"))
{
    // setting array of slides positions
    int[] slides = { 1, 3 };
    // save the presentation to PDF
    presentation.Save(dir + "output.pdf", slides, SaveFormat.Pdf);
}

Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework net20 is compatible.  net35 was computed.  net35-client is compatible.  net40 was computed.  net40-client is compatible.  net403 was computed.  net45 was computed.  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. 
MonoAndroid monoandroid was computed.  monoandroid90 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (18)

Showing the top 5 NuGet packages that depend on Aspose.Slides.NET:

Package Downloads
Aspose.Total

Aspose.Total for .NET is the most complete package of all .NET file format APIs offered by Aspose. It empowers developers to create, edit, render, print and convert between a wide range of popular document formats within any .NET, C#, ASP.NET and VB.NET applications.

Verify.Aspose

Extends Verify (https://github.com/VerifyTests/Verify) to allow verification via Aspose.

Weavy.Core

A class library containing core business logic, data access and utility methods required by Weavy.

Aspose.Slides.WebExtensions

New Aspose.Slides HTML Export system, which allows exporting PowerPoint presentation as a highly customizable HTML/CSS/JS web document.

AsposeHelpers

Aspose helpers

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
25.3.0 2,345 3/6/2025
25.2.0 15,293 2/6/2025
25.1.0 23,492 1/13/2025
24.12.0 36,820 12/2/2024
24.11.0 37,743 11/7/2024
24.10.0 47,485 10/8/2024
24.9.0 37,010 9/12/2024
24.8.0 89,793 8/2/2024
24.7.0 26,189 7/17/2024
24.6.0 42,827 6/11/2024
24.5.0 48,851 5/8/2024
24.4.0 47,468 4/15/2024
24.3.0 100,689 3/15/2024
24.2.0 53,555 2/16/2024
24.1.0 76,120 1/19/2024
23.12.0 108,057 12/11/2023
23.11.0 120,616 11/16/2023
23.10.0 134,437 10/19/2023
23.9.0 94,439 9/20/2023
23.8.0 72,134 8/21/2023
23.7.0 56,682 7/18/2023
23.6.0 55,550 6/26/2023
23.5.0 168,153 5/19/2023
23.4.0 139,565 4/20/2023
23.3.1 93,540 3/23/2023
23.2.0 57,334 2/27/2023
23.1.0 225,351 1/27/2023
22.12.0 229,197 12/16/2022
22.11.0 153,910 11/23/2022
22.10.0 272,887 10/18/2022
22.9.0 125,527 9/13/2022
22.8.0 67,800 8/17/2022
22.7.0 86,272 7/19/2022
22.6.0 94,395 6/24/2022
22.5.0 102,079 5/17/2022
22.4.0 97,445 4/15/2022
22.3.0 81,654 3/17/2022
22.2.0 152,603 2/16/2022
22.1.0 123,101 1/19/2022
21.12.0 89,573 12/17/2021
21.11.0 120,322 11/16/2021
21.10.0 113,948 10/7/2021
21.9.0 408,262 9/20/2021
21.8.0 99,018 8/16/2021
21.7.0 93,419 7/15/2021
21.6.0 41,927 6/17/2021
21.5.0 76,308 5/18/2021
21.4.0 93,032 4/18/2021
21.3.0 92,967 3/19/2021
21.2.0 105,488 2/16/2021
21.1.0 98,841 1/21/2021
20.12.0 103,608 12/10/2020
20.11.1 6,609 12/10/2020
20.11.0 134,718 12/23/2020
20.10.0 87,426 10/19/2020
20.9.0 24,567 9/25/2020
20.8.0 68,846 8/17/2020
20.7.0 53,441 7/17/2020
20.6.0 71,428 6/12/2020
20.5.0 69,510 5/7/2020
20.4.0 56,119 4/22/2020
20.3.0 61,865 3/23/2020
20.2.0 95,828 2/17/2020
20.1.0 73,348 1/17/2020
19.12.0 55,657 12/31/2019
19.11.0 48,393 11/27/2019
19.10.0 73,968 10/29/2019
19.9.0 67,734 9/12/2019
19.8.0 12,923 8/30/2019
19.7.0 42,028 7/26/2019
19.6.0 32,025 6/25/2019
19.5.0 20,435 5/31/2019
19.4.0 31,126 4/26/2019
19.3.0 15,168 4/3/2019
19.2.0 37,654 2/28/2019
19.1.0 88,205 1/30/2019
18.12.0 54,224 12/27/2018
18.11.0 33,467 11/30/2018
18.10.0 54,878 10/30/2018
18.9.0 18,917 9/30/2018
18.8.0 18,074 8/29/2018
18.7.0 33,270 7/27/2018
18.6.0 37,885 7/1/2018
18.5.0 17,856 5/30/2018
18.4.0 36,447 5/3/2018
18.3.0 20,029 4/1/2018
18.2.1 58,209 3/7/2018
18.2.0 34,285 2/28/2018
18.1.0 30,864 1/30/2018
17.12.1 16,448 12/26/2017
17.12.0 4,949 12/16/2017
17.11.0 7,920 11/30/2017
17.10.0 28,220 10/31/2017
17.9.1 7,529 10/12/2017
17.9.0 7,136 10/2/2017
17.8.0 58,929 8/30/2017
17.7.0 22,123 7/31/2017
17.6.0 12,131 7/1/2017
17.5.0 8,771 5/31/2017
17.4.0 10,175 4/28/2017
17.3.0 18,647 4/2/2017
17.2.0 40,251 3/1/2017
17.1.0 9,041 1/31/2017
16.12.1 15,388 1/16/2017
16.12.0 5,861 12/27/2016
16.11.0 9,637 11/30/2016
16.10.0 12,035 11/4/2016
16.9.0 9,476 10/12/2016
16.8.0 45,653 9/27/2016
16.7.0 5,403 8/22/2016
16.6.0 57,714 7/15/2016
16.5.0 13,755 6/16/2016
16.4.0 9,948 5/16/2016
16.3.0 18,576 4/11/2016
16.2.0 10,212 3/17/2016
16.1.0 24,339 2/4/2016
15.11.0 34,164 1/11/2016
15.10.0 14,173 12/10/2015
15.9.0 10,739 11/6/2015
15.8.1 4,479 10/16/2015
15.8.0 5,261 10/5/2015
15.7.0 78,996 9/3/2015
15.6.0 38,157 7/22/2015
15.5.0 11,636 6/16/2015
15.4.0 8,789 5/14/2015
15.3.1 6,731 4/23/2015
15.3.0 4,102 4/14/2015
15.2.0 42,782 3/6/2015
15.1.0 12,877 2/3/2015
14.10.0 19,479 11/28/2014
14.9.0 8,313 11/11/2014
14.8.1 4,810 10/24/2014
14.8.0 3,963 10/16/2014
14.7.0 5,164 9/7/2014
14.6.0 4,802 8/6/2014
14.5.0 8,982 7/16/2014
14.4.0 6,096 6/2/2014
14.3.0 8,765 5/6/2014
14.2.0 4,521 3/24/2014
14.1.2 7,131 2/17/2014
14.1.1 3,825 2/10/2014
14.1.0.2 3,671 2/6/2014
13.12.0 4,706 12/30/2013
8.4.2 49,590 6/5/2014
8.4.1 4,325 5/6/2014
8.4.0 7,053 3/3/2014
8.3.0.1 4,208 2/3/2014
8.2.0 3,937 12/27/2013
8.1.0 11,709 12/16/2013
8.0.0 5,137 10/25/2013
7.9.0 4,372 10/8/2013
7.8.0 3,943 9/3/2013
7.7.0 12,004 8/4/2013
7.6.0 7,356 7/5/2013
7.5.0 6,384 5/27/2013
7.4.0 10,372 4/24/2013
7.3.0 3,720 4/10/2013
7.2.0 4,552 3/8/2013
7.1.0 6,091 1/28/2013
7.0.0 6,378 12/31/2012
6.9.0 3,723 12/10/2012
6.8.0 4,080 10/30/2012
6.7.0 4,488 10/4/2012
6.6.0 3,601 9/13/2012
6.5.0 3,958 7/27/2012
6.4.0 3,693 6/27/2012
6.3.0 3,648 5/29/2012
6.2.0 3,846 5/7/2012
6.1.0 3,733 3/28/2012
6.0.0 4,098 3/2/2012
5.9.0.1 8,182 2/16/2012
5.9.0 7,748 2/16/2012