Closed leszekm1 closed 7 years ago
right now since the division is done prior to multiplication, any PDF who's width or height is smaller than 72 will have that dimension set to 0 and thus the conversion will throw an exception. This change fixes this issue.
Thanks for the pull request. I've merged it as is.
right now since the division is done prior to multiplication, any PDF who's width or height is smaller than 72 will have that dimension set to 0 and thus the conversion will throw an exception. This change fixes this issue.