by mguhlin

Combining PDFs

EdTech

I’ve probably written about combining PDFs before, but it doesn’t hurt
to revisit this…

To combine PDFs…

  1. Install by typing sudo apt-get install gs pdftk
  1. Combine files using the following command:

gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=combinedpdf.pdf -dBATCH
1.pdf 2.pdf 3.pdf

If you have more than one PDF (like Google Calendar printouts), you can
combine them en masse with an adaptation of the command:

gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=combinedpdf.pdf -dBATCH calendar*.pdf

And, here’s a collection
of PDF Tools
.


var addthis_pub=“mguhlin”;


Subscribe to Around the Corner-MGuhlin.org


Be sure to visit the ShareMore! Wiki.


Everything posted on Miguel Guhlin’s blogs/wikis are his personal opinion and do not necessarily represent the views of his employer(s) or its clients. Read Full Disclosure