Merge pdf documents
From wiki.network-crawler.de
[edit]
Howto merge pdf to one file
[edit]
Merge with Linux tool Pdftk
pdftk file1.pdf file2.pdf cat output result.pdf
You can find the tools at: http://www.accesspdf.com/pdftk/ Or at your distribution.
