How to concatenate multiple PDF files into one

You will need Ghostscript installed in your compter. Then just run the following command

gs -q -sPAPERSIZE=letter -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=out.pdf in1.pdf in2.pdf in3.pdf ...

Leave a Reply