Skip to content

Instantly share code, notes, and snippets.

@brantfaircloth
Created March 8, 2017 16:49
Show Gist options
  • Select an option

  • Save brantfaircloth/533700af6914485b04b70141676131ce to your computer and use it in GitHub Desktop.

Select an option

Save brantfaircloth/533700af6914485b04b70141676131ce to your computer and use it in GitHub Desktop.
Merging multiple PDF files
/usr/local/bin/gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -dPDFSETTINGS=/prepress -sOutputFile=out.pdf 1.pdf 2.pdf 3.pdf 4.pdf 5.pdf 6.pdf 7.pdf 8.pdf 9.pdf 10.pdf
@lins05
Copy link
Copy Markdown

lins05 commented Feb 22, 2019

It works. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment