problem reading PDF

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
ivobrabec

problem reading PDF

Post by ivobrabec »

Hi,
i have 2.0.1 installed on our server and the following error is produced when making :
$handle=new Imagick();
$handle->readImage("test.pdf");

Fatal error: Uncaught exception 'ImagickException' with message 'Postscript delegate failed `/httpd/html/mydomain/www/test.pdf': No such file or directory' in /httpd/html/mydomain/www/test.php:5 Stack trace: #0 /httpd/html/mydomain/www/test.php(5): Imagick->readimage('test.pdf') #1 {main} thrown in /httpd/html/mydomain/www/ivo.php on line 5

The PDF is accessible, in the same directory, i can be access with fopen()...
Anybody has any idea what is the problem?
Thanks a lot
Ivo
mkoppanen
Posts: 309
Joined: 2007-06-09T07:06:32-07:00

Re: problem reading PDF

Post by mkoppanen »

Do you have the gs delegate installed? Please, do not report Imagick related bugs here; use the dedicated Imagick area on the forum or pecl.php.net bugtracker.
Mikko Koppanen
My blog: http://valokuva.org
ivobrabec

Re: problem reading PDF

Post by ivobrabec »

sorry, i realized it late and there was no button to delete it...i posted it to the imagick section again..thanks for understanding.

what is gs delegate?
Post Reply