Aspose.Slides.NET 16.7.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 |
Minor Features
SLIDESNET-36576 - Support for removing embedded audios from presentation
SLIDESNET-34465 - Support for providing option to enable Header row and Banded rows Options
Other Improvements and Changes
Bug Fixes
SLIDESNET-37670 - Borders around table appears on saving presentation
SLIDESNET-37667 - InvalidCastException on saving presentation
SLIDESNET-37661 - After loading presentation chart x axis changes
SLIDESNET-37659 - Updating chart data does not update the chart thumbnails
SLIDESNET-37657 - Using FontSubstRule causes incorrect rendering / exception
SLIDESNET-37653 - Time required to Open/ReSave large password protected pptx in 16.6 is significantly bigger than in previous versions
SLIDESNET-37651 - Time required to Open/ReSave large pptx in 16.6 is significantly bigger than in previous versions
SLIDESNET-37650 - Wrong charts rendering in generated thumbnails
SLIDESNET-37648 - Embedded Objects icon are changed after saving ppt
SLIDESNET-37647 - NullReferenceException on saving PPT presentation to ODP
SLIDESNET-37641 - Aspose.Slides 16.6.0: DefaultRegularFont setting doesn't work properly
SLIDESNET-37626 - Arrows are missing in saved presentation
SLIDESNET-37617 - Exception on exporting pptx to pdf
SLIDESNET-37613 - ArgumentOutOfRangeException on loading presentation
SLIDESNET-37608 - Aspose.Slides does not interpret CSS line-height property correctly
SLIDESNET-37605 - Incorrect Language Id is retrieved when using Aspose.Slides
SLIDESNET-37604 - Protected view error message appearing on saving presentation
SLIDESNET-37600 - LanguageId is null for text frame text
SLIDESNET-37599 - Underline is missing
SLIDESNET-37597 - Incorrect rendering of EA portions
SLIDESNET-37595 - Font ges changed on saving presentation
SLIDESNET-37593 - Value cannot be null on saving PPT presentation
SLIDESNET-37592 - NullReferenceException on saving presentation
SLIDESNET-37591 - Unsupported moniker type exception on loading presentation
SLIDESNET-37580 - Space character is changed after saving a ppt file
SLIDESNET-37546 - Wrong shape constraints in loaded presentation
SLIDESNET-37540 - Shape Fill and background color gets changed on saving presentation
SLIDESNET-37530 - Drawing text in spills out of a table border
SLIDESNET-37362 - XmlException on slide cloning
SLIDESNET-37347 - ArgumentNullException on presentation save
SLIDESNET-37213 - Error while generating thumbnails
SLIDESNET-37196 - PresentationInfo.LoadFormat method returns Pptx for pptx and ppsx files
SLIDESNET-37161 - High memory consumption on presentation load and save
SLIDESNET-37107 - Curved Text in a Group rendered incorrectly on slide clone
SLIDESNET-36880 - PptxReadException thrown on loading pptx
SLIDESNET-36842 - White Block images on Chart Lines after Cloning
SLIDESNET-36833 - PPTX slide text formatting gets disturbed on cloning slides
SLIDESNET-36664 - IIS Hangs with high CPU usage when converting slides to jpg
SLIDESNET-36273 - Error C2686 in compiling call to aspose.slides (15.2.0.0) with C++/CLI
SLIDESNET-36210 - Embedded Ole objects Icons get disturbed on opening and saving presentation
SLIDESNET-35997 - Shape segment is changed on PPT resaving
SLIDESNET-35990 - Background color missing in cloned shape with Aspose.Slides
SLIDESNET-35600 - Wrong Colors after cloning from PPTX
SLIDESNET-35576 - The direction of the shapes changes when saving in PPT format
SLIDESNET-35488 - AutoShapeType is not correct when getting the autoshape from PPT file
SLIDESNET-34811 - Embedded OLE Frame failed to open in PowerPoint
SLIDESNET-34474 - Text color changes in shape when slide is cloned
SLIDESNET-34400 - Shape border line is improperly rendered for thumbnail in PPT
SLIDESNET-34390 - SmartArt Text is lost on generating slide thumbnail
SLIDESNET-33401 - UnsupportedFormat exception on loading odp file
SLIDESNET-33362 - Wrong Gradient type returned for the shape
SLIDESNET-31404 - Arrow shape rendered as square in exported PDF
SLIDESNET-6241 - CloneSlide Problem: MS-PowerPoint 2000 shows blank slide instead of Rectangular Callout shape
Public API Changes
API changes related to text extraction
Changes were made in API related to the text extraction:
ISlideText and IPresentationText interface, ExtractionMode enum and PresentationText class were moved from Aspose.Slides.Util to Aspose.Slides namespace.
The following static methods of the Presentation class made obsolete (please use overloads of IPresentationFactory instead) and return an instance of IPresentationText interface instead of PresentationText class:
GetPresentationText(Stream stream, ExtractionMode mode);
GetPresentationText(String file, ExtractionMode mode);
GetPresentationText(Stream stream, ExtractionMode mode, LoadOptions options).
ExtractionMode enum renamed to TextExtractionArrangingMode.
Obsolete members in many classes and interfaces have been deleted
Members in many classes and interfaces marked as Obsolete a long time ago have been deleted in this release:
Aspose.Slides.BaseSlide.ParentPresentation
Aspose.Slides.BaseSlide.Tags
Aspose.Slides.BaseSlide.ApplyColorScheme(Aspose.Slides.Theme.ExtraColorScheme)
Aspose.Slides.Slide.NotesSlide
Aspose.Slides.Slide.OverrideTheme
Aspose.Slides.Slide.AddNotesSlide
Aspose.Slides.Slide.ApplyColorScheme(Aspose.Slides.Theme.ExtraColorScheme)
Aspose.Slides.ISlide.NotesSlide
Aspose.Slides.ISlide.AddNotesSlide
Aspose.Slides.LayoutSlide.OverrideTheme
Aspose.Slides.LayoutSlide.ApplyColorScheme(Aspose.Slides.Theme.ExtraColorScheme)
Aspose.Slides.MasterSlide.ApplyColorScheme(Aspose.Slides.Theme.ExtraColorScheme)
Aspose.Slides.NotesSlide.OverrideTheme
Aspose.Slides.NotesSlide.ApplyColorScheme(Aspose.Slides.Theme.ExtraColorScheme)
Aspose.Slides.MasterNotesSlide.ApplyColorScheme(Aspose.Slides.Theme.ExtraColorScheme)
Aspose.Slides.MasterHandoutSlide.ApplyColorScheme(Aspose.Slides.Theme.ExtraColorScheme)
Aspose.Slides.DocumentProperties.Count
Aspose.Slides.DocumentProperties.Contains(System.String)
Aspose.Slides.DocumentProperties.GetPropertyName(System.Int32)
Aspose.Slides.DocumentProperties.Remove(System.String)
Aspose.Slides.IDocumentProperties.Count
Aspose.Slides.IDocumentProperties.Contains(System.String)
Aspose.Slides.IDocumentProperties.GetPropertyName(System.Int32)
Aspose.Slides.IDocumentProperties.Remove(System.String)
Aspose.Slides.ParagraphFormatEffectiveData.BulletColor
Aspose.Slides.Presentation.EncryptDocumentProperties
Aspose.Slides.Presentation.IsEncrypted
Aspose.Slides.Presentation.IsOnlyDocumentPropertiesLoaded
Aspose.Slides.Presentation.IsWriteProtected
Aspose.Slides.Presentation.Tags
Aspose.Slides.Presentation.Encrypt(System.String)
Aspose.Slides.Presentation.RemoveEncryption
Aspose.Slides.Presentation.RemoveWriteProtection
Aspose.Slides.Presentation.SetWriteProtection(System.String)
Aspose.Slides.Shape.HLinkClick
Aspose.Slides.Shape.HLinkMouseOver
Aspose.Slides.Shape.Tags
Aspose.Slides.ShapeFrame.CloneShapeFrame
Aspose.Slides.IShapeFrame.CloneShapeFrame
Aspose.Slides.SlideCollection.AddClone(Aspose.Slides.ISlide,Aspose.Slides.IMasterSlide)
Aspose.Slides.SlideCollection.InsertClone(System.Int32,Aspose.Slides.ISlide,Aspose.Slides.IMasterSlide)
Aspose.Slides.ISlideCollection.AddClone(Aspose.Slides.ISlide,Aspose.Slides.IMasterSlide)
Aspose.Slides.ISlideCollection.InsertClone(System.Int32,Aspose.Slides.ISlide,Aspose.Slides.IMasterSlide)
Aspose.Slides.SlideShow.SlideShowTransition.BuiltInSound
Aspose.Slides.Charts.Axis.RotationAngle
Aspose.Slides.Charts.Axis.SourceLinked
Aspose.Slides.Charts.ChartCategory.Levels
Aspose.Slides.Charts.IChartCategory.Levels
Aspose.Slides.Charts.ChartCategoryLevelsManager.DeleteValueOfLevel(System.Int32)
Aspose.Slides.Charts.ChartCategoryLevelsManager.SetValueOfLevel(System.Int32,Aspose.Slides.Charts.IChartDataCell)
Aspose.Slides.Charts.IChartCategoryLevelsManager.DeleteValueOfLevel(System.Int32)
Aspose.Slides.Charts.IChartCategoryLevelsManager.SetValueOfLevel(System.Int32,Aspose.Slides.Charts.IChartDataCell)
Aspose.Slides.Charts.ChartSeries.MarkerFill
Aspose.Slides.Charts.ChartSeries.MarkerSize
Aspose.Slides.Charts.ChartSeries.MarkerSymbol
Aspose.Slides.Charts.ChartSeries.NameCells
Aspose.Slides.Charts.DataLabel.LinkedSource
Aspose.Slides.Charts.TrendlineCollection.Add(Aspose.Slides.Charts.ITrendline)
Aspose.Slides.SmartArt.SmartArtNodeCollection.GetNodeByPosition(System.Int32)
Aspose.Slides.SmartArt.SmartArtNodeCollection.RemoveNodeByPosition(System.Int32)
Aspose.Slides.SmartArt.ISmartArtNodeCollection.GetNodeByPosition(System.Int32)
Aspose.Slides.SmartArt.ISmartArtNodeCollection.RemoveNodeByPosition(System.Int32)
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 |