stamp.sh (199B)
1 #!/bin/bash 2 3 sed "s/LEFT/Draft preview -- not a final published version/; 4 s/RIGHT/Generated `date`/" water.tex > water2.tex \ 5 && pdflatex water2.tex && pdftk "$1" stamp water2.pdf output "$2" 6
pdfstampadd a stamp to temporary pdf articles | |
git clone https://a3nm.net/git/pdfstamp/ | |
Log | Files | Refs |