Page 1 of 1

how to create a pdf from more images ?

Posted: 2010-08-03T04:36:10-07:00
by kadkam
Hi

Explain by example:

I have

image01.jpg
image02.jpg
photo.jpg

I want to create a single test.pdf file with more pages and jpg recompression (75%)

Can I have the command line please?


THANKS

Re: how to create a pdf from more images ?

Posted: 2010-08-03T05:10:06-07:00
by Drarakel
Hi,
Just specify the input images one after another:
convert image01.jpg image02.jpg photo.jpg -compress jpeg -quality 75 test.pdf