2009-08-06 7 views

Antwort

5

Eigentlich habe ich es aus:

# grab a text object - we are missing fonts? 
my $gfx = $page->gfx; 

my $image = $self->pdf->image_png('/tmp/logo.png'); 

# add the image to the graphic object - x, y, width, height 
$gfx->image($image, 24, 815, 102, 29); 
Verwandte Themen