create 2x5 grid of name tags for printing using pdfnup from pdfjam
[ink-generator.git] / pdfnup-2x5.sh
diff --git a/pdfnup-2x5.sh b/pdfnup-2x5.sh
new file mode 100755 (executable)
index 0000000..f4401c9
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# apt-get install pdfjam
+
+pdfnup --suffix nup --nup '2x5' --paper a4paper --no-landscape --noautoscale true --frame true --outfile nup.pdf -- ~/generator-output/*.pdf
+