First install it:
# yum -y install pdftkThen use it:
Merge
$ pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf
Split
$ pdftk mydoc.pdf burst
A very handy tool.
January 20, 2010
First install it:
# yum -y install pdftkThen use it:
Merge
$ pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf
Split
$ pdftk mydoc.pdf burst
A very handy tool.
Powered by WordPress