On Tue, 2007-12-04 at 13:44 -0800, W. Wayne Liauh wrote: > Is there any easy way to merge pdf files into a single pdf file? Thanks. Something like: gs -sDEVICE=pdfwrite -sOutputFile=foo.pdf -dNOPAUSE -dBATCH \ foo1.pdf foo2.pdf ... should work... Laca