PPT characters are unexpectedly changed

Hello.

I am using Aspose.Slides to set document properties on PPT files. The properties are set fine, however when the PPT is opened, the text inside has been changed. For example, bullets have been changed to special characters and bold text is now unbolded. I am using version 2.8.6.0.

Please help.

Thanks

Hello,

Please provide example of the source presentation and you code.

I will email you the PPT file.

Here is the code I am running -

Aspose.Slides.License slidesLicense = new Aspose.Slides.License();

slidesLicense.SetLicense("Aspose.Total.lic");

Presentation presentation = new Presentation(fileName);

presentation.Author = "Author Name";

presentation.Company = "Company Name";

presentation.Keywords = "third second first";

presentation.Title = "Title of PPT";

presentation.Write(newFileName);

When the code runs, compare slides 5-9 on the new file with the original file and you will see the changes that have taken place.

Thanks

I got the PPT, thank you.
We will investigate this problem and fix.

Any updates?

We are working on this problem but looks like there is something wrong with your presentation.
Are you sure this presentation was created in MS PowerPoint or OpenOffice?
If I’m not mistaken PowerPoint can’t add hundreds of garbage properties to slide objects
and especially table cells. By the way, most of them doesn’t follow ppt file standard at all.

Do you have some other presentations with similar problems?

alcrus,

The presentation I sent you was created in MS PowerPoint. I am going to email you another presentation that has it's characters changed by the Aspose.Slides component.

Thanks

We will inform you as soon as updates will be available.

Alexey,

Any new updates? Our users are really pressing us hard to get this PowerPoint issues resolved.

Thanks.

Did you check the latest version Aspose.Slides 2.8.7.0?