Hi, I have generated a slide using aspose.slides via python. When I tried to convert the slide to it’s thumbnail (ie, pptx to png ) extension, I’m facing few issues. I was expecting the conversion to be 1-1 (ie, the input is pptx and output is the same slide but in png format). But I see some changes in the font style eg: the heading in original slide was italic but in thumbnail it was not italic. Even there are minor changes in other font styles as well… why is this happening? Can we fix it?
Additional info:My App is deployed on azure linux webapp