http://www.perlmonks.org?node_id=186545


in reply to Re: using perl to build documents off of pdf templates
in thread using perl to build documents off of pdf templates

ok

i ended up sticking w/pdf api 2

its got a text feature that can 'stamp' like the text::pdf suggestion -- so thanks on that!

i just used api:2, because it lets you clone pages

its a 1meg file though - ugh - so the overhead sucks for constant use. i did something in 'bad style' -- and had the use pdf:: in a seperate file that i 'do' as needed. i'm sure i'd be hung for that -- but it works :)

  • Comment on Re: Re: using perl to build documents off of pdf templates