Browse our Products

Aspose.Slides for Node.js via Java 23.8 Release Notes

KeySummaryCategory
SLIDESNODEJS-2Use Aspose.Slides for Java 23.8 featuresEnhancement

We are pleased to announce the launch of Aspose.Slides for Node.js via Java. This product is targeted at developers who want to use Aspose.Slides for Java to create and manipulate Microsoft PowerPoint and OpenOffice presentations in their node.js applications and Javascript server-side platforms.

Aspose.Slides for Node.js via Java is a class library that enables your applications to read and write PowerPoint® documents without using Microsoft PowerPoint®. This new product provides full Aspose.Slides features with a few limitations, additional installation/usage requirements, and API changes.

See the PowerPoint API for Node.js - Aspose.Slides for Node.js via Java article.

Public API Changes

ShowMediaControls property has been added for SlideShowSettings

The ShowMediaControls property was added for the SlideShowSettings class, which Represents the slide show settings for the presentation.

Example:

var pres = new Presentation();
pres.getSlideShowSettings().setShowMediaControls(true);