Created
August 3, 2010 13:47
-
-
Save franciscodavid/506400 to your computer and use it in GitHub Desktop.
Joining PDF files with Ghostview
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 -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=output.pdf -dBATCH file1.pdf file2.pdf file3.pdf … fileN.pdf |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This code is to join multiple PDF files into a single one.