in reply to Re^3: Rotating a (PDF:::Table) Page Help!
in thread Rotating a (PDF:::Table) Page Help!
my $hdr_props = { # This param could be a pdf core font or user specified TTF. # See PDF::API2 FONT METHODS for more information font => $pdf->corefont("Times", -encoding => "utf8"), font_size => 10, font_color => '#006666', bg_color => 'yellow', repeat => 1, # 1/0 eq On/Off if the header row should +be repeated to every new page };
my $code_ref = { ? => ? };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Rotating a (PDF:::Table) Page Help!
by Corion (Patriarch) on Mar 31, 2009 at 19:31 UTC | |
by Anonymous Monk on Mar 31, 2009 at 19:32 UTC | |
by Corion (Patriarch) on Mar 31, 2009 at 19:45 UTC | |
by Anonymous Monk on Mar 31, 2009 at 20:00 UTC | |
by Corion (Patriarch) on Mar 31, 2009 at 20:19 UTC | |
| |
by Anonymous Monk on Mar 31, 2009 at 20:12 UTC |