UIImage-PDF icon indicating copy to clipboard operation
UIImage-PDF copied to clipboard

PDF size increases but image doesn't

Open LeoSnek opened this issue 8 years ago • 1 comments

When I try to increase the size of my PDF as a UIImage the background of the PDF does resize correctly but the image on the PDF doesn't. This has the effect of my image getting smaller in comparison to the UIImage.

e.g.

  1. PDF of 100x100 with an image of 80x80
  2. Generate UIImage of 200x200 and the image stays at 80x80 whilst the background of the PDF is 200x200

LeoSnek avatar Jul 15 '15 10:07 LeoSnek

For me this is fixed with this pull request: https://github.com/mindbrix/UIImage-PDF/pull/43

jum avatar Aug 17 '15 00:08 jum