in reply to Re: PDF::API2::Simple - pass parameter to header
in thread PDF::API2::Simple - pass parameter to header
and I want to pass a string parameter, which will appear in my header, depending on page.my $pdf = PDF::API2::Simple->new( header => \&header, footer =>\&footer, margin_left => 15, margin_top => 15, margin_right => 15, margin_bottom => 45 );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: PDF::API2::Simple - pass parameter to header
by Corion (Patriarch) on Mar 11, 2010 at 15:38 UTC | |
by constantin.iliescu (Initiate) on Mar 11, 2010 at 15:49 UTC | |
by Corion (Patriarch) on Mar 11, 2010 at 15:55 UTC | |
by constantin.iliescu (Initiate) on Mar 12, 2010 at 09:56 UTC |