Incorrect load format of PPS files

Hi,

I have a bunch of .pps files which are being recognized as .ppt files, even though LoadFormat.Pps exists.

Here’s the code I use:

File dir = new File("pps");

IPresentationFactory presentationFactory = new PresentationFactory();

for (File file : dir.listFiles()) {
    System.out.println(presentationFactory.getPresentationInfo(file.getAbsolutePath()).getLoadFormat());
}

Can you check this?

Thanks,
Zeljko

https://www53.zippyshare.com/v/3USTdRXa/file.html

@Zeljko,

I have observed your comments. An issue with ID SLIDESJAVA-37019 has been created in our issue tracking system to further investigate and resolve the issue. This thread has been linked with the issue so that you may be notified once the issue will be fixed.

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