PDF to Tiff

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
ots.iris

PDF to Tiff

Post by ots.iris »

Why have Error??

Code: Select all

C:\convImage>convert_n -version
Version: ImageMagick 6.6.0-9 2010-03-21 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC
Features: OpenMP
Error Code:

Code: Select all

C:\convImage>convert_n -density 200 -compress fax 124.pdf test12.tiff
convert_n: `%s' (%d) "gswin32c.exe" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE
 -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sD
EVICE=bmpsep8" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r200x200" -dUseCIEColor
  "-sOutputFile=C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/magick-8zohiTaR" "-fC:/DOCUME
~1/ADMINI~1/LOCALS~1/Temp/magick-vdS-sZJ8" "-fC:/DOCUME~1/ADMINI~1/LOCALS~1/Temp
/magick-vERzZF9Y" @ error/utility.c/SystemCommand/1982.
convert_n: Postscript delegate failed `124.pdf': No such file or directory @ err
or/pdf.c/ReadPDFImage/640.
convert_n: missing an image filename `test12.tiff' @ error/convert.c/ConvertImag
eCommand/2941.
But Old IM is OK!!

Code: Select all

C:\convImage>convert -version
Version: ImageMagick 6.5.3-10 2009-06-19 Q8 OpenMP http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC
No Error Message!!

Source PDF file:http://www.audiocodes.com/Data/Uploads/ ... asheet.pdf
GPL Ghostscript 8.64
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: PDF to Tiff

Post by magick »

Your document converted without complaint under Windows and Linux with ImageMagick 6.6.0-9 and Ghostscript 8.64. We're not sure why its failing for you. Try adding -colorspace rgb before your PDF filename on the command line.
ots.iris

Re: PDF to Tiff

Post by ots.iris »

magick wrote:Your document converted without complaint under Windows and Linux with ImageMagick 6.6.0-9 and Ghostscript 8.64. We're not sure why its failing for you. Try adding -colorspace rgb before your PDF filename on the command line.
Thank you~ But I try

Code: Select all

C:\convImage>convert_n -density 200 -compress fax -colorspace rgb 124.pdf test12.tiff
Error Code:

Code: Select all

convert_n: `%s' (%d) "gswin32c.exe" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE
 -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pnmraw" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r200x200"  "-sOutputFile=C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/magick-F17IFdLC" "-fC:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/magick-Xw2gHQXg" "-fC:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/magick-to0XYyTQ" @ error/utility.c/SystemCommand/1982.convert_n: Postscript delegate failed `124.pdf': No such file or directory @ error/pdf.c/ReadPDFImage/640.convert_n: missing an image filename `test12.tiff' @ error/convert.c/ConvertImageCommand/2941.
:(
Post Reply