in reply to Re^8: Rotating a (PDF:::Table) Page Help!
in thread Rotating a (PDF:::Table) Page Help!

Thank you, I got to work thanks to your code.
Here is how:
new_page_func => sub { my $next_page = $pdf->page; $next_page->mediabox(792,612); return $next_page; },

I can sleep now until I figure out how to add a link to one of the values.