Fri, 14 Apr 2006

Concatenate PDFs

How to Concatenate PDFs

  1. Install pdftk. I suggest apt-get install pdftk.
  2. Create a shell script call pdfcat:
  3. #!/bin/sh
    
    pdftk $* cat output -
    
  4. Run pdfcat file1.pdf file2.pdf file3.pdf > files1-3.pdf

tech | Permanent Link

The state is that great fiction by which everyone tries to live at the expense of everyone else. - Frederic Bastiat