Skip to main content
hayleym26419288
Participant
April 5, 2016
Answered

I have created a Javascript that adds a watermark on the document action 'Document Did Print'. This works in Acrobat Pro but doesn't work in Reader.

  • April 5, 2016
  • 1 reply
  • 448 views

I have created a Javascript that adds a watermark on the document action 'Document Did Print'.  This works in Acrobat Pro but doesn't work in Reader.  I'm a bit of a novice using Javascript, so what am I doing wrong?

This topic has been closed for replies.
Correct answer George_Johnson

You can't use either addWatermarkFromFile or addWatermarkFromText document methods with Reader as indicated in the documentation. You can hide/show form fields and existing layers though, so consider that approach.

1 reply

George_JohnsonCorrect answer
Inspiring
April 6, 2016

You can't use either addWatermarkFromFile or addWatermarkFromText document methods with Reader as indicated in the documentation. You can hide/show form fields and existing layers though, so consider that approach.