new to convert - have error message
Posted: 2019-08-22T20:12:49-07:00
I'm new to Imagemagick (just downloaded and installed) and using convert so my question is very basic. I have a pdf file (exportTest.pdf) with an image I'd like to convert to a png file. The pdf is in my c:\temp directory. I used the following command from a Windows 10 command prompt from the c:\temp directory:
magick exportTest.pdf exportTest.png
I got the following error message:
magick: FailedToExecuteCommand `"gswin32c.exe" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" "-sOutputFile=C:/Users/Owner.000/AppData/Local/Temp/magick-22300OYtljMR33aOt%d" "-fC:/Users/Owner.000/AppData/Local/Temp/magick-22300ZrqnQA9LzZdj" "-fC:/Users/Owner.000/AppData/Local/Temp/magick-22300yUAqL3SgioWw"' (The system cannot find the file specified.
) @ error/delegate.c/ExternalDelegateCommand/475.
magick: PDFDelegateFailed `The system cannot find the file specified.
' @ error/pdf.c/ReadPDFImage/651.
How can I make this work? What file could it not find?
Thanks,
Walt
magick exportTest.pdf exportTest.png
I got the following error message:
magick: FailedToExecuteCommand `"gswin32c.exe" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" "-sOutputFile=C:/Users/Owner.000/AppData/Local/Temp/magick-22300OYtljMR33aOt%d" "-fC:/Users/Owner.000/AppData/Local/Temp/magick-22300ZrqnQA9LzZdj" "-fC:/Users/Owner.000/AppData/Local/Temp/magick-22300yUAqL3SgioWw"' (The system cannot find the file specified.
) @ error/delegate.c/ExternalDelegateCommand/475.
magick: PDFDelegateFailed `The system cannot find the file specified.
' @ error/pdf.c/ReadPDFImage/651.
How can I make this work? What file could it not find?
Thanks,
Walt