create 2x5 grid of name tags for printing using pdfnup from pdfjam
[ink-generator.git] / pdfnup-2x5.sh
1 #!/bin/sh
2
3 # apt-get install pdfjam
4
5 pdfnup --suffix nup --nup '2x5' --paper a4paper --no-landscape --noautoscale true --frame true --outfile nup.pdf -- ~/generator-output/*.pdf
6