Many hours have I searched for a fast and easy, but mostly a
Simplest of all is using ImageMagick
here is a sample code
$image = new Imagick(); $image->pingImage('myPdfFile.pdf'); echo $image->getNumberImages();
otherwise you can also use PDF libraries like MPDF or TCPDF for PHP
PDF
MPDF
TCPDF
PHP