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

Glad to be of help.

Replies are listed 'Best First'.
Re^4: PDF extract
by PerlSufi (Friar) on Apr 03, 2013 at 17:17 UTC
    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.
      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) ...