error converting pdf->jpg

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
alfredopacino
Posts: 14
Joined: 2011-01-28T06:58:45-07:00
Authentication code: 8675308

error converting pdf->jpg

Post by alfredopacino »

hi, i just formatted and reinstalled windows 7x64, imagemagick and postscript
i get this when i try to convert pdf in jpg

Code: Select all

C:\>convert a.pdf a.jpg
convert.exe: `%s' (%d) "gswin32c.exe" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOP
ROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=
pngalpha" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" -g595x842  "-sOutput
File=C:/Users/admin/AppData/Local/Temp/magick-LAqJW3KA--0000001" "-fC:/Users/adm
in/AppData/Local/Temp/magick-IsgB1wrs" "-fC:/Users/admin/AppData/Local/Temp/magi
ck-YODxTwki" @ error/utility.c/SystemCommand/1895.
convert.exe: Postscript delegate failed `a.pdf': No such file or directory @ err
or/pdf.c/ReadPDFImage/667.
convert.exe: missing an image filename `a.jpg' @ error/convert.c/ConvertImageCom
mand/3016.
indiego
Posts: 75
Joined: 2010-10-16T06:35:10-07:00
Authentication code: 8675308

Re: error converting pdf->jpg

Post by indiego »

No problems here on Windows7 64bit, GS7.04, IM 6.7.4-4. If you do not work with the latest versions, please update and try again. Otherwise post a link to your pdf, so that we can see if the problem is related to that pdf or IM.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: error converting pdf->jpg

Post by fmw42 »

do you ghostscript installed and IM able to recognize it (gswin32c.exe)

type

convert -list configure

see if gs is listed in the line starting with DELEGATES
Post Reply