pdf to jpg conversion fails (convert/ghostscript)
Posted: 2011-08-03T07:45:48-07:00
System:
ImageMagick 6.5.7-8 2010-12-02 Q16 http://www.imagemagick.org
GPL Ghostscript 8.71 (2010-02-10)
Ubuntu lucid 10.04.3 LTS
File:
http://dl.dropbox.com/u/7581847/nzz.pdf
Trace
With ImageMagick 6.7.1-0 2011-08-03 Q16 and Ghostscript 9.02 (2011-03-30) (all compiled with default ./configure) i get only a 'Segmentation Fault'
Is anyone able to reproduce?
ImageMagick 6.5.7-8 2010-12-02 Q16 http://www.imagemagick.org
GPL Ghostscript 8.71 (2010-02-10)
Ubuntu lucid 10.04.3 LTS
File:
http://dl.dropbox.com/u/7581847/nzz.pdf
Trace
Code: Select all
"gs" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pam" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r200x200" -dUseCIEColor "-sOutputFile=/tmp/magick-XXivRtmy" "-f/tmp/magick-XXpXYhRb" "-f/tmp/magick-XXmm0xnP"
omega:/tmp/t1$ convert -limit memory 512 -density 200 nzz.pdf page_%02d.jpg
Error: /ioerror in --showpage--
Operand stack:
1 true
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1878 1 3 %oparray_pop 1877 1 3 %oparray_pop 1861 1 3 %oparray_pop --nostringval-- --nostringval-- 66 1 88 --nostringval-- %for_pos_int_continue --nostringval-- --nostringval-- 1761 0 9 %oparray_pop --nostringval-- --nostringval--
Dictionary stack:
--dict:1162/1684(ro)(G)-- --dict:1/20(G)-- --dict:75/200(L)-- --dict:75/200(L)-- --dict:108/127(ro)(G)-- --dict:288/300(ro)(G)-- --dict:22/25(L)-- --dict:6/8(L)-- --dict:21/40(L)--
Current allocation mode is local
Last OS error: 27
GPL Ghostscript 8.71: Unrecoverable error, exit code 1
convert: Postscript delegate failed `nzz.pdf': No such file or directory @ pdf.c/ReadPDFImage/634.
convert: missing an image filename `page_%02d.jpg' @ convert.c/ConvertImageCommand/2838.
Is anyone able to reproduce?