Printing hyperlink in PDF using PDF:Reuse in Perl Catalyst -


trying use pdf::reuse in catalyst produce simple documents. have not found syntax how put http link pdf document in catalyst::view::pdf::reuse modul: http://metacpan.org/pod/catalyst::view::pdf::reuse when looking single pdf::reuse expect use in template syntax:

[% pdf.prhyperlink(100, 100, 'press link', 'http://www.test.com') %]

but not work. correct syntax put http link pdf using catalyst::view::pdf::reuse?

according documentation of pdf::reuse function adding hyperlink prlink , not prhyperlink. reason template not work?


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -