Browse our Products

Aspose.Slides for .NET 21.2 Release Notes

KeySummaryCategoryRelated Documentation
SLIDESNET-42222Characters seems thicker in png images converted in the environment Docker + LinuxInvestigationhttps://docs.aspose.com/slides/net/how-to-run-aspose-slides-in-docker/
SLIDESNET-41073(C#/.Net Core) Creating Presentations in AWS Lambda environment does not work (libdl missing)Investigation
SLIDESNET-42348Saving PPTX as PDF does not retain accessibility featuresFeaturehttps://docs.aspose.com/slides/net/convert-powerpoint-ppt-and-pptx-to-pdf/
SLIDESNET-42329Improper image rendering using Aspose.SlidesEnhancementhttps://docs.aspose.com/slides/net/convert-powerpoint-ppt-and-pptx-to-jpg/
SLIDESNET-41752How get/update end points of shapeEnhancementhttps://docs.aspose.com/slides/net/custom-shape/
SLIDESNET-42410ArgumentException: An element with the same key already existsBughttps://docs.aspose.com/slides/net/clone-slides/
SLIDESNET-42405Aspose.Slides color shift when saving to PDFBughttps://docs.aspose.com/slides/net/convert-presentation/#presentation-to-pdf-conversion
SLIDESNET-42388ArgumentException on generating slide thumbnailBughttps://docs.aspose.com/slides/net/convert-powerpoint-ppt-and-pptx-to-jpg/
SLIDESNET-42378Stack overflow when saving presentation with chartsBughttps://docs.aspose.com/slides/net/powerpoint-charts/
SLIDESNET-42376SVG added to slide is not displayed correctlyBughttps://docs.aspose.com/slides/net/image/#create-an-image-from-svg-object
SLIDESNET-42364The surrogate pair (0xD83D, 0xD83D) is invalid. A high surrogate character (0xD800 - 0xDBFF) must always be paired with a low surrogate character (0xDC00 - 0xDFFF).Bughttps://docs.aspose.com/slides/net/clone-slides/
SLIDESNET-42362“Object reference not set to an instance of an object.” exception when open document PPTX fileBughttps://docs.aspose.com/slides/net/open-presentation/
SLIDESNET-42361“Error reading adjustment value: connsiteX0 = “*/ 0 w 8286"” exception when open document PPTX fileBughttps://docs.aspose.com/slides/net/convert-powerpoint-ppt-and-pptx-to-html/
SLIDESNET-42353Specified Font is not embedded in an output HTML document.Bughttps://docs.aspose.com/slides/net/convert-powerpoint-ppt-and-pptx-to-html/#embed-all-fonts-when-converting-presentation-to-html
SLIDESNET-42337Unknown Wingding char in list bullet formatBughttps://docs.aspose.com/slides/net/shape-effective-properties/
SLIDESNET-42296GetThumbnail with BottomTruncated option fails on LinuxBughttps://docs.aspose.com/slides/net/convert-slide/
SLIDESNET-422063D-rotated object background-color is lost in the output HTMLBughttps://docs.aspose.com/slides/net/convert-powerpoint-ppt-and-pptx-to-html/
SLIDESNET-42115Aspose blocks fonts resourcesBughttps://docs.aspose.com/slides/net/custom-font/
SLIDESNET-42035Created time is not correctly set in document propertiesBughttps://docs.aspose.com/slides/net/presentation-properties/
SLIDESNET-41561PptxReadException on using NetStandard with 4.7Bug
SLIDESNET-40863Exception on loading pptBughttps://docs.aspose.com/slides/net/open-presentation/

Public API Changes

Obsolete methods have been removed

IShapeCollection.AddOleObjectFrame(float x, float y, float width, float height, string className, byte[] objectData) has been removed. Use AddOleObjectFrame(float x, float y, float width, float height, IOleEmbeddedDataInfo dataInfo) method instead. IShapeCollection.InsertOleObjectFrame(int index, float x, float y, float width, float height, string className, byte[] objectData) has been removed. Use InsertOleObjectFrame(int index, float x, float y, float width, float height, IOleEmbeddedDataInfo dataInfo) method instead.

ShapeCollection.AddOleObjectFrame(float x, float y, float width, float height, string className, byte[] objectData) has been removed. Use AddOleObjectFrame(float x, float y, float width, float height, IOleEmbeddedDataInfo dataInfo) method instead. ShapeCollection.InsertOleObjectFrame(int index, float x, float y, float width, float height, string className, byte[] objectData) has been removed. Use InsertOleObjectFrame(int index, float x, float y, float width, float height, IOleEmbeddedDataInfo dataInfo) method instead.