Skip to content

Instantly share code, notes, and snippets.

@chadcooper
Created May 25, 2013 16:35
Show Gist options
  • Save chadcooper/5649687 to your computer and use it in GitHub Desktop.
Save chadcooper/5649687 to your computer and use it in GitHub Desktop.
Merge pdfs at the Terminal in OSX using GhostScript.
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