Dear Suprita,
Your observation is right. I tried to share a possible work around method with you to achieve the thumbnail of smaller dimension as compare to original slide size. In case of PPT, you have the option to set the dimension of the thumbnail as well. You may try that as well. But my feeling is that if your text is of smaller font then definitely it will be reduced. Like in case of 125x125 image you scaled to 17% in X and 23% in Y direction w.r.t original slide size. Please try using following code snippet by converting to PPT. But I feel the results will be same as before, since the text may be too small to be accommodated in the scaled down image.
Img= slide.getThumbnail(new Dimension(125,125));
Thanks and Regards,