火曜日, 3月 31, 2009

Combine multiple PDFs into one file in Ubuntu Linux

Combine multiple PDFs into one file in Ubuntu Linux
  • The formal way
    1. sudo apt-get install gs pdftk
    2. gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=combinedpdf.pdf -dBATCH 1.pdf 2.pdf 3.pdf

  • The simpler way
    pdftk 1.pdf 2.pdf cat output combined.pdf

0 件のコメント: