... my $image = $pdf->image_jpeg( "images/logo.jpeg" ); $page->gfx->image( $image, 0, 0 ); ...
The key thing here is to call ->gfx on the page object (which kind of gets you the "graphics context" of that page).
In reply to Re: Adding Image to PDF
by Eliya
in thread Adding Image to PDF
by Anonymous Monk
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |