rose has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks,
I need to get page count for given PDF file name. So, I used PDF module as follows:
print "This file has ",$pdf->Pages," Pages \n";
Is there any other getting the page count like this?
Thanks
Rose
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Get PDF page count
by marto (Cardinal) on Dec 11, 2009 at 14:26 UTC | |
|
Re: Get PDF page count
by leocharre (Priest) on Dec 11, 2009 at 16:06 UTC |