Spire.Presentation 6.12.4

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

// Install Spire.Presentation as a Cake Tool
#tool nuget:?package=Spire.Presentation&version=6.12.4

.NET Library for Processing PowerPoint Documents

Product Page | Tutorials | Demo | Examples | Forum | Customized Demo | Temporary License

Spire.Presentation for .NET is a professional PowerPoint compatible API that enables developers to create, read, write, modify, convert and Print PowerPoint documents on any .NET platform ( Target .NET Framework, .NET Core, .NET Standard, .NET 5.0, Xamarin & Mono Android ) without installing Microsoft Office.

As an independent PowerPoint .NET API, it supports a rich set of features such as managing text, image, shapes, tables, animations, audio and video on slides. It also supports exporting presentation slides to EMF, JPG, TIFF, PDF, XPS, SVG, HTML format etc.

Standalone .NET API

Spire.Presentation for .NET is a totally independent .NET PowerPoint API which doesn't require Microsoft PowerPoint to be installed on system.

Support PowerPoint Version

  • PPT - PowerPoint Presentation 97-2003
  • PPS - PowerPoint SlideShow 97-2003
  • PPTX - PowerPoint Presentation 2007/2010/2013/2016/2019
  • PPSX - PowerPoint SlideShow 2007, 2010

Support Rich PowerPoint Elements

Spire.Presentation for .NET supports to process a variety of PowerPoint elements, such as slide, text, image, shape, table, chart, watermark, animation, header, footer, comment, note, SmartArt, hyperlink, OLE object, audio and video.

High Quality File Conversion

Spire.Presentation for .NET allow developers to convert PowerPoint documents to other file formats such as:

  • Convert PowerPoint to PDF
  • Convert PowerPoint to Image
  • Convert PowerPoint to PPTX
  • Convert PowerPoint to XPS
  • Convert PowerPoint to SVG
  • Convert PowerPoint to HTML

Convert PowerPoint to PDF/XPS/HTML in C#

            //create PPT document
            Presentation presentation = new Presentation();
            //load PPT file from disk
            presentation.LoadFromFile("ppt.ppt");

            //save the PPT do PDF file format
            presentation.SaveToFile("ToPdf.pdf", FileFormat.PDF);
            System.Diagnostics.Process.Start("ToPdf.pdf");

            //save the PPT document to XPS file format
            ppt.SaveToFile("source.xps", FileFormat.XPS);
            System.Diagnostics.Process.Start("source.xps");

            //Save the PowerPoint document to HTML format
            ppt.SaveToFile(@"E:\Program Files\ToHtml.html", FileFormat.Html);

Convert PowerPoint to Images in C#

            //load a PPT file
            Presentation presentation = new Presentation();
            presentation.LoadFromFile("sample.pptx");

            //traverse the slides of PPT files
            for (int i = 0; i < presentation.Slides.Count; i++)
            {
                //save the slide to Image
                Image image = presentation.Slides[i].SaveAsImage();

                String fileName = String.Format("result-img-{0}.png", i);
                image.Save(fileName, System.Drawing.Imaging.ImageFormat.Png);

                //view the image
                System.Diagnostics.Process.Start(fileName);

Convert PowerPoint to SVG in C#

            //load a PPT file
            Presentation ppt = new Presentation();
            ppt.LoadFromFile(@"C:\Users\Administrator\Desktop\sample.pptx");

            Queue svgBytes = ppt.SaveToSVG();
            int len = svgBytes.Count;
            for (int i = 0; i < len; i++)
            {
                FileStream fs = new FileStream(string.Format("result" + "{0}.svg", i), FileMode.Create);
                byte[] bytes = svgBytes.Dequeue();
                fs.Write(bytes, 0, bytes.Length);
                ppt.Dispose();
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Framework net20 is compatible.  net35 was computed.  net40 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 is compatible. 
Xamarin.iOS xamarinios is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Spire.Presentation:

Package Downloads
Spire.Office

Spire.Office for .NET is a combination of Enterprise-Level Office .NET components offered by E-iceblue. It includes Spire.Doc, Spire XLS, Spire.Presentation, Spire.PDF, Spire.DataExport, Spire.PDFViewer, Spire.DocViewer, Spire.Email and Spire.BarCode. Spire.Office contains the most up-to-date versions of the above .NET components. From Spire.Office 3.10.1, Spire.Office supports to work on .NET Core,.NET Standard, Xamarin. With Spire.Office for .NET, developers can create a wide range of applications. It enables developers to open, create, modify, convert, print, View MS Word, Excel, PowerPoint and PDF documents. Furthermore, it allows users to export data to popular files such as MS Word/Excel/RTF/Access, PowerPoint, PDF, XPS, HTML, XML, Text, CSV, DBF, Clipboard, SYLK, etc. As an independent Office .NET component, Spire.Office doesn't need Microsoft Office to be installed on neither the development nor target systems. In addition, it is a better alternative to MS Office Automation in terms of security, stability, scalability, speed, price and features. Spire.Office for .NET can be linked into any type of a 32-bit or 64-bit .NET application including ASP.NET, Web Services and WinForms for .NET Framework version 2.0 to 4.5, .NET Core, .NET standard 2.0

iCom

iCom integrates a variety of specific operation classes, such as: Cookie, Items, Cache, Form, DbContext, DbDynamic, DbConn, SqlQuery, FileUtil, FileUpload, Crypto, BarCode, StringUtil, TypeConvert, SortList, DateUtil, RegexUtil, Environal, ReflectUtil, HttpClient, ImageUtil, XmlUtil, ZipPackage, WordUtil, ExcelUtil, PdfUtil, PinyinConvert, PdfToImageConverter, JsonConfig, XmlConfig, ObjectCopy, TagHelper, SkipUrlMiddleware and so on. // HttpContext Called in the ConfigureServices method services.AddContextAccessor(); // Called in the Configure method app.UseHttpContext(); // EfCore Called in the ConfigureServices method // Application Assembly var assembly = Assembly.GetExecutingAssembly(); // Register Database Models services.AddDbContext(assembly); // Auto Update Database services.AddMigrate(); // Register All Services services.AddService(assembly);

CoreExtention

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.3.4 363 3/22/2024
9.2.0 6,012 2/5/2024
9.1.5 259 1/26/2024
9.1.0 187 1/17/2024
8.12.2 2,128 12/14/2023
8.11.1 936 11/30/2023
8.10.2 2,067 10/18/2023
8.9.4 1,797 9/27/2023
8.8.4 12,048 8/18/2023
8.7.2 1,337 7/21/2023
8.7.0 1,911 7/3/2023
8.6.0 984 6/5/2023
8.4.1 5,647 4/13/2023
8.3.2 3,321 3/31/2023
8.2.0 2,728 2/7/2023
8.1.1 1,399 1/16/2023
7.12.1 5,395 12/21/2022
7.11.1 9,819 11/15/2022
7.10.2 968 10/28/2022
7.9.2 4,601 9/27/2022
7.8.0 21,035 8/10/2022
7.7.5 2,280 7/14/2022
7.7.1 1,473 7/6/2022
7.6.2 2,767 7/1/2022
7.5.3 13,358 5/27/2022
7.4.5 4,159 4/20/2022
7.3.1 4,146 3/15/2022
7.2.5 1,648 2/28/2022
7.1.0 4,081 1/21/2022
6.12.4 25,956 12/24/2021
6.11.5 2,097 12/1/2021
6.11.4 6,910 11/25/2021
6.11.2 1,479 11/12/2021
6.10.2 2,616 10/27/2021
6.9.5 4,148 9/30/2021
6.9.2 949 9/17/2021
6.8.4 1,654 8/20/2021
6.7.2 2,511 7/13/2021
6.6.6 1,872 6/29/2021
6.6.0 4,572 6/9/2021
6.4.5 6,129 4/30/2021
6.4.1 2,111 4/2/2021
6.2.2 5,138 2/8/2021
6.1.4 1,209 1/20/2021
6.1.0 3,322 1/12/2021
5.11.4 7,503 11/30/2020
5.11.2 1,054 11/24/2020
5.9.5 3,988 9/24/2020
5.8.5 9,653 8/27/2020
5.8.1 2,570 8/7/2020
5.7.2 2,042 7/16/2020
5.6.1 5,613 6/4/2020
5.4.2 3,024 4/13/2020
5.3.6 2,329 3/20/2020
5.2.1 2,106 2/26/2020
5.1.0 6,290 1/15/2020
4.12.13 2,375 12/18/2019
4.11.0 3,686 11/29/2019
4.10.2 4,007 10/17/2019
4.9.5 11,343 9/27/2019
4.8.15 4,999 8/30/2019
4.8.5 1,716 8/12/2019
4.7.5 26,158 7/22/2019
4.7.0 3,429 7/5/2019
4.6.5 2,756 7/1/2019
4.6.1 7,820 6/12/2019
4.5.9 1,875 5/28/2019
4.5.5 1,383 5/17/2019
4.4.10 1,502 4/26/2019
4.4.3 2,488 4/16/2019
4.3.19 1,952 3/29/2019
4.3.14 2,681 3/22/2019
4.3.9 4,213 3/15/2019
4.3.3 4,477 3/6/2019
4.3.0 1,645 3/1/2019
4.2.1 1,582 2/14/2019
4.1.16 27,527 1/28/2019
4.1.0 2,714 1/10/2019
3.12.9 2,671 12/28/2018
3.12.4 1,780 12/24/2018
3.11.1 3,755 11/9/2018
3.10.4 3,219 10/19/2018
3.10.1 1,671 10/11/2018
3.9.8 3,768 9/29/2018
3.9.5 15,025 9/21/2018
3.8.4 2,017 8/17/2018
3.8.0 1,591 8/2/2018
3.7.5 1,660 7/30/2018
3.6.9 4,432 6/28/2018
3.6.1 3,610 6/11/2018