Aspose.Slides Cloud 24.3 Release Notes

Important Changes and Enhancements

  • SLIDESCLOUD-1917 Convert presentations to Markdown format
  • SLIDESCLOUD-1924 Support IPictureFillFormat.DeletePictureCroppedAreas method
  • SLIDESCLOUD-1922 Support Handout Presentation export layout mode

Other Improvements and Changes

  • SLIDESCLOUD-1918 Convert to HTML5: save images externally
  • SLIDESCLOUD-1919 Add SlideShowSettings.ShowMediaControls property
  • SLIDESCLOUD-1920 Support AnimateTextType property for animation effects
  • SLIDESCLOUD-1921 Support TiffOptions.BwConversionMode and BlackWhiteConversionMode properties
  • SLIDESCLOUD-1925 Support Shape.IsDecorative property
  • SLIDESCLOUD-1928 Support Html5Options.NotesCommentsLayouting
  • SLIDESCLOUD-1916 “Use of uninitialized value $value in sprintf” message when using GetSlide method in Perl

Public API changes

Added Markdown (Md) to the list of allowed export formats.

Added DeletePictureCroppedAreas method to delete cropped areas of pictures. See documentation for more info.

Added SlidesLayoutOptions property to PdfExportOptions, HtmlExportOptions, TiffExportOptions and ImageExportOptions classes. You can use it to specify handout or notes/comments layouting options. See documentation for more info.

Added AnimateTextType enum property to Effect class.

Added NotesCommentsLayouting property to Html5ExportOptions class.

Added BwConversionMode property to TiffExportOptions class.

Added EmbedImages boolean property to Html5ExportOptions class.

Added ShowMediaControls boolean property to SlideShowProperties class.

Added IsDecorative boolean property to ShapeBase class.