Ubuntu – The ScaleTo parameter behaviour in the NReco.PdfRenderer.PdfToImageConverter in Windows
I'm trying to render a scaled image using the code: new PdfToImageConverter { ScaleTo = 2200 } .GenerateImage( "sample.pdf", 1, ImageFormat.Png, "sample.pdf.png"); The code renders a good proportional image under Ubuntu, but a squared image under Windows. The squared window…