How to concatenate PDFs


It could be useful for everybody, so here is the trick:
gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=final.pdf file1.pdf file2.pdf file3.pdf …
Enjoy !
It could be useful for everybody, so here is the trick:
gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=final.pdf file1.pdf file2.pdf file3.pdf …
Enjoy !