From e06c39ea0909a185c765b66218cae31b70fcc1fd Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Sun, 27 Oct 2013 14:22:27 +0100 Subject: [PATCH] topdf.sh --- topdf.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 topdf.sh diff --git a/topdf.sh b/topdf.sh new file mode 100755 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 -- 2.39.2