-1
私はImagick DLL successfully.Iがインストールされているが、次のPHPでImagickライブラリを使用してpdfファイルをイメージに変換するには?
How do I convert a PDF document to a preview image in PHP?
次のstackoverflow exmpleに従っている私のコード
<?php
$im = new imagick('file.pdf[0]');
$im->setImageFormat('jpg');
header('Content-Type: image/jpeg');
echo $im;
?>
ですが、私は今、次のエラー
Fatal error: Uncaught exception 'ImagickException' with message 'UnableToOpenBlob `demo.pdf': No such file or directory @ error/blob.c/OpenBlob/2657' in D:\xampp\htdocs\learn\index.php:2 Stack trace: #0 D:\xampp\htdocs\learn\index.php(2): Imagick->__construct('demo.pdf[0]') #1 {main} thrown in D:\xampp\htdocs\learn\index.php on line 2
Imagick取得していますdllインストールpropelry
添付screnshot 親切にいくつかのいずれかが、おかげで