convert: Postscript delegate failed
Posted: 2009-02-06T05:45:51-07:00
Hello,
I'm experiencing problems trying to convert a pdf to jpg. I have to say that I've used the same routine with dozens of other pdf files and it worked without problems. Don't know what's the problem with this file, it's working fine with Adobe Reader.
link to pdf file
command:
error:
imagemagick and gs versions:
hope someone can help me,
thanks
I'm experiencing problems trying to convert a pdf to jpg. I have to say that I've used the same routine with dozens of other pdf files and it worked without problems. Don't know what's the problem with this file, it's working fine with Adobe Reader.
link to pdf file
command:
Code: Select all
convert -density 600 foo.pdf -profile WebCoated.icc -strip -quality 100 -resize 2244 bar.jpg
Code: Select all
convert: Postscript delegate failed `profarm6.pdf'.
Code: Select all
k868:~# gs -v
GPL Ghostscript 8.54 (2006-05-17)
convert -v
Version: ImageMagick 6.2.4 02/10/07 Q16 http://www.imagemagick.org
thanks