Created
March 9, 2015 16:04
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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