Skip to content

Instantly share code, notes, and snippets.

@Schabernack
Created September 10, 2014 01:57
Show Gist options
  • Save Schabernack/46987782e88d1deec277 to your computer and use it in GitHub Desktop.
Save Schabernack/46987782e88d1deec277 to your computer and use it in GitHub Desktop.
osx pdf merge
using ghostscript, preinstalled by default on osxx
gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=merged.pdf source1.pdf source2.pdf source3.pdf etc.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment