I have a tiff image with two pages. When I convert the file to jpg format I lost second pages. Is there any way to put two images on tiff file into one jpg file. Because of
using System.Drawing; using System.Drawing.Imaging; Bitmap bm=Bitmap.FromFile("photo.tif"); bm.Save("photo.jpg",ImageFormat.Jpeg);