当我尝试将某些 pdf 转换为 JPEg 时出现此错误
错误信息是:
[28-Mar-2011 13:24:02] PHP Fatal error: Uncaught exception '
Stack trace:
#0 /home/bobdole/public_html/viewfile.php(41): Imagick->__con
#1 {main}
thrown in /home/bobdole/public_html/viewfile.php on line 41
代码是:
$im = new imagick($file_location);//Line 41 is here
$im->setImageFormat( "jpg" );
$pdf_pages=$im->getNumberImages();
知道是什么导致了问题以及如何解决吗?它不会一直发生,只有某些 PDF 才会发生。
GhostScript 已安装。