Blog / Linux
Monday 18 August 2008
Combine PDFs from the Linux command line
Here's a useful little trick for merging PDF files at the Linux command line using Ghostscript:-
> gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=combinedpdf.pdf -dBATCH file1.pdf file2.pdf
— Andy
Posted in: Linux