Hi there
I have a program which uses the sample code provided in the Aspose.Words helpfile to generate thumbnails of each page in a given document. However, it seems that because this code uses System.Drawing.Bitmap objects to represent images, I’m experiencing a problem with excessive memory consumption by these objects. Is there an alternative way to generate thumbnails that doesnt use System.Drawing.Bitmap objects?
Thanks
Eric