Tips tagged with pdf.

  • Stamp Label

    October 15, 2025
    pdf
    Put a stamp on a shipping label
    Stamp 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"; }
    Read More