1 Introduction
You may need to merge some pdf files to get only one. Here is the solution
2 Usage
gs
|
gs -q -sPAPERSIZE=letter -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=out.pdf `ls *.pdf`
|
Merge all pdf files in the directory into one pdf file (the out.pdf file)