Skip to content

Instantly share code, notes, and snippets.

@gregjhogan
Created June 30, 2023 08:26
Show Gist options
  • Save gregjhogan/c1a1fbd01179381735c16b012e350f70 to your computer and use it in GitHub Desktop.
Save gregjhogan/c1a1fbd01179381735c16b012e350f70 to your computer and use it in GitHub Desktop.
combine PDF files into single PDF
gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=output.pdf -dBATCH input1.pdf input2.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment