It is suggested that you use Python modules instead of pdftk
to manipulating PDFs for several reasons.
First,
even though pdftk
is a great command-line tool,
it is hard to remember its syntax.
On the contratry,
Python code is easy to read and understand (even though it is more verbose …