Skip to content

Instantly share code, notes, and snippets.

@mmstick
Created March 9, 2015 16:04
Show Gist options
  • Save mmstick/8e2557b99db9b1310d0c to your computer and use it in GitHub Desktop.
Save mmstick/8e2557b99db9b1310d0c to your computer and use it in GitHub Desktop.
Merges all PDFs in the current directory into one large PDF in alphabetical order.
#!/bin/bash
gs -sDEVICE=pdfwrite -dCompatabilityLevel=1.4 -dPDFSETTINGS=/ebook -dDetectDuplicateImages=true -dNOPAUSE -dQUIET -dBATCH -sOutputFile="$1" *.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment