Created
January 7, 2016 11:42
-
-
Save ddbs/225f2b525a7bcec99ef1 to your computer and use it in GitHub Desktop.
merge pdf files linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=merged.pdf *.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
install dependencies
sudo apt-get install ghostscript