Skip to content

Instantly share code, notes, and snippets.

@noaht11
Created November 23, 2020 04:33
Show Gist options
  • Save noaht11/6751eb36e99f5742041555f75b5ea6f9 to your computer and use it in GitHub Desktop.
Save noaht11/6751eb36e99f5742041555f75b5ea6f9 to your computer and use it in GitHub Desktop.
GhostScript pdfmerge function
function pdfmerge () {
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -dPDFSETTINGS=/prepress -sOutputFile=$1 ${@:2}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment