- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi BarlaeDC
Thanks for your help. Here I am trying to add water mark on condition bases
var pass_word = PasswordField1.rawValue;
if(pass_word=="itsme")
{
var myDoc = event.target.documentFileName;
myDoc.addWatermarkFromText(
"Confidential",
0,
font.Helv,
24,
color.red
);
}
This can be possible?
Thanks in advance
Views
Replies
0 Likes
Total Likes