1 #!/bin/bash 2 # 3 gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=finished.pdf file1.pdf file2.pdf...
Using pdftk:
1 pdftk doc1.pdf doc2.pdf ... cat output merged.pdf
Scripts/pdfjoin (last edited 2024-07-31 23:53:48 by scot)