I have a tif file which is to be converted to pdf file. To load the image, i tried passing tif file as the documentStream in
=> skbitmap = SKBitmap.Decode(documentStream); //the value of skbitmap becoming Null.
second…... You can test with a different TIFF file to...pdfMend.Save(pdfFile); } } } I’m testing this code in windows machine...