I have ~60 jpeg images I'm trying to convert into a multi-page PDF. basically I'm just running them through convert.
[cedar] convert -v Version: ImageMagick 6.3.4 08/12/07 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2007 ImageMagick Studio LLC ... [cedar] convert -adjoin -page A4 *.jpeg vv.pdf However the output PDF does not view properly (in kpdf 0.5.7, acrobat reader 7.0.8). KPDF will not load the output file at all, while acroread shows a flawless first page, but subsequent pages are empty - they just show as an empty white square. I tested the images with qiv, gimp, even the venerable 'xv'. They all seem to render them identically. File identifies them all as "JPEG image data, JFIF standard 1.01". Then tried another set of jpegs (from digital camera), got the same result. Is this a bug? Or is there something I'm doing wrong? cheers, -kt _______________________________________________ Magick-bugs mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-bugs
