Skip to content

Instantly share code, notes, and snippets.

@Rushi98
Created October 7, 2018 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rushi98/5fd2a6fe7b0320d11c0a01d23b2b2897 to your computer and use it in GitHub Desktop.
Save Rushi98/5fd2a6fe7b0320d11c0a01d23b2b2897 to your computer and use it in GitHub Desktop.
How to merge pdfs
gs -q -sPAPERSIZE=a4 -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=<output.pdf> <list-of-input.pdf>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment