show or hide watermarks in the pdf doucument
hi all,
how show or hide watermark digitally signed pdf document using java script.
use this:
function togglewm(vis) {
o = this.getocgs();
for(var i=0;i<o.length;i++) if (o[i].name == "watermark") o[0].state = vis;
}
then can call togglewm(true); etc required.
More discussions in JavaScript
adobe
Comments
Post a Comment