PDF::API by Nelius Bresnan- June 14, 2004 I&39;m a Perl novice using the PDF::API package to add stuff to the end of aPDF file. I&39;ve RTFMed, I&39;ve googled this and I even tried emailing theauthor but I&39;m totally stuck.I want to use the method PDF::API2::PDF::Page->add($str). At first I triedPDF::API2->page($index). This inserts-and-returns a new page at $index andit works fine. However an attempt to use $page->add($str) gets the errormessage:Can&39;t locate object method "add" via package...http://www.nntp.perl.org/group/perl.macperl.modules/2004/06/msg98.html |