Skip to content

Instantly share code, notes, and snippets.

@nkokkos
Last active October 15, 2018 09:49
Show Gist options
  • Select an option

  • Save nkokkos/2787406 to your computer and use it in GitHub Desktop.

Select an option

Save nkokkos/2787406 to your computer and use it in GitHub Desktop.
Create a pdf file from a bunch of other pdf files
gswinc32.exe \
-dBATCH \
-dNOPAUSE \
-sDEVICE=pdfwrite \
-sOutPutFile=output.pdf \
input_1.pdf input_2.pdf input_3.pdf etc..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment