小智 5
其实我把它解决了:
# 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);
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
1544 次 |
最近记录: |