Help for this page

Select Code to Download


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