Convert bug

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
jgonera
Posts: 6
Joined: 2011-08-03T07:20:29-07:00
Authentication code: 8675308

Convert bug

Post by jgonera »

Convert fails for some pdfs. Appropriate pdf file included.

Environment

Code: Select all

Ubuntu 10.04 lucid
GPL Ghostscript 9.02
ImageMagick 6.7.1-4
PDF file

http://dl.dropbox.com/u/7581847/galler_tagblatt.pdf

Invocation

Code: Select all

convert galler_tagblatt.pdf page_%02d.jpg
Trace

Code: Select all

lt-convert: no decode delegate for this image format `/tmp/magick-Fg1m92ms-00000001' @ error/constitute.c/ReadImage/532.
lt-convert: Postscript delegate failed `galler_tagblatt.pdf':  @ error/pdf.c/ReadPDFImage/664.
lt-convert: missing an image filename `page_%02d.jpg' @ error/convert.c/ConvertImageCommand/3015.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Convert bug

Post by anthony »

Considering the size of the PDF, you may be better off doing the conversion yourself using ghostscript.
http://www.imagemagick.org/Usage/text/#ghostscript
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply