Aspose.Slides for Cloud 1.9.0 Release Notes

New Features

KeySummaryCategory
SLIDESCLOUD-98Convert a PPT to SWFNew Feature
SLIDESCLOUD-205Ability to clone shapesNew Feature
SLIDESCLOUD-207Add support for AudioFrameNew Feature
SLIDESCLOUD-208Add support for VideoFrameNew Feature
SLIDESCLOUD-241Support for accessing slide notes using REST ApiNew Feature

Public API Changes

  • ‘Swf’ and ‘SwfNotes’ values have been added to the list of available Presentation export formats. It allows to export slides or notes to swf format.
  • ‘TiffNotes’ value has been added to the list of available Presentation export formats. It allows to export notes to tiff format.
  • POST method of Shapes resource can receive AudioFrame and VideoFrame DTO (Data Transfer Object) to add new video or audio frames into slide.
  • PUT method of Shape resource allows to update AudioFrame and VideoFrame objects.
  • Optional parameter ‘shapeToClone’ has been added to the Shapes POST resource. It allows to clone existing shape.
  • Property ‘NotesSlide’ has been added to the Slide DTO (Data Transfer Object).
  • Added new resource NotesSlide. It allows to read, create, update and delete notes associated with slide. It also allows to export notes slide as an image and it provides access to shapes of notes slide.