Monday, July 7, 2014

Combine PDF Documents to Single PDF

Here is the command to combine multiple PDF Documents to Single PDF.

$ gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=final.pdf file1.pdf file2.pdf file3.pdf file4.pdf