Created
June 5, 2013 13:12
-
-
Save ninux/5713741 to your computer and use it in GitHub Desktop.
Merge PDFs with Ghostscript
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=finished.pdf file1.pdf file2.pdf | |
found at https://bbs.archlinux.org/viewtopic.php?id=65036 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment