Created
May 25, 2013 16:35
-
-
Save chadcooper/5649687 to your computer and use it in GitHub Desktop.
Merge pdfs at the Terminal in OSX using GhostScript.
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
gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=merged.pdf pdf-1.pdf pdf-2.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment