Skip to content

Instantly share code, notes, and snippets.

@leifwickland
Created November 21, 2014 03:05
Show Gist options
  • Select an option

  • Save leifwickland/6168a4c2a93c58eb803f to your computer and use it in GitHub Desktop.

Select an option

Save leifwickland/6168a4c2a93c58eb803f to your computer and use it in GitHub Desktop.
Smash multiple PDFs into one.
gs -q -sPAPERSIZE=letter -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=/tmp/output.pdf input1.pdf input2.pdf`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment