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.1

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 26.8MB
  • Date Added:
  • 26/1/2024

Description

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

File Details

Optimized PDF Import

In version 24.1 of Aspose.Slides for Node.js via Java, the PdfImportOptions class now includes the setDetectTables method. With this option enabled, you can automatically recognize and convert tables within imported PDFs into slide tables.

This coding example shows how to import PDF with table detection enabled.

var pres = new aspose.slides.Presentation();
try {
    var pdfImportOptions = new aspose.slides.PdfImportOptions();
    pdfImportOptions.setDetectTables(true);

    var stream = java.newInstanceSync("java.io.FileInputStream", "document.pdf");
    pres.getSlides().addFromPdf(stream, pdfImportOptions);

    pres.save("output.pptx", aspose.slides.SaveFormat.Pptx);
} finally {
    if (pres != null) pres.dispose();
}

Source*

Bug Fixes and Enhancements

We have resolved the issue causing installation failures with npm install aspose.slides.via.java and also streamlined the Node.js API’s presentation development with Aspose.Slides for Java 24.1 version’s enhanced PowerPoint processing capabilities.

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.1 Release Notes.

 English