Page 1 of 1

Convert pdf to png

Posted: 2012-12-27T08:55:20-07:00
by stanl3y
stanley@lenovo:~/latex/folder$ ls
file.pdf

stanley@lenovo:~/latex/folder$ convert file.pdf file.png
convert: no decode delegate for this image format `/tmp/magick-aRiiNBVl-00000001' @ error/constitute.c/ReadImage/544.
convert: Postscript delegate failed `file.pdf': No such file or directory @ error/pdf.c/ReadPDFImage/678.
convert: no images defined `file.png' @ error/convert.c/ConvertImageCommand/3044.

Re: Convert pdf to png

Posted: 2012-12-27T11:44:55-07:00
by fmw42
It would appear that your version of IM does not have Ghostscript installed.

Please identify your version of IM and platform.

Then run the following IM command

convert -list configure

and look at the line starting with DELEGATES. What does it list? If gs or gslib is not included, then Ghostscript was either not installed or not installed successfully.