I am designing and developing a product designer for a client where can create the product design interactively. Any guest can design the product but only those users who have bought it can save it as PDF or image.
In order to prevent theft/misuse I applied watermark on the currently designed product using CSS so that if users take the screenshot of the the page then the watermark on the render page makes it useless for them.
But unfortunately a tech savvy user can easily edit the source and remove CSS style for that watermark.
Is there a way I can have immutable CSS property applied to the page for water?
Or is there any way to prevent theft/screenshot without purchase?
Thanks