Thread
:
how to handle one book has multi-files ?
View Single Post
03-27-2009, 11:47 PM
#
6
zhanglong
Junior Member
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
View Public Profile
Find More Posts by zhanglong
Track Posts by zhanglong via RSS