Is It Possible to Change a Part of the PPT Slide when converting It to an Image in Java?

I understand that you can turn a slide into an image using getThumbnail. Were you able to convert some of the slides into images?

@KKCU,
Thank you for contacting support.

Yes, you can use the ISlide.getThumbnail methods to convert PowerPoint slides to images.
Documents: Convert Slide

Could you please describe the problem you encountered in more detail?

Not that there was a problem.

I know that getThumbnail changes slides to images.

Can I change part of a slide to an image by specifying coordinates?

@KKCU,
You can convert a slide to a bitmap and crop the image by specified coordinates.