- or download this
Can't locate object method "image" via package "PDF::API2" at test.pl
+line 32.
- or download this
my $img = $pdf->image("images/logo.jpeg", 100, 60); # define the image
+ and image dimensions
- or download this
my $img = $pdf->image_jpeg("images/logo.jpeg", 100, 60); # define the
+image and image dimensions
- or download this
Can't call method "val" on an undefined value at /usr/local/share/perl
+5/PDF/API2/Resource/XObject/Image.pm line 66.