Created
September 8, 2015 21:24
-
-
Save rdmpage/d6899b3fcd37da462005 to your computer and use it in GitHub Desktop.
Merge PDFs in a directory into one PDF using ghostscript, without rotating pages
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 -dNOPAUSE -dBATCH -dAutoRotatePages=/None -sDEVICE=pdfwrite -sOutputFile=merged.pdf *.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment