>page( $pdf->pages ); # Add a page at the end
$page->do_something() # Do stuff to the page
If there's any PDF::API2ers reading this, feel free to correct my code.
Cheers!
Rick
On 15 Jun 2004, at 7:08 AM, Nelius Bresnan wrote:
I'm a Perl novice using the PDF::API
I'm a Perl novice using the PDF::API package to add stuff to the end of a
PDF file. I've RTFMed, I've googled this and I even tried emailing the
author but I'm totally stuck.
I want to use the method PDF::API2::PDF::Page->add($str). At first I tried
PDF::API2->page