Created
October 14, 2017 14:32
-
-
Save salaros/2677df92f965f82793765619832c605c to your computer and use it in GitHub Desktop.
Merge PDFs via GhostScript using custom PDF size and fit to page size, which plays well with business cards and such
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 -dPDFFitPage -dNOPAUSE -dBATCH -sDEVICE=pdfwrite \ | |
| -r600 -g3300x1831 \ | |
| -sOutputFile=out.pdf \ | |
| in_1.pdf in_2.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment