Page 1 of 1

jpg->pdf problem

Posted: 2007-03-28T13:16:54-07:00
by galifar
hi, i'm trying to convert some jpg images in one pdf file with this command
convert *.jpg ../all.pdf
but for some images only a piece is converted.
this is before
Image
and this is after
Image
any ideas?

Re: jpg->pdf problem

Posted: 2007-03-28T16:16:56-07:00
by anthony
The postscript/PDF code is not handling the image in an appropriate way for ALL image resolutions. Because of this ghostscript will get the result wrong. I have seen it before.

Re: jpg->pdf problem

Posted: 2007-03-29T11:19:14-07:00
by galifar
but postscript conversion is done correctly
do you know how can i achieve my goal?

Re: jpg->pdf problem

Posted: 2007-03-29T11:25:03-07:00
by magick
Post a URL to your images and the exact command you use. We need to download your images and reproduce the problem before we can suggest a solution.

Re: jpg->pdf problem

Posted: 2007-03-30T02:35:28-07:00
by galifar
magick wrote: Post a URL to your images
http://img503.imageshack.us/my.php?image=beforeth6.jpg
and the exact command you use.
convert beforeth6.jpg ../all.pdf