Skip to content

Instantly share code, notes, and snippets.

@franciscodavid
Created August 3, 2010 13:47
Show Gist options
  • Select an option

  • Save franciscodavid/506400 to your computer and use it in GitHub Desktop.

Select an option

Save franciscodavid/506400 to your computer and use it in GitHub Desktop.
Joining PDF files with Ghostview
gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=output.pdf -dBATCH file1.pdf file2.pdf file3.pdf … fileN.pdf
@franciscodavid
Copy link
Author

franciscodavid commented Jan 11, 2011

This code is to join multiple PDF files into a single one.

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