PDF to JPG problem in Windows 7

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
zibra

PDF to JPG problem in Windows 7

Post by zibra »

Hi, im using W7 (64bit), and when i try to convert pdf to images i receiv message:

Code: Select all

C:\Users\zibra>convert list.pdf a.jpg
Magick: `%s' (%d) "gswin32c.exe" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -d
NOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=2 "-sDEVI
CE=pnmraw" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72"  "-sOutputFile=C:/U
sers/zibra/AppData/Local/Temp/magick-66Y7qORm" "-fC:/Users/zibra/AppData/Local/T
emp/magick-fvO0s0cg" "-fC:/Users/zibra/AppData/Local/Temp/magick-QeharEz0" @ err
or/utility.c/SystemCommand/2093.
Magick: Postscript delegate failed `list.pdf': No such file or directory @ err
or/pdf.c/ReadPDFImage/645.
Magick: missing an image filename `a.jpg' @ error/convert.c/ConvertImageCommand/
2946.
Problem is in communication between gs and im (in my opinion).
i have installed ghostscript from file gs900w32.exe, because i don't know what to do with files from package "gs900w64.zip" and it can be reason.
On W XP everything is ok.

Thanks for help
DaleyKD
Posts: 11
Joined: 2010-09-01T12:17:24-07:00
Authentication code: 8675308

Re: PDF to JPG problem in Windows 7

Post by DaleyKD »

Post Reply