Crash in Aspose.Slides for Java while Converting PPTX to HTML5

final Presentation pres = new Presentation(sourceStream);
pres.save(targetStream, com.aspose.slides.SaveFormat.Html5);

WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.aspose.slides.ms.core.System.Drawing.imagecodecs.jpeg.oracle.OracleJpegImageReader (file:/C:/Users/Erick%20Demers/.gradle/caches/modules-2/files-2.1/com.aspose/aspose-slides/23.2/d499ce2412a5837a3f27b9f52b99b0d617b7aca9/aspose-slides-23.2-jdk16.jar) to field com.sun.imageio.plugins.jpeg.JPEGImageReader.colorSpaceCode WARNING: Please consider reporting this to the maintainers of com.aspose.slides.ms.core.System.Drawing.imagecodecs.jpeg.oracle.OracleJpegImageReader WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release Exception in thread "main" class com.aspose.slides.exceptions.InvalidOperationException: SolidFillColor is unavailable for FillType=Picture com.aspose.slides.eg.l1(Unknown Source) com.aspose.slides.xao.rm(Unknown Source) com.aspose.slides.gdi.rm(Unknown Source) com.aspose.slides.pt1.rm(Unknown Source) com.aspose.slides.xs8.rm(Unknown Source) com.aspose.slides.xs8.rm(Unknown Source) com.aspose.slides.xs8.rm(Unknown Source) com.aspose.slides.Presentation.rm(Unknown Source) com.aspose.slides.Presentation.rm(Unknown Source) com.aspose.slides.Presentation.save(Unknown Source)
CrashSlideToHTML.zip (467.7 KB)

@ViDaNgEr,
Thank you for reporting on the issue. I reproduced the error you are encountering.

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): SLIDESJAVA-39130

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

Please also share the following additional information if it is possible:

  • OS version on which the exception occurred
  • JDK version in your app