Pdf.Wpf
Pdf.Wpf copied to clipboard
Improper scaling in PdfDocumentPaginator
dc.DrawImage(imgsrc, new Rect(0, 0, imgsrc.PixelWidth / (dpiX / 96.0), imgsrc.Height / (dpiY / 90.0)));
Do you think 96.0 and 96.0 for each axis would provide the proper scaling?
LOL, why bother reporting this, no issues have been closed in 4 years.
I also found this issue and resolved it locally in my own version. I created a PR to allow them to easily add this fix if they decide to allow it.