Thursday, May 16, 2013

Combine multiple PDF files into single PDF file

The following command will combine all the PDF files in current folder into a single file called all.pdf.

gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=all.pdf *.pdf

No comments:

Post a Comment