I'm having a problem reading PDF file with Imagick:
Code: Select all
$im = new Imagick();
$im->readImage(APP_PATH .'/public/pdfs/template.pdf');
It doesn't happen when Im trying to read jpegs or tiffs.Fatal error: Uncaught exception 'ImagickException' with message 'Unable to read the file: ***pdfs/template.pdf' in...
The file is there, PHP can read it easily.
My OS is Vista 32, I am using PHP 5.2.5 with IM 6.3.9-Q16 ,php_imagick.dll from snaps.php.net, ghostscript 8.61
I am having exactly the same problem with MagickWand.
Please help.