Aspose.Slides.NET 15.6.0

Aspose.Slides is a PowerPoint management library for working with Microsoft PowerPoint files without using Microsoft PowerPoint. It allows developers to work with PPT, PPS, POT, PPTX, PPSX, POTX and ODP files on ASP.NET web applications, web services and Windows applications.

Showing the top 20 packages that depend on Aspose.Slides.NET.

Packages Downloads
Finsa.CaravanCore
Package Description
25
Finsa.CaravanCore
Package Description
26
Finsa.CaravanCore
Package Description
27
Finsa.CaravanCore
Package Description
30
Finsa.CaravanCore
Package Description
35
Finsa.CaravanCore
Package Description
38
Finsa.CaravanCore
Package Description
57
Finsa.CaravanCore
Package Description
69
Finsa.CaravanCore
Package Description
78
Finsa.CaravanCore
Package Description
91
Finsa.CaravanCore
Package Description
103
Finsa.CaravanCore
Package Description
111
Finsa.CaravanCore
Package Description
158
Finsa.CaravanCore
Package Description
182
Finsa.CaravanCore
Package Description
293
Finsa.CaravanCore
Package Description
388
Finsa.CaravanCore
Package Description
478
Finsa.CaravanCore
Package Description
1,263
Finsa.CaravanCore
Package Description
2,168

Aspose.Slides for .NET 15.6.0 Release Notes Minor Changes - SLIDESNET-36494 - Support for cleaning of PowerPoint document properties - SLIDESNET-36325 - Support for removing Notes Slides in presentation Other Improvements and Changes BugFixes - SLIDESNET-36614 - NullPointer exception on loading the presentation - SLIDESNET-36601 - SmartArt gets disturbed in saved presentation - SLIDESNET-36586 - Presentation repair message on opening the Aspose.Slides saved presentation - SLIDESNET-36574 - Incorrect chart legend on load and save presentation - SLIDESNET-36572 - ArgumentException on saving presentation - SLIDESNET-36563 - Incorrect text alignment in generated PDF - SLIDESNET-36554 - Presentation gets corrupted when slides with videos are cloned - SLIDESNET-36552 - 3D chart has multiple rendering issues after cloning slide - SLIDESNET-35465 - Feature to Automatically compress images when saving the presentation file - SLIDESNET-36551 - Aspose Slides 15.5 Table loses cell borders after cloning slide - SLIDESNET-36549 - ArgumentException was unhandled - SLIDESNET-36547 - Repair message after resaving presentation - SLIDESNET-36545 - Chart axis and legends text is improeprly rendered in exported HTML - SLIDESNET-36539 - Black lines added to textboxes on print - SLIDESNET-36537 - Text became bold in generated html from odp - SLIDESNET-36536 - Hyperlink text is lost on converting odp to html - SLIDESNET-36532 - Text missing in the thumbnails generated from ODP - SLIDESNET-36531 - Incorrect rendering of shapes in generated html - SLIDESNET-36530 - Bullet points are appended with text - SLIDESNET-36529 - Incorrect thumbnail generated - SLIDESNET-36528 - FormatException on odp loading - SLIDESNET-36526 - OdpReadException on odp loading - SLIDESNET-36515 - Improper chart series fill after resaving presentation - SLIDESNET-36511 - TextFrame.createTextLayout() throws NullPointerException - SLIDESNET-36509 - Table boder is appearing when PPTX slide is merged in presentaiton - SLIDESNET-36507 - PptUnsupportedFormatException on opening the presentation - SLIDESNET-36503 - NullPointer exception on saving presentaiton by setting predefined slide size - SLIDESNET-36502 - Embedded excel loses cell formula after saving with Aspose.Slides - SLIDESNET-36501 - Chart improperly rendered in exported PDF - SLIDESNET-36500 - Chart missing in generated PDF - SLIDESNET-36498 - Chart failed to get opened in edit mode after resaving - SLIDESNET-36490 - TextFrame position gets changed in saved presentation - SLIDESNET-36486 - "PROTECTED VIEW Office has detected a problem with this file" attention appears in PPT presentation. - SLIDESNET-36470 - AxisPosition: On Tick Mark does not work in Aspose.Slides - SLIDESNET-36452 - Custom combination chart is lost when thumbnail is generated. - SLIDESNET-36433 - Font color changed for imported html data - SLIDESNET-36418 - InvertIfNegative property is not taking effect when rendering to PDF and thumnail - SLIDESNET-36371 - Slide number is inserted on slide along with an asterisk symbol. - SLIDESNET-36352 - Notes are removed after saving the PPT file - SLIDESNET-36351 - ObjectDisposedException: Cannot write to a closed TextWriter on saving presentation - SLIDESNET-36169 - Exception: Index was outside the bounds of the array. on opening the PPT file - SLIDESNET-36168 - Exception: Property set stored in BigEndian format on opening the PPT file - SLIDESNET-36058 - Number format not applying on bar chart - SLIDESNET-36029 - Chart series datapoint label number format is wrong - SLIDESNET-36022 - NullReferenceException thrown while PPT reading - SLIDESNET-36021 - Shape missing after PPT saving - SLIDESNET-36017 - Arrows direction gets changed in cloned presentation - SLIDESNET-35890 - Presentation gets corrupted on saving if the chart has variable data - SLIDESNET-35868 - Cannot edit chart data in Excel after saving PPTX - SLIDESNET-35792 - Chart failed to get edited in PowerPoint after removing categories - SLIDESNET-35773 - Number formatting on embedded chart change when saving as PPTX - SLIDESNET-35688 - Chart vertical axis line is missing when converting PPTX to PDF - SLIDESNET-35660 - The value axis (y-axis) format of the chart changes while saving the presentation - SLIDESNET-35580 - Wrong Display of Chart data when cloning PPTX slides - SLIDESNET-35319 - Support for PptxUnsupportedFormatException message when loading DOCM, DOCX, DOTM, DOTX, XLSB, XLSM, XLSX, SLTM, XLTX - SLIDESNET-35318 - Support for InvalidPasswordException message when loading a password protected PPT without password - SLIDESNET-35259 - Date format in resaved presentation is changed - SLIDESNET-33985 - The master template improperly applied on the presenation after cloning - 7.2.0 - 22-Feb-2013, 15.6.0 - SLIDESNET-31346 - Thumbnail Issue Public API Changes DataLabel constructor signature has been changed DataLabel constructor signature has been changed: was: DataLabel.#ctor(Aspose.Slides.Charts.IChartSeries); now: DataLabel.#ctor(Aspose.Slides.Charts.IChartDataPoint). Members IDocumentProperties.Count, .GetPropertyName(int index), .Remove(string name), .Contains(string name) have been marked as Obsolete and its substitutions have been introduced instead. Property IDocumentProperties.Count and methods IDocumentProperties.GetPropertyName(int index), .Remove(string name), .Contains(string name) have been marked as Obsolete. Property IDocumentProperties.CountOfCustomProperties and methods IDocumentProperties.GetCustomPropertyName(int index), .RemoveCustomProperty(string name), .ContainsCustomProperty(string name) have been added instead. Method INotesSlideManager.RemoveNotesSlide() has been added Method INotesSlideManager.RemoveNotesSlide() has been added for removing notes slide of some slide. Method Remove has been added to IComment Method IComment.Remove has been added for removing comment from the collection. Method Remove has been added to ICommentAuthor Method ICommentAuthor.Remove has been added for removing author of comments from the collection. Methods ClearCustomProperties and ClearBuiltInProperties have been added to IDocumentProperties Method IDocumentProperties.ClearCustomProperties has been added for removing all custom document properties. Method IDocumentProperties.ClearBuiltInProperties has been added for removing and setting default values for all builtIn document properties (Company, Subject, Author etc). Methods RemoveAt, Remove and Clear have been added to ICommentAuthorCollection Method ICommentAuthorCollection.RemoveAt has added for removing author by specified index. Method ICommentAuthorCollection.Remove has added for removing specified author from collection. Method ICommentAuthorCollection.Clear has been added for removing all items from collection. Property AppVersion has been added to IDocumentProperties Property IDocumentProperties.AppVersion has been added to get builtIn document property which representis internal version numbers used by Microsoft during development. Property BlackWhiteMode has been added to IShape and to Shape Property BlackWhiteMode has been added to IShape and to Shape. This property specifies how a shape will render in black-and-white display mode. Value Meaning Color Render with normal coloring Automatic Render with automatic coloring Gray Render with gray coloring LightGray Render with light gray coloring InverseGray Render with inverse gray coloring GrayWhite Render with gray and white coloring BlackGray Render with black and gray coloring BlackWhite Render with black and white coloring Black Render only with black coloring White Render with white coloring Hidden Not render NotDefined means that property isn't set Property ISlide.NotesSlideManager has been added. Property ISlide.NotesSlide and method ISlide.AddNotesSlide() have been marked as Obsolete. ISlide.NotesSlide, ISlide.AddNotesSlide() members has been marked as Obsolete. Use new property ISlide.NotesSlideManager instead. ISlide slide = ...; INotesSlide notes; // notes = slide.AddNotesSlide(); - obsolete // notes = slide.NotesSlide; - obsolete notes = slide.NotesSlideManager.NotesSlide; notes = slide.NotesSlideManager.AddNotesSlide(); slide.NotesSlideManager.RemoveNotesSlide();

This package has no dependencies.

Version Downloads Last updated
25.9.0 0 09/03/2025
25.8.0 5 08/08/2025
25.7.0 4 07/02/2025
25.6.0 7 06/14/2025
25.5.0 16 05/19/2025
25.4.0 11 04/23/2025
25.3.0 16 03/07/2025
25.2.0 12 02/12/2025
25.1.0 14 01/17/2025
24.12.0 15 12/10/2024
24.11.0 16 11/14/2024
24.10.0 13 10/09/2024
24.9.0 13 09/12/2024
24.8.0 16 08/05/2024
24.7.0 14 07/18/2024
24.6.0 16 06/17/2024
24.5.0 20 05/12/2024
24.4.0 18 04/18/2024
24.3.0 20 03/16/2024
24.2.0 23 03/10/2024
24.1.0 24 02/08/2024
23.12.0 22 02/08/2024
23.11.0 21 02/08/2024
23.10.0 20 02/08/2024
23.9.0 19 02/08/2024
23.8.0 20 02/08/2024
23.7.0 19 02/08/2024
23.6.0 21 02/08/2024
23.5.0 18 02/08/2024
23.4.0 22 02/08/2024
23.3.1 18 02/08/2024
23.2.0 23 02/08/2024
23.1.0 20 02/08/2024
22.12.0 21 02/08/2024
22.11.0 22 02/08/2024
22.10.0 24 02/08/2024
22.9.0 20 02/08/2024
22.8.0 20 09/08/2022
22.7.0 39 08/30/2022
22.6.0 25 02/08/2024
22.5.0 22 02/08/2024
22.4.0 19 02/08/2024
22.3.0 19 02/08/2024
22.2.0 424 02/18/2022
22.1.0 19 02/08/2024
21.12.0 19 02/08/2024
21.11.0 135 12/07/2021
21.10.0 29 11/09/2021
21.9.0 312 10/01/2021
21.8.0 816 09/10/2021
21.7.0 321 07/15/2021
21.6.0 22 06/17/2021
21.5.0 523 05/18/2021
21.4.0 242 04/18/2021
21.3.0 1,722 03/30/2021
21.2.0 22 02/08/2024
21.1.0 21 02/08/2024
20.12.0 25 02/08/2024
20.11.1 20 02/08/2024
20.11.0 18 02/08/2024
20.10.0 21 02/08/2024
20.9.0 18 02/08/2024
20.8.0 20 02/08/2024
20.7.0 22 02/08/2024
20.6.0 22 02/08/2024
20.5.0 20 02/08/2024
20.4.0 21 02/08/2024
20.3.0 22 02/08/2024
20.2.0 24 02/08/2024
20.1.0 21 02/08/2024
19.12.0 19 02/08/2024
19.11.0 22 02/08/2024
19.10.0 19 02/08/2024
19.9.0 23 02/08/2024
19.8.0 20 02/08/2024
19.7.0 21 02/08/2024
19.6.0 19 02/08/2024
19.5.0 20 02/08/2024
19.4.0 21 02/08/2024
19.3.0 22 02/08/2024
19.2.0 22 02/08/2024
19.1.0 22 02/08/2024
18.12.0 21 02/08/2024
18.11.0 21 02/08/2024
18.10.0 24 02/08/2024
18.9.0 19 02/08/2024
18.8.0 20 02/08/2024
18.7.0 20 02/08/2024
18.6.0 21 02/08/2024
18.5.0 19 02/08/2024
18.4.0 20 02/08/2024
18.3.0 20 02/08/2024
18.2.1 20 02/08/2024
18.2.0 24 02/08/2024
18.1.0 21 02/08/2024
17.12.1 18 02/08/2024
17.12.0 18 02/08/2024
17.11.0 21 02/08/2024
17.10.0 23 02/08/2024
17.9.1 23 02/08/2024
17.9.0 20 02/08/2024
17.8.0 22 02/08/2024
17.7.0 20 02/08/2024
17.6.0 22 02/08/2024
17.5.0 19 02/08/2024
17.4.0 21 02/08/2024
17.3.0 18 02/08/2024
17.2.0 21 02/08/2024
17.1.0 19 02/08/2024
16.12.1 21 02/08/2024
16.12.0 23 02/08/2024
16.11.0 19 02/08/2024
16.10.0 19 02/08/2024
16.9.0 21 02/08/2024
16.8.0 19 02/08/2024
16.7.0 21 03/10/2024
16.6.0 22 02/08/2024
16.5.0 21 02/08/2024
16.4.0 22 02/08/2024
16.3.0 20 02/08/2024
16.2.0 24 02/08/2024
16.1.0 19 02/08/2024
15.11.0 21 02/08/2024
15.10.0 25 02/08/2024
15.9.0 22 02/08/2024
15.8.1 23 02/08/2024
15.8.0 22 02/08/2024
15.7.0 24 02/08/2024
15.6.0 20 02/08/2024
15.5.0 23 02/08/2024
15.4.0 23 02/08/2024
15.3.1 21 02/08/2024
15.3.0 22 02/08/2024
15.2.0 20 02/08/2024
15.1.0 20 02/08/2024
14.10.0 20 02/08/2024
14.9.0 23 02/08/2024
14.8.1 18 02/08/2024
14.8.0 21 02/08/2024
14.7.0 23 02/08/2024
14.6.0 21 02/08/2024
14.5.0 20 02/08/2024
14.4.0 22 02/08/2024
14.3.0 23 02/08/2024
14.2.0 26 02/08/2024
14.1.2 38 02/08/2024
14.1.1 25 02/08/2024
14.1.0.2 20 02/08/2024
13.12.0 22 02/08/2024
8.4.2 23 02/08/2024
8.4.1 21 02/08/2024
8.4.0 21 02/08/2024
8.3.0.1 19 02/08/2024
8.2.0 35 02/08/2024
8.1.0 22 02/08/2024
8.0.0 19 02/08/2024
7.9.0 19 02/08/2024
7.8.0 19 02/08/2024
7.7.0 38 02/08/2024
7.6.0 22 02/08/2024
7.5.0 21 02/08/2024
7.4.0 21 02/08/2024
7.3.0 20 02/08/2024
7.2.0 20 02/08/2024
7.1.0 23 02/08/2024
7.0.0 22 02/08/2024
6.9.0 23 02/08/2024
6.8.0 25 02/08/2024
6.7.0 21 02/08/2024
6.6.0 20 02/08/2024
6.5.0 20 02/08/2024
6.4.0 18 02/08/2024
6.3.0 20 02/08/2024
6.2.0 19 02/08/2024
6.1.0 23 02/08/2024
6.0.0 19 02/08/2024
5.9.0.1 21 02/08/2024
5.9.0 22 02/08/2024