Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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.

New Here ,
Apr 05, 2016 Apr 05, 2016

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?

TOPICS
Acrobat SDK and JavaScript
412
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Apr 05, 2016 Apr 05, 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.

Translate
LEGEND ,
Apr 05, 2016 Apr 05, 2016
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines