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.
Comment on
Re^4: PDF extract
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?
[reply]
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)
...
[reply]
In Section
Seekers of Perl Wisdom