Aspose.Slides for Java 21.2 Release Notes
Key | Summary | Category |
---|---|---|
SLIDESNET-41752 | How get/update end points of shape | Enhancement |
SLIDESNET-42329 | Improper image rendering using Aspose.Slides | Enhancement |
SLIDESNET-42348 | Saving PPTX as PDF does not retain accessibility features | Feature |
SLIDESJAVA-38216 | Use Aspose.Slides for Net 21.2 features | Enhancement |
SLIDESJAVA-38459 | Generating slide thumbnail never complete | Bug |
SLIDESJAVA-38462 | FontsLoaders throws OOME on loading system fonts folders in MacOS | Bug |
SLIDESJAVA-38460 | An illegal reflective access operation has occurred for thumbnails | Investigation |
SLIDESJAVA-38352 | PPT with EMF Image fails to convert to PDF | Bug |
SLIDESJAVA-38437 | ArgumentException: An element with the same key already exists | Bug |
SLIDESJAVA-38431 | ArgumentException on generating slide thumbnail | Bug |
SLIDESJAVA-38441 | PPTX to SVG/PNG - Odd Character Bolding When Converting Chinese Characters | Bug |
SLIDESJAVA-38105 | Font bold weight changes randomly for the same PDF export | Enhancement |
SLIDESJAVA-38175 | Issue with thumbnail generation for asian languages | Bug |
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.