fix utf-8 chars in svg template
[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