in reply to Re: Adding Image to PDF
in thread Adding Image to PDF
Can't locate object method "image" via package "PDF::API2" at test.pl +line 32.
my $img = $pdf->image("images/logo.jpeg", 100, 60); # define the image + and image dimensions
my $img = $pdf->image_jpeg("images/logo.jpeg", 100, 60); # define the +image and image dimensions
Can't call method "val" on an undefined value at /usr/local/share/perl +5/PDF/API2/Resource/XObject/Image.pm line 66.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Adding Image to PDF
by MilanorTSW (Beadle) on Oct 10, 2012 at 17:49 UTC | |
by Anonymous Monk on Oct 10, 2012 at 18:16 UTC |