ndnalibi has asked for the wisdom of the Perl Monks concerning the following question:
use CGI; # load the CGI.pm module use DBI; # load database module use DBD::mysql; # load mysql driver use PDF::API2;
my $jpeg = $pdf->image_jpeg('/var/www/html/font_test/Pumpkins/backgrou +nd.jpg'); my $png = $pdf->image_png('/var/www/html/font_ +test/Pumpkins/foreground.png'); my $tag = $pdf->image_jpg('/var/www/html/font_ +test/Pumpkins/tagline.jpg');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can't locate object method "image_jpg"
by themage (Friar) on Sep 11, 2008 at 15:47 UTC | |
by jvector (Friar) on Sep 11, 2008 at 17:56 UTC | |
by ndnalibi (Acolyte) on Sep 12, 2008 at 13:09 UTC | |
by jvector (Friar) on Sep 12, 2008 at 14:55 UTC |