I have a TIFF file with two pages. When I convert the file to JPG format I lose the second page. Is there any way to put two images from a TIFF file into one JPG file?
Because TIFF files are too big, I have to decrease their sizes. Is there any way to decrease TIFF size programmatically? That could also help solve my problem.
Since a TIFF can contain multiple frames but JPG can’t, you need to convert each single frame into a JPG.
Taken from Windows Dev Center Samples: