Some characters changed to windgets

Hi,

I run the following code

using System;

using System.Collections.Generic;

using System.Collections;

using System.Text;

using Aspose.Slides;

namespace quotes

{

public class Program

{

static void Main(string[] args)

{

Presentation PP_Save = new Aspose.Slides.Presentation(@"C:\Temp\Quote bug\Presentation_Slide_ENGUS_1.ppt");

Presentation PP_Temp = new Aspose.Slides.Presentation(@"C:\Temp\Quote bug\A_Rational_Proven_Foundation_ENG_2.ppt");

SortedList sList = new SortedList();

PP_Temp.CloneSlide(PP_Temp.GetSlideByPosition(1), PP_Save.Slides.LastSlidePosition + 1, PP_Save, sList);

PP_Save.Write(@"C:\Temp\Quote bug\pres.ppt");

}

}

}

And the output slide is not correct as some characters are displayed in the incorrect font.

Please note that instantiating PP_Save as

new Aspose.Slides.Presentation();

gives the proper slide though

Thanks

Emmanuel

Please attach the presentations used in your code to reproduce the problem at my end.

Sorry I thought I did

Emmanuel

So were you able to reproduce it?

Thanks

Emmanuel

Dear ebioux,

Yes, I have reproduced the bug and reported it for a fix. I will inform you by posting here, when the fix is available.

You can also check for new fixes from time to time from these links.

Hi,

Do you have an timeline regarding this issue?

Thanks
Emmanuel

It will be fixed within next two-four weeks or earlier if possible. Thanks for your patience.

It doesn't seem to me that the issue has been fixed.

Could you please confirm that you are still working on it?

Thanks

Emmanuel

Dear Emmanuel,

We are still working on it. Let us see if we can fix it in next hot fix of Aspose.Slides.

Any news?

Thanks

Emmanuel

Hello Emmanuel,

Did you try latest version? If I’m not mistaken tt was fixed in 2.8.4 hot fix.
Anyway, please update to 2.8.5 version.