Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: PDF through perl

by jdtoronto (Prior)
on Nov 06, 2006 at 15:12 UTC ( [id://582452]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     use PDF::API2::Win32;
     $pdf = PDF::API2::Win32->new;
    
  2. or download this
    use PDF::API2;
    $pdf = PDF::API2->new;
    ...
    $gfx->textlabel(200,700,$fnt,20,'Hello World !');
    $pdf->saveas('/this/new/document.pdf');
    $pdf->end;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-03-28 14:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found