Stamp Label
October 15, 2025 ·
Put a stamp on a shipping label
stampLabel() { o="$1"; p="${1%.*}"; e="${1##*.}"; shift; pdfcpu stamp add -mode text -- "$*" "scale:0.47 abs, pos:bl, offset:10 5, aligntext:left, fillcolor:black, rot:0" "$o" "$p-stamped.$e"; }