Help for this page
if(ref $arg{'new_page_func'}) { ... { $page = $pdf->page; }
... new_table_func => sub { my $next_page = $pdf->page; $next_page->rotate(90); return $next_page; },