Join/Merge PDF files together


Just found this wonderful command here for ghostscript to produce one pdf out of many:

gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=finished.pdf file1.pdf file2.pdf

  1. #1 by ed Hardy on July 8th, 2008

    check this out

    https://www.acrobat.com ;)

  2. #2 by panzi on August 15th, 2008

    Actually there are tools that operate directly on PDFs without the need to convert it to postscript (I think this is what gs does, but I’m not sure). I used such a tool once, but I can’t remember the name. “yum search pdfjoin” yields:
    pdfjam.noarch : Utilities for join, rotate and align PDFs
    But I’m not sure if this was the tool I used.

  3. #3 by panzi on August 15th, 2008

    REPLY:
    (I think it was pdftk what I used.)

(will not be published)

  1. No trackbacks yet.