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:
technical question for PDF Stamper (PDF Stamp)
Are your PDFStamp Command Line and PDF to Text support Windows 7 system?
Add a barcode to a pdf file with your PdfStamp and font “Free 3 of 9”.
Special requirements to PDF STAMP command line
Stamp PDF and control stamping page range by command line
How to add or stamp Barcode to PDF pages? We need add GS1-128 barcode to the PDF file
How would I edit a script/batch file to enable the user to select 1 out of 15 possible images to ins...
How to add barcode bates numbers to even PDF pages?