Browse our Products

Aspose.Slides for Java 21.2 Release Notes

KeySummaryCategory
SLIDESNET-41752How get/update end points of shapeEnhancement
SLIDESNET-42329Improper image rendering using Aspose.SlidesEnhancement
SLIDESNET-42348Saving PPTX as PDF does not retain accessibility featuresFeature
SLIDESJAVA-38216Use Aspose.Slides for Net 21.2 featuresEnhancement
SLIDESJAVA-38459Generating slide thumbnail never completeBug
SLIDESJAVA-38462FontsLoaders throws OOME on loading system fonts folders in MacOSBug
SLIDESJAVA-38460An illegal reflective access operation has occurred for thumbnailsInvestigation
SLIDESJAVA-38352PPT with EMF Image fails to convert to PDFBug
SLIDESJAVA-38437ArgumentException: An element with the same key already existsBug
SLIDESJAVA-38431ArgumentException on generating slide thumbnailBug
SLIDESJAVA-38441PPTX to SVG/PNG - Odd Character Bolding When Converting Chinese CharactersBug
SLIDESJAVA-38105Font bold weight changes randomly for the same PDF exportEnhancement
SLIDESJAVA-38175Issue with thumbnail generation for asian languagesBug

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.