Is there a way to convert a multi page Tiff file to a jpeg file in VB.net 1.1. I've tried to convert it with the standard Bitmap.Save() method but it only converts the first page.
See here for an example of this.
Basically you have to load the TIFF and paint the pages to new bitmaps in memory.