Problem converting .wmf to .pdf

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
wsmwlh

Problem converting .wmf to .pdf

Post by wsmwlh »

C:\Program Files\ImageMagick-6.6.1-Q16>convert "D:\QQDownload\image_sample\8.wmf
" "D:\QQDownload\image_sample\8.pdf"
convert: `%s' (%d) "gswin32c.exe" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -
dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEV
ICE=pngalpha" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" -g165x157 "-sOu
tputFile=C:/DOCUME~1/user/LOCALS~1/Temp/magick-oCIebwnO" "-fC:/DOCUME~1/user/LOC
ALS~1/Temp/magick-Eenf8SiT" "-fC:/DOCUME~1/user/LOCALS~1/Temp/magick-UzsZStPv" @
error/utility.c/SystemCommand/1982.
convert: `%s' (%d) "gswin32c.exe" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -
dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEV
ICE=pngalpha" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" -g165x157 "-sOu
tputFile=C:/DOCUME~1/user/LOCALS~1/Temp/magick-oCIebwnO" "-fC:/DOCUME~1/user/LOC
ALS~1/Temp/magick-Eenf8SiT" "-fC:/DOCUME~1/user/LOCALS~1/Temp/magick-UzsZStPv" -
c showpage @ error/utility.c/SystemCommand/1982.
convert: Postscript delegate failed `C:/DOCUME~1/user/LOCALS~1/Temp/magick-r6RUx
HdK': No such file or directory @ error/ps.c/ReadPSImage/781.
convert: missing an image filename `D:\QQDownload\image_sample\8.pdf' @ error/co
nvert.c/ConvertImageCommand/2970.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Problem converting .wmf to .pdf

Post by magick »

Install Ghostscript and try your WMF conversion again.
wsmwlh

Re: Problem converting .wmf to .pdf

Post by wsmwlh »

Thanks! But the .wmf file is a image file, it can be opened without ghostscript, and the older version of ImageMagick didn't need to install ghostscript too.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Problem converting .wmf to .pdf

Post by magick »

Install Ghostscript and try your WMF conversion again.
Post Reply