have problem
Status: Beta
Brought to you by:
ftassin
hi,
Can't use an undefined value as a symbol reference
at /usr/local/lib/perl5/site_perl/5.6.1/PDF/Image/JPEGI
mage.pm
i use this function
$page->image('image' => $pdf->image("/www/lindner/cgi-
bin/faxbestellung1.jpg"), 'xpos' => $X+15, 'ypos'=>
$Y+10);
can you help me
Logged In: YES
user_id=216724
try a non-linear declaration.
that is,
my $jpeg = $pdf->image("logo3.jpg");
$page->image('image' => $jpeg, 'xpos' => 325, 'ypos'=>$y);