First install pdftk sudo aptitude install pdftk Now combine the files with: pdftk file_1.pdf file_2.pdf file_3.pdf cat output ...
Convert PDF to Image
Using "convert" from "imagemagick" to convert a PDF to Image. Example: convert -geometry 1024x768 -density 200 -colorspace RGB input.pdf ...