cancel
Showing results for 
Search instead for 
Did you mean: 

displaying a watermark based on some condition..

Former Member
0 Kudos

hi all,

i need to display a watermark showing he text draft unapproved purchase order on all pages of the adobe form if the po is not released ie ekko-frgke = 2...

so first of all can anybody suggest the best way to create a watermark...i know that we can insert a static image or a text field and place it on the master page,...any better method other than this....

my next question is that if ekko-frgke =2 then only that watermark will apear..

i want to write a java script for this ie if ekko-frgke =2..

then watermark will appear if it is released ie ekko-frgke = 1 the watermark will not appear.....(since scripting is not possible for a static image so we have to insert an image field ie is ok we are inserting an image field or i can place static image in a subform)..

can anybody tell me what should be the javascript for this...

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sweta,

You can place a text field and pass the value, on the size and color of this watermark, you can change it in the paragraph and font pallettes.

If <condition>

$.rawValue = "Watermark text>

endif.

YOu can do either in Fromcalc or java script. For more on scripting please refer the adobe developemnt center and this site for blogs on adobe scripting.

Hope this helps,

- antro.