]> git.siccegge.de Git - teilnehmertool.git/commitdiff
toolchain to 2x4 pdf ready for print
authorMatthias Wirth <re97kobe@stud.informatik.uni-erlangen.de>
Sun, 27 Oct 2013 00:49:06 +0000 (02:49 +0200)
committerMatthias Wirth <re97kobe@stud.informatik.uni-erlangen.de>
Sun, 27 Oct 2013 00:49:06 +0000 (02:49 +0200)
nametag/topdf.sh [new file with mode: 0755]
totags.sh [new file with mode: 0755]

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