PDF to JPG, missing image filename error
Posted: 2010-05-06T11:47:22-07:00
When I attempt: 'convert test.pdf test.jpg' I get the follow error:
C:\Collateral\Temp>convert test.pdf logo.jpg
convert: `%s' (%d) "gswin32c.exe" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -
dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=2 "-sDEV
ICE=bmpsep8" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" -dUseCIEColor "-
sOutputFile=C:/DOCUME~1/ADMINI~1.NGP/LOCALS~1/Temp/magick-6vm33AHi" "-fC:/DOCUME
~1/ADMINI~1.NGP/LOCALS~1/Temp/magick-sh6_RROG" "-fC:/DOCUME~1/ADMINI~1.NGP/LOCAL
S~1/Temp/magick-oUhbFvop" @ error/utility.c/SystemCommand/1982.
convert: Postscript delegate failed `test.pdf': No such file or directory @ erro
r/pdf.c/ReadPDFImage/648.
convert: missing an image filename `logo.jpg' @ error/convert.c/ConvertImageComm
and/2970.
These commands all run fine:
convert logo: logo.pdf
convert logo.pdf logo.jpg
The test.pdf does exist. I can run the same command on the same test.pdf on my laptop running xp with same IM and GS versions and it works fine. I tried installing the VC++ redist and still no luck.
IM: 6.6.1
GS: 8.71
W2K AS SP4
I'd appreciate any advice on how to solve this problem.
Thanks, Ken
C:\Collateral\Temp>convert test.pdf logo.jpg
convert: `%s' (%d) "gswin32c.exe" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -
dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=2 "-sDEV
ICE=bmpsep8" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" -dUseCIEColor "-
sOutputFile=C:/DOCUME~1/ADMINI~1.NGP/LOCALS~1/Temp/magick-6vm33AHi" "-fC:/DOCUME
~1/ADMINI~1.NGP/LOCALS~1/Temp/magick-sh6_RROG" "-fC:/DOCUME~1/ADMINI~1.NGP/LOCAL
S~1/Temp/magick-oUhbFvop" @ error/utility.c/SystemCommand/1982.
convert: Postscript delegate failed `test.pdf': No such file or directory @ erro
r/pdf.c/ReadPDFImage/648.
convert: missing an image filename `logo.jpg' @ error/convert.c/ConvertImageComm
and/2970.
These commands all run fine:
convert logo: logo.pdf
convert logo.pdf logo.jpg
The test.pdf does exist. I can run the same command on the same test.pdf on my laptop running xp with same IM and GS versions and it works fine. I tried installing the VC++ redist and still no luck.
IM: 6.6.1
GS: 8.71
W2K AS SP4
I'd appreciate any advice on how to solve this problem.
Thanks, Ken