in reply to Re: Table in landscape view with PDF::API2 and PDF::Table
in thread Table in landscape view with PDF::API2 and PDF::Table
Thanks for your reply.
I tried this way, but the new_page_func doesn't seems to be working for me. At this table my table is not too big, it just have soem 100 lines of data but has more coloumns. I want to be displayed in landscape view. I tried,new_page_func => sub { my $next_page = $pdf->page; $next_page->rotate(90); return $next_page; },
This doesn't work for a table with just 2 rows. Please let me know your views on this.
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Table in landscape view with PDF::API2 and PDF::Table
by Corion (Patriarch) on Feb 15, 2010 at 08:16 UTC | |
by manua (Novice) on Feb 15, 2010 at 16:18 UTC | |
by Corion (Patriarch) on Feb 15, 2010 at 16:24 UTC | |
by manua (Novice) on Feb 15, 2010 at 16:44 UTC | |
by manua (Novice) on Feb 16, 2010 at 18:06 UTC | |
|