Error in converting PDF to image

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
armagan

Error in converting PDF to image

Post by armagan »

I'm getting this error while trying to convert a PDF file to gif:

"Unrecoverable error: undefinedresource in setcolorspace"

..and very long message full of numbers.

I use the following command:

convert -density 200 file.pdf[0] page1.gif

Any ideas what's wrong?
armagan

Re: Error in converting PDF to image

Post by armagan »

Never mind I solved it. Turns out some other application screwed with Ghostscript. Reinstalling solved the problem.
Post Reply