Concatenating PDF files using ghostscript
If you ever find yourself with multiple PDF files that need to be combined into one single PDF you can use the following incantation on Linux: gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite...
If you ever find yourself with multiple PDF files that need to be combined into one single PDF you can use the following incantation on Linux: gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite...