Hi Team,
I am working on converting HEIC to PDF using Aspose.Imaging and I need to preserve dimensions when converted. For that I need dpi data for the image, but I am unable to fetch it. It uses the default dpi (96) in…...* 72 / dpiY; // Convert to points page.PageInfo.Width = width...* 72 / dpiX; // Convert to points page.Paragraphs.Add(asposeImage);...