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…...the desired DPI for the PDF document. Here’s a sample code snippet...PDF document using (var document = new Aspose.Pdf.Document())...