Help for this page

Select Code to Download


  1. or download this
    $ perl -Mstrict -Mwarnings -E '
        use PDF::API2::Simple;
        my $pdf = PDF::API2::Simple::->new();
        $pdf->pdf->page->rotate(90);
    '