Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: PDF::API2 is confusing me to death..

by mpeters (Chaplain)
on Sep 06, 2005 at 20:50 UTC ( [id://489677]=note: print w/replies, xml ) Need Help??


in reply to Re^2: PDF::API2 is confusing me to death..
in thread PDF::API2 is confusing me to death..

I know what creates the additional pages, but what says "hey, write to me now buddy!"
That's what the openpage() method does. It will return the page object. From that you can add whatever you want to that page. This is how I usually do that:
my $current_page = $pdf->openpage($page_num); $current_page->gfx->textlabel( 100, # X coord 200, # Y coord $font, $font_size, "Some text to write", ); $current_page->update();

-- More people are killed every year by pigs than by sharks, which shows you how good we are at evaluating risk. -- Bruce Schneier

Log In?
Username:
Password:

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

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

    No recent polls found