Skip to content

Instantly share code, notes, and snippets.

@ddbs
Created January 7, 2016 11:42
Show Gist options
  • Save ddbs/225f2b525a7bcec99ef1 to your computer and use it in GitHub Desktop.
Save ddbs/225f2b525a7bcec99ef1 to your computer and use it in GitHub Desktop.
merge pdf files linux
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=merged.pdf *.pdf
@ddbs
Copy link
Author

ddbs commented Nov 24, 2017

install dependencies

sudo apt-get install ghostscript

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment