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

How to create a javascript "legal disclaimer" window that populates upon receiver opening up file?

New Here ,
Oct 15, 2017 Oct 15, 2017

I am trying to format my pdf file so that when pdf is opened by the receiver, they have a popup window legal notice they need to click to accept prior to accessing file. It reads as a javascript window-- see image below. How do you create this?

example.png

TOPICS
Acrobat SDK and JavaScript , Windows
1.6K
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

Community Expert , Oct 15, 2017 Oct 15, 2017

You should find your happiness here: Basic Document Level (Document Open) Scripts

Translate
Community Expert ,
Oct 15, 2017 Oct 15, 2017

You can use the alert method of the app object.

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
LEGEND ,
Oct 15, 2017 Oct 15, 2017

other alternatives could include using layers or form fields. But all approaches will require the use of JavaScript.

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
Community Expert ,
Oct 15, 2017 Oct 15, 2017

You should find your happiness here: Basic Document Level (Document Open) Scripts


Acrobate du PDF, InDesigner et Photoshopographe
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
New Here ,
Oct 15, 2017 Oct 15, 2017
LATEST

You were all so helpful- -- but this was excellent resource-- thank you!

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
LEGEND ,
Oct 15, 2017 Oct 15, 2017

Don't forget people can turn off JavaScript. This may be a useful reminder but cannot be a verifiable contract.

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