Skip to content

Instantly share code, notes, and snippets.

@kiecoorp
Created December 3, 2011 20:39
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 kiecoorp/1428081 to your computer and use it in GitHub Desktop.
Save kiecoorp/1428081 to your computer and use it in GitHub Desktop.
Script Merge File With GhostScript
# linux
gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=Merged2.pdf -dBATCH 19.pdf 20.pdf 24.pdf 33.pdf
REM windows
"c:\Program Files\gs\gs9.04\bin\gswin64c.exe" -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=Merged2.pdf -dBATCH 19.pdf 20.pdf 24.pdf 33.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment