12Feb/080
HOWTO merge multiple PDFs into one file using ghostscript
Here's a quick and dirty way to merge multiple PDF files into a single file for those like me who are too cheap to buy Adobe Acrobat. :^) Found here.
gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=mergedPDF.pdf file1.pdf file2.pdf file3.pdf