How to join PDF files (gs)
There are dozens of methods how to join PDF files. Here is one of them:
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=joined.pdf sample1.pdf sample2.pdf
There are dozens of methods how to join PDF files. Here is one of them:
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=joined.pdf sample1.pdf sample2.pdf