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?".
Hmm, okay, it's not the obviuous problem that the file isn't there. The next step (other than messing around with direct gswin commands, and I know nothing about those) is to put the file up somewhere like dropbox so other people can try to read it with other versions of IM and ghostscript.
unfortunately I can't disclose the file because I don't know if the drawing contains sensitive information--it may not but I don't want to take that risk. I've run the same command using other PDF files and all return the same error so, I don't think there's anything unusual about this particular file. The error message seems to indicate that it can't even find the PDF file--strange.
From the generated command, you can see that IM uses temporary files. Maybe that's where the problem is. Do you have read/write access to "C:/Users/d44399/AppData/Local/Temp/" ?
Can you execute "gswin32c.exe"? On my machine, IM generates the full path, which is what I need to type on the command line. (If you get into ghostscript, type "quit" to exit.)
Did you install ghostscript before ImageMagick? That's the correct way. IM finds gs at installation.
Permissions have been a problem and I didn't know about the temp file thing. I'll test this again on a machine running Windows XP rather than 7. Although I don't think that that 7 is the problem, I have been hampered by permissions issues on the local level for reasons that not even our tech support has resolved. I'll test this XP and see if that's an issue--thanks!!
Ok... I got it, it's working! I had a host of other little security issues going on. Also, I didn't have GS installed. IM's a thing of beauty once all this is configured correctly. These are the steps I followed: (your mileage may vary)
snibgo wrote:IM uses GS to read PDFs. So you haven't installed ghostscript? Yeah, that would explain why IM fails when trying to execute gswin32.exe.
Thank you snibgo.
Three years later.. your answer worked for me.
I was having trouble with the conversion just like alexcordero9, haven't installed Ghostscript.
Thanks to you, made it work.