The Road to Elysium

January 20, 2010

Split and merge PDFs with pdftk

Filed under: Linux — jorge @ 08:14

First install it:

# yum -y install pdftk

Then use it:

Merge

$ pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf

Split

$ pdftk mydoc.pdf burst

A very handy tool.

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress