Natjohan's blog

  1. Tip of the week 24

    mar. 24 septembre 2013

    Easily assemble, merge, extract your pdf files under linux with pdftk

    pdftk, is a useful command line utility that allow to manipulate your pdf files. You can install it through your favorite package manager (example under Fedora)

    natjohan# yum install pdftk
    

    The syntax of pdftk is very simple :

    pdftk <input_files_seperate_by_spaces ...