Skip to main content
Known Participant
October 25, 2011
Beantwortet

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

  • October 25, 2011
  • 1 Antwort
  • 1544 Ansichten

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

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von 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 Antwort

tomaxxi
tomaxxiAntwort
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

mlavieAutor
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