If I take an image that is in portrait mode it gets cropped rather than being
fit to the page, how come?
Example:
pdf = FPDF()
pdf.add_page()
pdf.image('https://mediapop-dev.s3.amazonaws.com/clients/canon/origame/24.png',
0,0, type="PNG")
pdf.output('test.pdf', 'F')
Original issue reported on code.google.com by kitsu...@gmail.com on 13 Sep 2012 at 9:18
Original issue reported on code.google.com by
kitsu...@gmail.com
on 13 Sep 2012 at 9:18