smart stuff

pdftk - the pdf toolkit
30 Dec 06 - http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/Linux/pdftk.rdoc
If PDF is electronic paper, then pdftk is an electronic staple-remover, hole-punch, binder, secret-decoder-ring, and X-Ray-glasses. Pdftk is a simple tool for doing everyday things with PDF documents. Keep one in the top drawer of your desktop and use it to:

The nice thing is that one can use it all from the commandline :-).

 pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf
 pdftk A=one.pdf B=two.pdf cat A1-7 B1-5 A8 output combined.pdf