in reply to Combining PDFs

Tools that can do this kind of thing include tex and GhostScript. For GhostScript, it's something like

gs -sDEVICE=pdfwrite -dNOPAUSE -dQUIET -dBATCH -sOutputFile=../combine +d_doc.pdf *.pdf

For tex, you can use texexec to combine pdfs.