Duy Dinh - 2012-08-26
# 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