Help for this page

Select Code to Download


  1. or download this
    my $root = $pdf->new_page('MediaBox'  => [ 0, 0, 612, 792 ], 'Rotate' 
    +=> 90 );
    
  2. or download this
    # Add a page which inherits its attributes from $root
    my $page = $pdf->new_page( 'Rotate' => 90 );