Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Re: Generating beautiful reports

by kappa (Chaplain)
on Apr 09, 2002 at 10:47 UTC ( [id://157692]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $pdf = new PDF::Create(...);
    my $root = $pdf->new_page('MediaBox' => [ 0, 0, 612, 792 ]);
    my $page = $root->new_page;
    $page->stringc($f2, 40, 306, 426, "PDF::Create");
    
  2. or download this
    $im = new GD::Image(100,100);
    $image->stringFT($color,$font,10,0,123,321,"GD")
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (8)
As of 2024-03-28 19:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found