Generate the pdf thumbnail using java

Hi Support,

I would like to generate the pdf thumbnail using aspose in java environment.

[http://www.aspose.com/docs/display/pdfjava/Working+with+Images+(DOM)](http://www.aspose.com/docs/display/pdfjava/Working+with+Images+%28DOM%29)

but this is creating the pages to image

I want to generate the thumbnail images

Hi Dharmender,

Thanks for your inquiry. You may use xxxDevice constructor with width and height parameters. For example:

JpegDevice(int width, int height, Resolution resolution)

It will help you to generate thumbnail images. Please feel free to contact us for any further assistance.

Best Regards,