# install imagemagick if it has not been installed on your linux machine yet
sudo apt-get install imagemagick
# convert all .jpg files to a single pdf file
convert *.jpg output.pdf
Last edit: Duy Dinh 2012-08-26
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Last edit: Duy Dinh 2012-08-26