Add merge-pdf
A simple script to merge multiple pdfs into one.
This commit is contained in:
parent
f8b1104f74
commit
89a05dec8d
1 changed files with 8 additions and 0 deletions
8
home/local/bin/merge-pdf
Executable file
8
home/local/bin/merge-pdf
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#! /usr/bin/env nix-shell
|
||||
#! nix-shell -i bash -p ghostscript
|
||||
#
|
||||
# Local Variables:
|
||||
# mode: sh
|
||||
# End:
|
||||
|
||||
gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=- -dBATCH "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue