Concatenate multiple PDF files

From gr0x0rd
Jump to navigation Jump to search

This can be done using the ghostscript binary, likely already installed:

gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=finished.pdf file1.pdf file2.pdf fileN.pdf