I am trying to get the text to appear as an underlay to be a watermark, the manual says:
-L : (default is top most of all layers, overlay)
Use the -L parameter to stamp under the existing text and/or graphics of the input PDF document; the default is top most of all layers.
I am passing the following:-
-AT Copy -fs10 -p5 -p9 -fn200 -r-45 -c13684944 -fs48 -1 -fn301
If I add a –L then the watermark does appear at all, I just require the word Copy in grey as an underlay
===========================
You can add “-opacity” parameter to try again, the “-opacity” parameter will add watermark with opacity to your PDF pages, for example,
pdfstamp.exe -PDF "example.pdf" -o "opacity.pdf" -AT "VeryPDF Opacity" -FT "Arial" -P9 -FS100 -opacity50 -C#FF0000 -AI logo.jpg -opacity80 -P2 -AL -LW30 -opacity30 -LINEEX 100,100,200,200
OR
-AT Copy -fs10 -p5 -p9 -fn200 -r-45 -c13684944 -fs48 -1 -fn301 -opacity50
Related Posts
Related posts:
PDFStamp Command Line
PDF stamper v 2.3 problem, not support Acrobat 6 files
Add a barcode to a pdf file with your PdfStamp and font “Free 3 of 9”.
Free logo adding or creating software needed
Stamp PDF by page link for PDF Internal Page Refreshing
Stamp Lines on PDF by command line and control opacity
Garbage characters in stamped PDF file
How to set opacity level and specify transparent background color to an image stamp in PDF Stamp Com...