git.schokokeks.org
Repositories
Help
Report an Issue
FLOSSFlyer.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
169730c
Branches
Tags
master
munich
print
FLOSSFlyer.git
tri-fold
mergepdf.sh
Add tri fold flyer based on LaTeX content
Johannes Albert
commited
169730c
at 2014-05-30 06:51:55
mergepdf.sh
Blame
History
Raw
#!/bin/sh pdftk A="./tmp/$1-front.pdf" B="./tmp/$1-back.pdf" cat AW BE output "./pdf/$1.pdf"