2009-08-06 10 views

Répondre

5

En fait, ça a marché:

# 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); 
Questions connexes