PDF page count without exec
Posted: 2008-02-18T04:01:52-07:00
Hi,
is there some way to get the pdf page count without using exec?
If i do
foreach ( $im->identifyImage() as $k => $v )
{
...
}
this information is not there in the format proprety...
i know the page count can be obtained from identify -format %n imag.pdf... but this works only with exec
Thanks
Ivo
is there some way to get the pdf page count without using exec?
If i do
foreach ( $im->identifyImage() as $k => $v )
{
...
}
this information is not there in the format proprety...
i know the page count can be obtained from identify -format %n imag.pdf... but this works only with exec
Thanks
Ivo