Aspose.Slides.NET 14.3.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 14.3.0 Release Notes We are pleased to announce the release of Aspose.Slides for .NET 14.3.0. This release includes several enhancements and many bug fixes. Using Aspose.Slides for .NET you can work with PPT, PPTX, OpenDocument, and other formats in your applications. You can also view, generate, modify, convert, render and print presentations all without using Microsoft PowerPoint. Visit the documentation to learn how to get started with Aspose.Slides for .NET. Note this download contains a fully working version of the product, however without a license set it will run in evaluation mode. To test Aspose.Slides without these evaluation limitations you can request a free 30-day temporary license. The following is a list of changes in this version of Aspose.Slides. Major Features (SLIDESNET-34889) - Improve the quality of SmartArt rendering Minor Features (SLIDESNET-35154) - Implement separate shapes thumbnails creation (SLIDESNET-27069) - Generating Shape thumbnail with transparent background (SLIDESNET-35238) - Implement importing of audios from PPT for animations (SLIDESNET-35218) - Add Hyperlinks support for SmartArt objects (SLIDESNET-35214) - Implement slide transitions importing from PPT (SLIDESNET-34978) - SlideID and ShapeID properties are missing in merged API Other Improvements and Changes Bugs (SLIDESNET-35317) - Null Reference Exception when reading PPTX presentation (SLIDESNET-35310) - PPTX to Image Conversion ignores strikeout text (SLIDESNET-35308) - NullReference Exception on cloning slide inside presentation (SLIDESNET-35302) - Text missing in generated thumbnail (SLIDESNET-35301) - "Not a Microsoft PowerPoint 2007 presentation" exception while Pptx presentation reading (SLIDESNET-35298) - Exception thrown while cloning slides (SLIDESNET-35267) - Exception: Object Reference not set to an instance of the object on saving a presentation (SLIDESNET-35245) - Exception on Opening the Presentation file(4.pptx) (SLIDESNET-35244) - Exception on Opening the Presentation file (SLIDESNET-35243) - Exception on Opening the Presentation file (SLIDESNET-35242) - NullReference Exception on saving presentation (SLIDESNET-35229) - Cloning Slides: System.InvalidOperationException exception is thrown (SLIDESNET-35225) - Exception when opening a presentation with charts (SLIDESNET-35216) - NullReferenceException is thrown when presentation with SmartArt is saved (SLIDESNET-35209) - Hyperlinks are missing/improeprly exported in generated HTML (SLIDESNET-35199) - ArgumentException on saving presentation (SLIDESNET-35197) - Unnumbered list bullets are corrupted after PPT presentation is resaved to PPTX (SLIDESNET-35191) - ArgumentException on accessing presentation (SLIDESNET-35186) - Data is missing in table while cloning the slides and saving as PPT (SLIDESNET-35176) - Table column headers are not showing fine in the generated PPT file (SLIDESNET-35175) - Table Borders missing in the generated PPT file (SLIDESNET-35171) - Export PPTX to HTML with Images in JPEG format (SLIDESNET-35169) - KeyNotFoundException thrown on opening the PPT file (SLIDESNET-35149) - PPT to PPTX conversion creates corrupted presentation (SLIDESNET-35147) - IndexOutOfRangeException is thrown when presentation with chart is loaded (SLIDESNET-35145) - Hyperlinks are improperly exported in generated PDF (SLIDESNET-35134) - Chart is corrupt after presentation cloning (SLIDESNET-35130) - Hyperlinks are missing in generated PDF (SLIDESNET-35116) - Presentation repair message pops up on loading Aspose.Slides saved presentation (SLIDESNET-35085) - Wrong border color of chart area. (SLIDESNET-35069) - PPTX to PNG: High / Low Lines missing in the generated image file (SLIDESNET-35068) - PPTX to PNG: Marker missing in the generated image file (SLIDESNET-35024) - Exception when opening the PPTX fie - Item has already been added. Key in dictionary: '0' Key being added: '0' (SLIDESNET-35022) - License "watermark" is not present in PPT document created/saved with Aspose.Slides .NET 14.1.0 (SLIDESNET-35003) - FillType for PictureFrame is returned as NotDefined instead of Picture (SLIDESNET-35000) - Improper gradient rendering in generated PDF (SLIDESNET-34951) - HTML (SVG) export: Multilevel list items are exported invisible beyond the first level (SLIDESNET-34744) - Wrong chart image is rendered in generated HTML (SLIDESNET-34568) - InvalidCastException while cast Placeholder to TextHolder (SLIDESNET-34486) - Wrong charts are rendered in generated HTML (SLIDESNET-17018) - Slide theme is not properly rendered in generated PDF Public API and Backwards Incompatible Changes Aspose.Slides.ShapeThumbnailBounds enumeration and Aspose.Slides.IShape.GetThumbnail() methods have been added The methods GetThumbnail() and GetThumbnail(ShapeThumbnailBounds bounds, float scaleX, float scaleY) allow to create a separate shape thumbnail. ShapeThumbnailBounds enumeration defines possible shape thumbnail bounds types. Property UniqueId has been added to Aspose.Slides.IShape Aspose.Slides.IShape.UniqueId property gets unique in a presentation scope shape identifier. These unique identifiers are stored in a shape custom tags. Signature of the SetGroupingItem method has been changed in IChartCategoryLevelsManager Signature of the IChartCategoryLevelsManager method void SetGroupingItem(int level, IChartDataCell value); is obsolete now and replaced with signature void SetGroupingItem(int level, object value); Now calls like .SetGroupingItem(1, workbook.GetCell(0, "A2", "Group 1")); must be changed with calls like .SetGroupingItem(1, "Group 1"); Pass value like "Group 1" into SetGroupingItem but not value of type IChartDataCell. Constructing of IChartDataCell with defined worksheet, row and column for category levels must satisfy some requirements and has been incapsulated in "SetGroupingItem(int, object)" method. SlideId property has been added to Aspose.Slides.IBaseSlide interface Property SlideId gets an unique slide identifier. SoundName property has been added to ISlideShowTransition Read-write string. Specifies a human readable name for the sound of the transition. The Sound property must be assigned to get or set the sound name. This name appears in the PowerPoint user interface when configuring the transition sound manually. May throw PptxException when the Sound property is not assigned. Type of ChartSeriesGroup.Type property has been changed Type of ChartSeriesGroup.Type property has been changed from ChartType enumeration to new CombinableSeriesTypesGroup enumeration. CombinableSeriesTypesGroup enum represents the groups of combinable series types.

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