Aspose.Slides Cloud 25.10 Release Notes
Important Changes and Enhancements
- SLIDESCLOUD-2069 Embedding multiple fonts into a PowerPoint presentation
Other Improvements and Changes
- SLIDESCLOUD-2076 Support caption tracks for audio frames
- SLIDESCLOUD-2073 Finding and replacing images by Alt Text
Public API changes
Added SetEmbeddedFonts and SetEmbeddedFontsOnline methods to embed many fonts in one call. See documentation for more info.
Removed SetEmbeddedFontFromRequest and SetEmbeddedFontFromRequestOnline methods. Use the above methods instead.
Added an optional shapeIndex and shapeIndex parameters to GetSlideImages method. See documentation for more info.
Renamed GetVideoCaptionTracks, CreateVideoCaptionTrack, DeleteVideoCaptionTracks and DeleteVideoCaptionTracks methods into GetCaptionTracks, CreateCaptionTrack, DeleteCaptionTracks and DeleteCaptionTracks. The methods now work with video frames and audio frames. See documentation for more info.