http://qs321.pair.com?node_id=11119784


in reply to Re: PDF API2 - landscape and rotating text and image
in thread PDF API2 - landscape and rotating text and image

Hi Ken,

Thank you so much for your explanation and great working code! Wouldn't have thought of a For loop to do the left and right tasks.

I have one question for the line below:

$gfx->image($cfg->{img}, 0, 0);

The values of 0,0 - that outputs the image in its original size (am I right?). I tried with values like 200, 200 to get bigger images but the images don't appear. How do I output the images to bigger sizes?

Thanks you for your great help once again :))