Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

Aspose.Slides for Node.js via Java 24.5

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 26.86MB
  • Date Added:
  • 21/5/2024

Description

It contains Aspose.Slides for Node.js via Java 24.5 release.

File Details

Enhanced Transparency Control

Manage the transparency of table fill colors in Aspose.Slides for Node.js via Java 24.5 with the new getTransparency and setTransparency methods in ICellFormat and ITableFormat. The following code sample demonstrates how to implement transparency control within your Node.js presentation processing apps.

var presentation = new aspose.slides.Presentation("pres.pptx");

var table = presentation.getSlides().get_Item(0).getShapes().get_Item(0);
table.getTableFormat().setTransparency(java.newFloat(0.5));

presentation.dispose();

Source*

Modern API Transition

In this Node.js API release, shape manipulation methods like getGraphicsPath and graphicsPathToGeometryPath are deprecated, paving the way for a more efficient API structure in future versions.

Improved Image Handling

The return type of presentation animation player frame retrieval methods is now IImage, aligning with the modern API approach.

You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting Aspose.Slides for Node.js via Java 24.5 Release Notes.

 English