Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: PDF::API2 paragraph vertical align

by shibu_pu (Acolyte)
on Dec 17, 2009 at 05:56 UTC ( [id://813138]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $text->fillcolor('#ffffff');
    $text->translate($x, $y);
    ($overflow_text, $height_remaining) = $text->paragraph(qq{text here}, 
    +$width, $height);
    
  2. or download this
    $y -= $height_remaining / 2;
    
  3. or download this
    $text->fillcolor('#000000');
    $text->translate($x, $y);
    $text->paragraph(qq{text here}, $width, $height);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://813138]
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-04-19 03:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found