Created
March 8, 2017 16:49
-
-
Save brantfaircloth/533700af6914485b04b70141676131ce to your computer and use it in GitHub Desktop.
Merging multiple PDF files
This file contains 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
/usr/local/bin/gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -dPDFSETTINGS=/prepress -sOutputFile=out.pdf 1.pdf 2.pdf 3.pdf 4.pdf 5.pdf 6.pdf 7.pdf 8.pdf 9.pdf 10.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It works. Thanks!