Page 1 of 1

error converting pdf->jpg

Posted: 2012-01-11T14:13:57-07:00
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.

Re: error converting pdf->jpg

Posted: 2012-01-11T15:33:02-07:00
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.

Re: error converting pdf->jpg

Posted: 2012-01-11T15:34:29-07:00
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