Thumbnail image is smaller than it should be

OleObjectFrame oleShape = (OleObjectFrame)shape;

BufferedImage img = oleShape.getThumbnail();
File randomFile = File.createTempFile(“thumbnail”, “.png”, new File("./"));
ImageIO.write(img, “png”, randomFile);

The image is too small, and some content is missing from the thumbnail result.

Hi Tonny,

I have worked with the presentation file shared by you and have generated the slide thumbnail using Aspose.Slides for Java 15.6.0 on my end. I have been able to reproduce a mild issue in text rendering as against the results achieved on your end. For your kind reference, I have attached the generated thumbnail as well.I have created an issue with ID SLIDESJAVA-34997 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 automatically notified once the issue will be resolved.

We are sorry for your inconvenience,

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


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.