in reply to pdf - page count

I would try:
use PDF::API2; $pdf=PDF::API2->new("file.pdf"); print "Has ",$pdf->pages," Pages \n";
Seems to work.

Replies are listed 'Best First'.
Re^2: pdf - page count
by MiamiGenome (Sexton) on Jun 28, 2006 at 22:12 UTC
    Thanks for the suggestion. I get zero pages when I use the following file :
    http://www.wormbook.org/chapters/www_gaba/gaba.pdf

    This file should have 13 pages.
      OOPS, see my note above which should have been here.