-
It is suggested that you use Python modules or Stirling-PDF instead of
pdftk
to manipulating PDFs for several reasons. First, even thoughpdftk
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 …