Text became transparent

Hi,

After simple load/save routine with the attached presentation, text from one paragraph became transparent in the saved file. Please see screenshot for your reference.

Here's the code I use:

String presentationPath = "0804Presentation_Francois_Atger.ppt";

InputStream inputStream = new FileInputStream(presentationPath);

Presentation presentation = new Presentation(inputStream);

inputStream.close();

presentation.save("0804Presentation_Francois_Atger-aspose.ppt", SaveFormat.Ppt);

Can you check this?

Thanks,
Zeljko

Hi Zeljko,


I have worked with the presentation file shared by you and have been able to observe the issue specified. An issue with ID SLIDESJAVA-35319 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 automatically notified once the issue will be resolved.

We are sorry for your inconvenience,

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


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.