Page 1 of 1

GhostScript Not Found

Posted: 2011-02-18T08:17:39-07:00
by Hineynu
Hi,

I installed IM 6.6.7-7-Q16 on my Win XP Home SP3 laptop so that I could use another open source app that requires it. I made the mistake of installing IM before installing Ghost Script 9.01 since I did not know IM requires GS. When I run PDF conversions in IM, I receive the error

Conversion Failed

Failed to convert file. Ensure GhostScript is installed.
http://pages.cs.wisc.edu/~ghost

When I list the delegates, it says

bzlib freetype jpeg jp2 lcms png tiff x11 xml wmf zlib

so gs is not listed.

I searched the forums and found messages saying to install IM after GS, so I uninstalled IM, rebooted, and installed IM again but am having the same issue. How do I tell IM that GS is installed at

c:\Program Files\ghostscript-9.01

?

Re: GhostScript Not Found

Posted: 2011-02-18T10:38:29-07:00
by el_supremo
Check to see if Ghostscript is in your PATH environment variable. If it isn't, put its bin directory in the path and install IM again (on my Win7 system the path to gs is c:\program files (x86)\gs\gs9.00\bin). I think that's how I got them to install properly.

Pete

Re: GhostScript Not Found

Posted: 2011-02-21T00:07:38-07:00
by Hineynu
Than you for the suggestion! I uninstalled IM, rebooted, added ps to the DOS path, and reinstalled IM but it still did not work. gs is still not in the delegates list.

How else do I tell IM that GS is installed?

Re: GhostScript Not Found

Posted: 2011-02-21T08:01:16-07:00
by el_supremo
My version of IM lists the same DELEGATES as yours. Try a PDF conversion again to see if it fails:

Code: Select all

convert logo: logo.pdf
Pete

Re: GhostScript Not Found

Posted: 2011-02-21T17:57:39-07:00
by Hineynu
Thank you again for the suggestion. I added

C:\Program Files\ghostscript-9.01\lib

to the DOS path and ran

Code: Select all

convert logo: logo.pdf
without an error. The pdf looked good. That did it!