Léon Pelletier

Results 5 comments of Léon Pelletier

Same issue here right now. It prevents the app from having a decent UI to handle this use case.

Will it be fixed some day? Is this because it uses the GDI+ Bitmap constructor, which has width and height limitations, and you put a limit to prevent it from...

It looks like this Flag is needed. `PdfRenderFlags.CorrectFromDpi` Does it means that the PDF informations about the size in my file are broken? I noticed that the returned size is...

There is a place in the main RenderPDFPage method where the difference between the Graphics DPI and the specified DPI creates a ratio that is ultimately PInvoking ModifyWorldTransform (https://msdn.microsoft.com/en-us/library/windows/desktop/dd145060(v=vs.85).aspx) which...