Uploading of a Particular PPT File in Aspose Throws an Error (F0149410)

While I run through the latest Aspose checker 23.10.0 with the attached ppt, I see that the PDF generated is not accessible. Could you please let us know which part in the ppt file has issue and why the PDF file generated is not accessible. Also, if it is a defect, could you please confirm in which version aspose the issue is fixed.
24MZ035 Summary (3).zip (9.3 MB)

@IDBSSupport,
Thank you for contacting free support.

When using Aspose.Slides for Java 23.10 and 24.8, I used the code example below with your PowerPoint presentation and did not encounter any errors.

Presentation presentation = new Presentation("24MZ035 Summary.pptx");
presentation.save("output.pdf", SaveFormat.Pdf);

Please share the following additional information:

  • code example to reproduce the error
  • stacktrace of the error
  • OS version on which the code was executed
  • JDK target version in your app project

Apologize the aspose checker I tested the issue is of version 23.1.0.
Could you please try to upload the same in 23.1.0 and confirm if the bug is fixed in 23.10.0?
Windows 10Pro 22H2.
JDK is of jdk-23.

@IDBSSupport,
I will try to help you with this question. Could you please clarify what “Aspose checker” is?

Aspose tester only I referred to as aspose checker which is a batch file

@IDBSSupport,
With Aspose.Slides for Java 23.1, the code example above freezes on my end. This is probably the reason for the error you are getting. However, the problem does not appear when using version 23.10. We recommend you use the latest version of Aspose.Slides for Java.

@andrey.potapov, we have tested in aspose version 23.10.0 and the output pdf does not load.
24MZ035 Summary (3).pdf (6.7 KB)

@IDBSSupport,
Could you please describe step by step how to reproduce the problem you encountered? We will do our best to help you.

@andrey.potapov Thank you for your patience.
We use the library \aspose-slides-23.4-jdk16.jar.

@IDBSSupport,
With Aspose.Slides for Java 23.4, the PPTX to PDF conversion consumes 198 seconds on my end but the result is correct: output.pdf (6.1 MB). I assume that your conversion process is interrupted and you get the incorrect result (the PDF document is not loaded).
With version 24.9, it takes 14 seconds on my end. We still recommend that you use the latest version of Aspose.Slides for Java.

Could you please confirm the latest version of aspose version that uses 24.9 aspose slides?

@IDBSSupport,
Version 24.9 is the latest version of Aspose.Slides for Java at the moment.

@andrey.potapov Thank you for your help and the confirmation.
I am happy for you to close the case for now.

@IDBSSupport,
Thank you for using Aspose.Slides.