Page 1 of 1

can I convert pdf to jpg

Posted: 2009-11-25T00:43:26-07:00
by manit
i I am using windows version of imagemagick-6.4.I have extracted contents of zip file to a folder & gave the command.

"D:\sumeet\software dvd\ImageMagick-6.4.8-9\convert.exe" 1.pdf 1.jpg

The OUTPUT was
convert.exe: `%s': %s "gswin32c.exe" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUS
E -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-s
DEVICE=pnmraw" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" "-sOutputFile=
C:/Users/Guest1/AppData/Local/Temp/magick-VC78S86N" "-fC:/Users/Guest1/AppData/L
ocal/Temp/magick-G6IXBoHg" "-fC:/Users/Guest1/AppData/Local/Temp/magick-BG9pyk67
" @ utility.c/SystemCommand/1829.
convert.exe: Postscript delegate failed `d:\1.pdf': No such file or directory @
pdf.c/ReadPDFImage/612.
convert.exe: missing an image filename `d:\1.jpg' @ convert.c/ConvertImageComman
d/2766.

Actually 1.pdf is kept in d drive.

Re: can I convert pdf to jpg

Posted: 2009-11-25T10:32:59-07:00
by fmw42
if you installed from source, then you probably need to install any and all delegate libraries for image formats you want to use.

type

convert -list configure

look at the line DELEGATES and see what is installed. You probably need Ghostscript (gs) delegate

see http://www.imagemagick.org/download/delegates/