Skip to content

Instantly share code, notes, and snippets.

@salaros
Created October 14, 2017 14:32
Show Gist options
  • Select an option

  • Save salaros/2677df92f965f82793765619832c605c to your computer and use it in GitHub Desktop.

Select an option

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
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