From 05a08c3f6620f115975b789380c9d98348f08bc3 Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Sun, 27 Oct 2013 02:49:06 +0200 Subject: [PATCH] toolchain to 2x4 pdf ready for print --- nametag/topdf.sh | 5 +++++ totags.sh | 1 + 2 files changed, 6 insertions(+) create mode 100755 nametag/topdf.sh create mode 100755 totags.sh diff --git a/nametag/topdf.sh b/nametag/topdf.sh new file mode 100755 index 0000000..3446b43 --- /dev/null +++ b/nametag/topdf.sh @@ -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 index 0000000..f850781 --- /dev/null +++ b/totags.sh @@ -0,0 +1 @@ +./teilnehmertool.py --nametag -o nametag -- 2.39.2