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.
Convert pdf to png
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Convert pdf to png
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.
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.