Hi Team,
We have been using aspose.slides for generating images for ppt files. We would like to set the resolution of the images according to our need. Can you help us understand how?
This is our current code:
ISlide slide = presentation.getSlides().get_Item(pageNumber);
BufferedImage image = slide.getThumbnail(1f, 1f);