To merge multiple pdf files using the most current qpdf (instead of the older pdftk) you can use the following:
qpdf --empty --pages file1.pdf file2.pdf file3.pdf -- output.pdf
To merge multiple pdf files using the most current qpdf (instead of the older pdftk) you can use the following:
qpdf --empty --pages file1.pdf file2.pdf file3.pdf -- output.pdf