Help for this page

Select Code to Download


  1. or download this
    Can't locate object method "image" via package "PDF::API2" at test.pl 
    +line 32.
    
  2. or download this
    my $img = $pdf->image("images/logo.jpeg", 100, 60); # define the image
    + and image dimensions
    
  3. or download this
    my $img = $pdf->image_jpeg("images/logo.jpeg", 100, 60); # define the 
    +image and image dimensions
    
  4. 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.