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

NotAlloweError

New Here ,
Jan 29, 2019 Jan 29, 2019

Copy link to clipboard

Copied

At work, I use Acrobat Standard XI. I use Javscript. My task is to create a PDF file which on the Acrobat Reader page will be able to hide or display an existing Template. I use: this.getTemplate (name) .hidden = false; this.getTemplate (name) .hidden = true; In AcrobatReader, NotAlloweError is displayed. My task is to create a PDF file for submitting applications. The structure of the document is such that depending on what I choose to display a specific Template. What I need to do to hide or display the template is to be possible on the AcrobatReader page

TOPICS
Acrobat SDK and JavaScript , Windows

Views

355

Translate

Translate

Report

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 , Jan 29, 2019 Jan 29, 2019

Reader can't hide or display Templates. What it can do, though is spawn a page from a Template object and then delete it, so you'll need to adjust your code to that, instead.

Votes

Translate

Translate
Community Expert ,
Jan 29, 2019 Jan 29, 2019

Copy link to clipboard

Copied

Reader can't hide or display Templates. What it can do, though is spawn a page from a Template object and then delete it, so you'll need to adjust your code to that, instead.

Votes

Translate

Translate

Report

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 ,
Jan 29, 2019 Jan 29, 2019

Copy link to clipboard

Copied

Please. Send me easy example.

Votes

Translate

Translate

Report

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 ,
Jan 29, 2019 Jan 29, 2019

Copy link to clipboard

Copied

Votes

Translate

Translate

Report

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 ,
Jan 29, 2019 Jan 29, 2019

Copy link to clipboard

Copied

LATEST

It is the job of the programmer to read and understand documentation of methods. Not every task can be solved with copy and paste, and asking for "examples" which really means "do my job for me, it is too much trouble".

Votes

Translate

Translate

Report

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