On Thu, Jan 22, 2009 at 06:20:09PM +0200, Oleg Goldshmidt wrote:
> Michael Shiloh <michaelshiloh1...@gmail.com> writes:
> 
> > What's a good way to automatically create a pdf file from a bunch of
> > images?
> 
> Hmm... It is easy to convert each image to PDF, e.g., with
> 
> $ for i in *.jpg; do convert -resize 1024x768 $i ${i%.*}.pdf; done
> 
> or similar, but you want to create a presentation...

convert *.jpg presentation.pdf

-- 
Tzafrir Cohen         | tzaf...@jabber.org | VIM is
http://tzafrir.org.il |                    | a Mutt's
tzaf...@cohens.org.il |                    |  best
ICQ# 16849754         |                    | friend

=================================================================
To unsubscribe, send mail to linux-il-requ...@cs.huji.ac.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-requ...@cs.huji.ac.il

Reply via email to