Problem with justification when creating a thumbnail image from PPTX file

I am trying to create thumbnail images of each slide in a powerpoint deck. But the output is not maintaining the right justification. The document consist of images and arabic text which is right justified.

The problem is that the text is showinng up left justified under the image. Is there a way to handle arabic text that is right justified when taking a thumbnail image.

My code is

MemoryStream slideStream = new MemoryStream();
Bitmap bmp = slide.GetThumbnail(1f, 1f);
bmp.Save(slideStream, ImageFormat.Jpeg);

Any help/guidance would be appreciated.


Hi Joseph,

Thanks for inquiring Aspose.Slides.

I have observed the issue shared by you and request you to please share the source presentation, generated output and issue details along with sample application. Please also share the version of Aspose.Slides that you are using on your end.

Many Thanks,