ozzy has asked for the wisdom of the Perl Monks concerning the following question:
my $root = $pdf->new_page('MediaBox' => [ 0, 0, 612, 792 ], 'Rotate' +=> 90 );
# Add a page which inherits its attributes from $root my $page = $pdf->new_page( 'Rotate' => 90 );
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: PDF::Create
by rsiedl (Friar) on Oct 14, 2004 at 14:08 UTC | |
by txtoolman (Initiate) on Aug 26, 2008 at 21:20 UTC | |
by elearningshow (Initiate) on Aug 28, 2008 at 00:43 UTC |