PDFファイルをPNGに変換しようとしています。それはコマンドラインからうまく機能します(私はGhostScript 8.64をインストールしています)。しかし、PHPから私は問題を抱えています:
コード:
$im = new Imagick($pdf_file); // this is where it throws the exception below
出力:
Fatal error: Uncaught exception ‘ImagickException’ with message ‘Postscript delegate failed `23_1235606503.pdf’: No such file or directory @ pdf.c/ReadPDFImage/612′ in get_thumbnail.php:93
Stack trace:
\#0 get_thumbnail.php(93): Imagick->__construct(’…’)
などなど。
ここで何が間違っているのかわかりませんが、どこかのサーバー構成に関係しているのではないかと思います。私が実行しているもの:Apache 2.2.11 PHP 5.2.8 ImageMagick 6.4.8-9 GhostScript 8.64