Created
November 22, 2016 13:37
-
-
Save nsahoo/99e80d558b4a11ccd1e7a71a58875ee6 to your computer and use it in GitHub Desktop.
merging many pdfs to a single file
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
gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=merged.pdf \ | |
source1.pdf source2.pdf source3.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment