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

You're amazing, tangent. Thanks. My goal now is to get the strings of those two PDFs together on page one of the new.pdf with some made-up order information from a txt file.

Replies are listed 'Best First'.
Re^5: PDF extract
by PerlSufi (Friar) on Apr 03, 2013 at 21:37 UTC
    hm. is there a way to add text to a PDF using the PDF::API2 module with out creating a new page?
      PDF::API2 says you can either add a new page with ->page() or retrieve an existing page with ->openpage($page_number) ...