by mguhlin

Combining PDFs

I've probably written about combining PDFs before, but it doesn't hurt to revisit this... To combine PDFs... - ...**on a Mac**, use [PDFLab](http://www.iconus.ch/fabien/pdflab/) or

EdTech

Share

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.


Share This Post