Merging PDF documents in Ubuntu
Just a note to myself, easiest way to merge .pdf files:
$ sudo aptitude install pdftk $ pdftk 1.pdf 2.pdf output 12.pdf
The blog
$ sudo aptitude install pdftk $ pdftk 1.pdf 2.pdf output 12.pdf