My manager bought the pdf stamp utility 2.3 (server license).
Now we like to stamp some documents with the shade and/or overlapped text.
Our current command is:
C:\Temp\pdfstamp_cmd_v2.5\example\pdfstamp.exe -PDF c:\temp\SP001.pdf -O c:\temp\SP001_ST.pdf -AT Name: D.Lee
But now,
1. How do I get this text to be shaded? (Just like the example below that I saw in the website examples):
https://www.verypdf.com/pdfstamp/pic/6.pdf
2. How do I get this text to be overlapped? (Just like the example below that I saw in the website examples):
https://www.verypdf.com/pdfstamp/pic/7.pdf

If possible could you send me a command line example for those two examples?
==================================
Yes, you can use following command line to stamp your PDF file with shaded text,
pdfstamp -PDF "example.pdf" -o "6.pdf" -AT "www.verypdf.com" -p9 -r45 -c2105376 -fs64 -mlr1 -mtb1 -AT "www.verypdf.com" -p9 -r45 -c255 -fs64
You can run following command line to stamp your PDF file with overlap text,
pdfstamp -PDF "example.pdf" -o "7.pdf" -AT "www.verypdf.com" -p9 -r45 -c2105376 -fs64 -mtb2 -mlr2 -l -h -AT "www.verypdf.com" -p9 -r45 -c255 -fs64 -l -h