KeyNotFoundException: The given key was not present in the dictionary

Hi,

When I try to save the attached presentation via code, I get exception mentioned in subject of the thread. Can you check this?

Here's the code I used:

String presentationPath = "Armando De Crinito_Direttore Generale Vicario Universita Ricerca e Open Innovation.pptx";

InputStream stream = new FileInputStream(presentationPath);

Presentation presentation = new Presentation(stream);

stream.close();

presentation.save("Armando De Crinito_Direttore Generale Vicario Universita Ricerca e Open Innovation-aspose.pptx",
SaveFormat.Pptx);

Thanks,
Zeljko

Hi Zeljko,


Thank you for posting.

I have observed your comments and worked with the presentation file shared by you. I have been able to reproduce the specified issue. A ticket with ID SLIDESJAVA-35168 has been logged 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 automatically notified once the issue will be resolved.

We are sorry for your inconvenience,

The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan

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