Slide GetThumbnail and Hebrew text in SmartArt

Hi,

GetThumbnail of Slide contain Hebrew text in SmartArt create the text in wrong order.
The text is OK in PDF.

using (Presentation pr = new Presentation(Path.Combine(SampleFiles,
“ReverseHebrew.pptx”)))
{
var bm = pr.Slides[0].GetThumbnail(1f,1f);
bm.Save(Path.Combine(SampleFiles, “ReverseHebrew.pptx.png”),System.Drawing.Imaging.ImageFormat.Png);
pr.Save(Path.Combine(SampleFiles, “ReverseHebrew.pptx.pdf”),Aspose.Slides.Export.SaveFormat.Pdf);
}
}

ReverseHebrew.pptx.zip (74.7 KB)

@arn951,

I have worked with the information shared by you and have been able to observe the issue specified. An issue with ID SLIDESNET-40680 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 notified once the issue will be fixed.

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