]> git.siccegge.de Git - teilnehmertool.git/commitdiff
topdf.sh
authorMatthias Wirth <re97kobe@stud.informatik.uni-erlangen.de>
Sun, 27 Oct 2013 13:22:27 +0000 (14:22 +0100)
committerMatthias Wirth <re97kobe@stud.informatik.uni-erlangen.de>
Sun, 27 Oct 2013 13:22:27 +0000 (14:22 +0100)
topdf.sh [new file with mode: 0755]

diff --git a/topdf.sh b/topdf.sh
new file mode 100755 (executable)
index 0000000..a1b9533
--- /dev/null
+++ b/topdf.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+rm -v -- all.pdf all-nup.pdf nametag/*.pdf
+for f in nametag/*.svg ;do echo Creating $f.pdf; inkscape -z -A "$f.pdf" -- "$f"; done
+pdftk nametag/*.pdf output all.pdf
+pdfnup --nup 2x4 --no-landscape --a4paper  all.pdf