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

Re: PDF via Perl?

by perlmonkey (Hermit)
on May 23, 2000 at 05:40 UTC ( [id://14310]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use PDF::Create;
    use strict;
    my $pdf = new PDF::Create('filename' => 'test.pdf',
    ...
                        'BaseFont' => 'Helvetica-Oblique');
    $page->string($f1, 40, 30, 600, "Hello from pdf Hell!" );
    $pdf->close;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-19 14:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found