Bulleted text is not being saved correctly

Hi,

I am merely reading and writing ppt file (with master slides), and the text appearance is being modified:

Bullets fonts etc are not being saved correctly (The slide master is saved correctly)

Removiing fast save did not help to solve the issue.

it was saved with Office 2002 SP3, if it helps

Do you have a newer version than Java 1.8.8.0?

Thanks.

Shay

Hello Shay,

Aspose.Slides for Java 1.8.8 is the latest version but currently we have several unreleased fixes.
Could you please provide test case (presentations and code) so we could reproduce it.

Thank you.

Hi,

The issue even happens with the following read/write code (without any text manipulation):

FileInputStream fis = new FileInputStream(inputfileName);

Presentation presentation=new Presentation(fis);

FileOutputStream fos=new FileOutputStream(outputFileName);

presentation.write(fos);

fos.close();

(License acquision removed for clarity)

slides attached - test.ppt is the input file, test out.ppt is the saved file

Hi,

Were you able to reproduce the behavior?

Do you have a fix for it?

Thanks,

Shay

Hello Shay,

Are you sure you use 1.8.8 version? I can’t reproduce it.
Anyway, please try attached version, it works for me.

Alexey,

It turns out to work fine on the 1.8.8 release and the later fix you sent me - I must have used a former vesion.

thank you very much for your help!

Shay