Skip to content

Instantly share code, notes, and snippets.

@wwerner
Created August 9, 2019 06:30
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 wwerner/428b5680a45e6ec7b1628d89624bc760 to your computer and use it in GitHub Desktop.
Save wwerner/428b5680a45e6ec7b1628d89624bc760 to your computer and use it in GitHub Desktop.
# Concatenate multiple PDF files into one using GhostScript
gs -q -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=fileout.pdf 1.pdf 2.pdf 3.pdf ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment