in reply to Re^4: PDF extract
in thread PDF extract

hm. is there a way to add text to a PDF using the PDF::API2 module with out creating a new page?

Replies are listed 'Best First'.
Re^6: PDF extract
by soonix (Chancellor) on Apr 04, 2013 at 00:29 UTC
    PDF::API2 says you can either add a new page with ->page() or retrieve an existing page with ->openpage($page_number) ...