Aspose.Slides Cloud 25.6 Release Notes
Important Changes and Enhancements
- SLIDESCLOUD-2027 Support export to EMF
- SLIDESCLOUD-2030 Support for VideoFrame
Other Improvements and Changes
- SLIDESCLOUD-1437 PPTX to HTML5 conversion in PHP throws “500 Internal Server Error”
- SLIDESCLOUD-1485 HTML heading tag is not being rendered in PPT/PPTX
- SLIDESCLOUD-1626 Slide.Reset throws “Not implemented” exception
- SLIDESCLOUD-1891 “Resource not found (Parameter ‘obj’)” error when converting PPTX to HTML5
- SLIDESCLOUD-2005 Font parameters do not work for PPTX to SVG conversion in Node.js
- SLIDESCLOUD-2034 Support IImage.Save method
- SLIDESCLOUD-2021 Words in a paragraph are merged when extracting text items
- SLIDESCLOUD-2039 Support new ISlideCollection.InsertFromHtml
- SLIDESCLOUD-2040 Support PictureFrame.IsCameo property
- SLIDESCLOUD-2038 Support new MarkdownSaveOptions
- SLIDESCLOUD-2037 Use IHtml5Options.SlidesLayoutOptions & ISwfOptions.SlidesLayoutOptions properties
- SLIDESCLOUD-2026 Support IPictureFillFormat.CompressImage method
- SLIDESCLOUD-2024 Support for New Extended Properties of Presentation Documents
- SLIDESCLOUD-2029 Support DisableFontLigatures properties for SVG & HTML export
- SLIDESCLOUD-2031 Support IHtml5Options.DisableFontLigatures property
- SLIDESCLOUD-2028 Support new AudioFrame properties
- SLIDESCLOUD-2032 Support ISaveOptions.SkipJavaScriptLinks property
- SLIDESCLOUD-2025 Support IPptxOptions.RefreshThumbnail property
Public API changes
Added GetVideoCaptionTracks, CreateVideoCaptionTrack, DeleteVideoCaptionTracks, DeleteVideoCaptionTracks method. See documentation for more info.
Removed deprecated DeletePictureCroppedAreas method.
Added an optional quality parameter to DownloadImage, DownloadImageOnline, DownloadImages, DownloadImagesOnline method. It applies to jpeg fromat.
Added RemoveEmptyLines, SlideNumberFormat and HandleRepeatedSpaces properties to MarkdownExportOptions class.
Added DeletePictureCroppedAreas and Resolution parameters to PictureFill class that allow to compress and/or delete cropped aread of picture fill formats.
Added Emf to the list of allowed values for ExportFormat, SlideExportFormat and ShapeExportFormat enumerations. You can now export presentations, slides and shapes to EMF format.
Added VolumeValue, FadeInDuration, FadeOutDuration, TrimFromStart and TrimFromEnd properties to AudioFrame class.
Added SkipJavaScriptLinks boolean property to ExportOptions class.
Added DisableFontLigatures boolean property to HtmlExportOptions, Html5ExportOptions and SvgExportOptions class.
Added SlidesLayoutOptions property and removed NotesCommentsLayouting property from Html5ExportOptions class.
Added RemoveEmptyLines, SlideNumberFormat and HandleRepeatedSpaces properties to MarkdownExportOptions class.
Added SlidesLayoutOptions property and removed CommentsPosition, CommentsAreaColor, CommentsAreaWidth, NotesPosition and ShowCommentsByNoAuthor properties from SwfExportOptions class.
Added RefreshThumbnail boolean property to PptxExportOptions class.