Help for this page

Select Code to Download


  1. or download this
    $ perl -E '
        use strict;
    ...
        say "Page count: ", $pdf->page_count();
    '
    Page count: 10
    
  2. or download this
    $ perl -E '
        use strict;
    ...
        say "Page count: ", $pdf->page_count();
    '
    Page count: 10
    
  3. or download this
    ken@titan ~/tmp/pm_11152014_pdf
    $ ls -l
    total 16
    -rw-r--r-- 1 ken None 4272 May  7 00:50 test.pdf
    -rw-r--r-- 1 ken None 7024 May  7 01:05 test2.pdf