Expand my Community achievements bar.

Adding a watermark instead of expiring a document

Avatar

Former Community Member
Does anyone know if the following is possible with policy server:

Instead of expiring a document, to issue the document with a watermark on it, indicating that the document's validity has elapsed.

Thanks
2 Replies

Avatar

Former Community Member
Eric_Lau_PJ@adobeforums.com wrote:

> Does anyone know if the following is possible with policy server:

> Instead of expiring a document, to issue the document with a watermark on it, indicating that the document's validity has elapsed.

> Thanks



Yes, Policy Server provides dynamic watermarking capabilities, so this

is possible. However, the out-of-the-box capability does not allow you

to automatically apply a watermark when the document expires, so a

custom event handler may be required.



Justin Klei

Cardinal Solutions Group

www.cardinalsolutions.com

Avatar

Former Community Member
Hi,



I wrote a custom event handler to revoke docs immediately after printing. It's actually fairy easy if you have some Java ability. The SDK documentation is very thorough.



Greg