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