Skip to content

Instantly share code, notes, and snippets.

@Edofre
Created June 21, 2018 10:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Edofre/6de690e1c1cfb34570e9ab34736218bd to your computer and use it in GitHub Desktop.
Save Edofre/6de690e1c1cfb34570e9ab34736218bd to your computer and use it in GitHub Desktop.
Ghostscript combine PDF files
-dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=out.pdf page-0.pdf page-1.pdf page-2.pdf page-3.pdf page-4.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment