error:
Postscript delegate failed
Solution
It looks like the input or output filenames are missing or have some problem. Look closer and it is an error caused by gswin32c.exe
. ImageMagick uses gswin32c.exe
from the Ghostscript package to convert PDF files. So, to fix this error make sure that:
- Ghostscript package is installed.
- The directory containing
gswin32c.exe
is in thePATH
environment variable.