Question

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.

Was it helpful?

Solution

See here for an example of this.

Basically you have to load the TIFF and paint the pages to new bitmaps in memory.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top