View Single Post
Old 03-27-2009, 11:47 PM   #6
zhanglong
Junior Member
zhanglong began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Mar 2009
Device: none
In linux, you can use ghostscript. for example, the next command will merge ch1.pdf, ch2.pdf and ch3.pdf to out.pdf.


gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=out.pdf ch1.pdf ch2.pdf ch3.pdf
zhanglong is offline   Reply With Quote