I am using PHP-Imagick to convert a PDF into images, which works fine.
A simplified example:
$im = new imagick(); $im->setResolution(250,250); $page