my $gfx = $page->gfx; my $img = $pdf->image("images/logo.jpeg", 100, 60); # define the image and image dimensions $gfx->image($img, $x, $y); # Add the image, including coordinates $gfx->close; # close up