Last active
October 15, 2018 09:49
-
-
Save nkokkos/2787406 to your computer and use it in GitHub Desktop.
Create a pdf file from a bunch of other pdf files
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
| gswinc32.exe \ | |
| -dBATCH \ | |
| -dNOPAUSE \ | |
| -sDEVICE=pdfwrite \ | |
| -sOutPutFile=output.pdf \ | |
| input_1.pdf input_2.pdf input_3.pdf etc.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment