[desktop-discuss] Merge PDF Files

Laszlo (Laca) Peter laca at sun.com
Tue Dec 4 14:02:31 PST 2007


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




More information about the desktop-discuss mailing list