Skip to content

Instantly share code, notes, and snippets.

@rdmpage
Created September 8, 2015 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdmpage/d6899b3fcd37da462005 to your computer and use it in GitHub Desktop.
Save rdmpage/d6899b3fcd37da462005 to your computer and use it in GitHub Desktop.
Merge PDFs in a directory into one PDF using ghostscript, without rotating pages
gs -q -dNOPAUSE -dBATCH -dAutoRotatePages=/None -sDEVICE=pdfwrite -sOutputFile=merged.pdf *.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment