I needed to combine some PDF documents. I knew you could do it with GhostScript. I found this that showed the syntax:
http://www.debianadmin.com/combine-mult ... linux.html
But would it work in windows? Yes, it will like this:
C:\Progra~1\gs\gs8.54\bin\gswin32 -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=combinedpdf.pdf -dBATCH 1.pdf 2.pdf 3.pdf 4.pdf 5.pdf 6.pdf 7.pdf 8.pdf 9.pdf 10.pdf 11.pdf 12.pdf 13.pdf 14.pdf 15.pdf 16.pdf 17.pdf 18.pdf 19.pdf
Simple. I like it.