Merging several PDFs into one file

Merging several PDFs into one file

On our deparmental Linux machines, it is possible to combine several separate PDF files into a single file. The command is
    gs -dBATCH -sDEVICE=pdfwrite -dNOPAUSE -sOUTPUTFILE=output.pdf file1.pdf file2.pdf [...]
(The separate files are file1.pdf file1.pdf [...], while output.pdf is the combined file.)
This page last updated November 2, 2006.