Created
November 21, 2014 03:05
-
-
Save leifwickland/6168a4c2a93c58eb803f to your computer and use it in GitHub Desktop.
Smash multiple PDFs into one.
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 -q -sPAPERSIZE=letter -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=/tmp/output.pdf input1.pdf input2.pdf` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment