Bad state (unknown compression method (0x00)) (4643)

Hi,

When I try to load the attached presentation, this exception occurs:

class com.aspose.slides.p6a2feef8.p4da04049.cm: Bad state (unknown compression method (0x00))

Here's the code I use:

String presentationPath = "angioedemaereditario.ppt";

InputStream inputStream = new FileInputStream(presentationPath);

Presentation presentation = new Presentation(inputStream);

inputStream.close();

I'm using Aspose.Slides for Java 16.5.0.

Can you check this?

Thanks,
Zeljko

Hi Zeljko,


I have worked with the presentation file using Aspose.Slides for Java 16.5.0 and have been able to reproduce the issue. A ticket with ID SLIDESJAVA-35511 has been created in our issue tracking system to investigate and resolve the issue. This thread has been associated with the ticket so that we may share the notification with you once issue will be fixed.

We are sorry for your inconvenience,

The issues you have found earlier (filed as SLIDESJAVA-35511) have been fixed in this update.