Error when merging pdf files: Postscript delegate failed
Posted: 2009-09-17T10:03:24-07:00
Hi
I'm trying to merge some pdf files using ImageMagick - I got the latest version running on Windows XP:
C:\Documents and Settings\Brian>convert -version
Version: ImageMagick 6.5.6-1 2009-09-14 Q16 OpenMP http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC
And I get the following error:
C:\Documents and Settings\Brian>convert c:\snozone\sample.pdf c:\snozone\theraven.pdf c:\snozone\merge.pdf
convert: `%s': %s "gswin32c.exe" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -d
NOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEVI
CE=pnmraw" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" "-sOutputFile=C:/D
OCUME~1/Brian/LOCALS~1/Temp/magick-WyPR_zkJ" "-fC:/DOCUME~1/Brian/LOCALS~1/Temp/
magick-XKIYdJcD" "-fC:/DOCUME~1/Brian/LOCALS~1/Temp/magick-0Z1zsrki" @ utility.c
/SystemCommand/1890.
convert: Postscript delegate failed `c:\snozone\sample.pdf': No such file or dir
ectory @ pdf.c/ReadPDFImage/630.
convert: `%s': %s "gswin32c.exe" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -d
NOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEVI
CE=pnmraw" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" "-sOutputFile=C:/D
OCUME~1/Brian/LOCALS~1/Temp/magick-C7Dcdovu" "-fC:/DOCUME~1/Brian/LOCALS~1/Temp/
magick-G45IkwDy" "-fC:/DOCUME~1/Brian/LOCALS~1/Temp/magick-F9ymg_lO" @ utility.c
/SystemCommand/1890.
convert: Postscript delegate failed `c:\snozone\theraven.pdf': No such file or d
irectory @ pdf.c/ReadPDFImage/630.
convert: missing an image filename `c:\snozone\merge.pdf' @ convert.c/ConvertIma
geCommand/2819.
Using the same version on Red Hat Linux with the same input files works fine.
Is this a bug? Can anyone help?
thanks
Brian
I'm trying to merge some pdf files using ImageMagick - I got the latest version running on Windows XP:
C:\Documents and Settings\Brian>convert -version
Version: ImageMagick 6.5.6-1 2009-09-14 Q16 OpenMP http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC
And I get the following error:
C:\Documents and Settings\Brian>convert c:\snozone\sample.pdf c:\snozone\theraven.pdf c:\snozone\merge.pdf
convert: `%s': %s "gswin32c.exe" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -d
NOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEVI
CE=pnmraw" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" "-sOutputFile=C:/D
OCUME~1/Brian/LOCALS~1/Temp/magick-WyPR_zkJ" "-fC:/DOCUME~1/Brian/LOCALS~1/Temp/
magick-XKIYdJcD" "-fC:/DOCUME~1/Brian/LOCALS~1/Temp/magick-0Z1zsrki" @ utility.c
/SystemCommand/1890.
convert: Postscript delegate failed `c:\snozone\sample.pdf': No such file or dir
ectory @ pdf.c/ReadPDFImage/630.
convert: `%s': %s "gswin32c.exe" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -d
NOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEVI
CE=pnmraw" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" "-sOutputFile=C:/D
OCUME~1/Brian/LOCALS~1/Temp/magick-C7Dcdovu" "-fC:/DOCUME~1/Brian/LOCALS~1/Temp/
magick-G45IkwDy" "-fC:/DOCUME~1/Brian/LOCALS~1/Temp/magick-F9ymg_lO" @ utility.c
/SystemCommand/1890.
convert: Postscript delegate failed `c:\snozone\theraven.pdf': No such file or d
irectory @ pdf.c/ReadPDFImage/630.
convert: missing an image filename `c:\snozone\merge.pdf' @ convert.c/ConvertIma
geCommand/2819.
Using the same version on Red Hat Linux with the same input files works fine.
Is this a bug? Can anyone help?
thanks
Brian