18 June, 2011

Easy way to merge (put together) several pdf files into single one in Linux

I've noticed, that convert utility from ImageMagick is a great tool to union PDF's into single one:
convert 1.pdf 2.pdf 3.pdf single.pdf

0 comments: