Quickly combine pdf files
Quickly combine pdf files in 2 easy steps: 1. Install required packages apt-get install gs<del> pdftk</del> 2. Combine 1.pdf and 2.pdf into out.pdf gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=out.pdf -dBATCH 1.pdf 2.pdf Comments: Adi - Aug 3, 2011 So.. at which point did you use pdftk? :) len - Aug 3, 2011 @adi -sDEVICE=pdfwrite :) Adi - Aug 3, 2011 Actually, pdfwrite is part of gs len - Aug 4, 2011 You are right, I stand corrected :)...