error: convert: Postscript delegate failed
Posted: 2008-12-17T07:03:23-07:00
hallo,
i am working with imagemagick in case of converting pdf 2 jpeg. mostly it workes very well, but i have a file (correct pdf i think, i can open it with acrobat reader) the script dont work.
the following is the error:
is there something wrong?
(please excuse my engl.)
i am working with imagemagick in case of converting pdf 2 jpeg. mostly it workes very well, but i have a file (correct pdf i think, i can open it with acrobat reader) the script dont work.
the following is the error:
i do it with the php-code:**** Warning: File has insufficient data for an image.
GPL Ghostscript 8.54: Unrecoverable error, exit code 1
convert: Postscript delegate failed `/home/www/data/files/filename.pdf': No such file or directory.
convert: missing an image filename `/home/www/data/workspace/filename.jpg'.
Code: Select all
exec('convert /home/www/data/files/filename.pdf /home/www/data/workspace/filename.jpg');
(please excuse my engl.)