Help for this page

Select Code to Download


  1. or download this
    Not a HASH reference at /home/ken/perl5/perlbrew/perls/perl-5.36.0/lib
    +/site_perl/5.36.0/PDF/API2.pm line 2359.
            PDF::API2::image_gd(GD::Image=SCALAR(0x800ec1020)) called at /
    +home/ken/perl5/perlbrew/perls/perl-5.36.0/lib/site_perl/5.36.0/PDF/AP
    +I2.pm line 2240
            PDF::API2::image(PDF::API2=HASH(0x8008589c0), GD::Image=SCALAR
    +(0x800ec1020)) called at ./test.pl line 32
    
  2. or download this
            return image_gd($file, %options);
    
  3. or download this
            return $self->image_gd($file, %options);
    
  4. or download this
    #!/usr/bin/env perl
    
    ...
    
    $page->object($canine_triptych, 100, 650, 400);
    $pdf->save($pdf_file);