Skip to main content
Known Participant
October 25, 2011
Répondu

How to Mark an InDesign Document with an "Indelible Watermark"

For CS5 and ActionScript:

I want to mark an InDesign document I've creating via scripting in such a way that an end user can not get rid of the marking (e.g., when distributing my extension as a trial version). Ideally, I'd want "Trial Version" splashed across each page "indelibly".

How can this be done?

TIA,

mlavie

Ce sujet a été fermé aux réponses.
Meilleure réponse par tomaxxi

Hi,

Try using watermark document preference:

app.activeDocument.watermarkPreferences;

There are some properties like text, font, style, rotatio, opacity...

Hope that helps.

--

Marijan (tomaxxi)

http://tomaxxi.com

1 commentaire

tomaxxi
tomaxxiRéponse
Inspiring
October 25, 2011

Hi,

Try using watermark document preference:

app.activeDocument.watermarkPreferences;

There are some properties like text, font, style, rotatio, opacity...

Hope that helps.

--

Marijan (tomaxxi)

http://tomaxxi.com

mlavieAuteur
Known Participant
October 25, 2011

Здраво!

Thanks Marijan, but couldn't a sophisticated customer change those settings himself - and thus get rid of the watermark?

TIA,

mlavie

Harbs.
Legend
October 25, 2011

Yes they could.

You can create the watermark in a way that it can't be changed without a plugin.

Even then, it's not easy to prevent users from just removing your plugin to change the doc...

Harbs