Snippet: Join PDFs with pdftk

snippetWith pdftk we can (as well as a lot of other PDF-related operations) join PDFs in Linux, wich is something very useful. This is one example:

# pdftk file1.pdf file2.pdf file3.pdf cat output file_output.pdf

For windows there is also Pdftk Builder, with a graphical interface.

Leave a Reply

  

  

  

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>