Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Adding Image to PDF

by Anonymous Monk
on Oct 10, 2012 at 17:23 UTC ( [id://998267]=note: print w/replies, xml ) Need Help??

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.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://998267]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-04-24 09:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found