Technology / Software /
30 Oct 2017
Add "DRAFT" stamp to a PDF file
Requires the cpdf
(Coherent PDF) utility from https://community.coherentpdf.com/
Replace infile
and outfile
(and the “DRAFT” text) as needed:
Bash
cpdf -add-text "DRAFT" -diagonal -outline -color "red" -font-size 70 infile.pdf -o outfile.pdf