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

Spawn not working in other PDF viewers

Community Beginner ,
Jan 30, 2024 Jan 30, 2024

I used the following  when a box is checked show a template  or unchecked to hide the template 

 

if(event.target.value!="Off")
{this.getTemplate("CED" ).spawn(1, false, false);}
else
{this.deletePages(1);}

 

This works perfectly except for that the document has to be viewed in an adobe application it seems.  If it opend in chrome, firefox, edge or pther pdf viewer it does not work. Is there a way to make this work with other apps.  

 

TOPICS
PDF , PDF forms
376
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
1 ACCEPTED SOLUTION
Community Expert ,
Jan 30, 2024 Jan 30, 2024

Not all PDF viewers support this.

View solution in original post

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 ,
Jan 30, 2024 Jan 30, 2024

Not all PDF viewers support this.

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 ,
Jan 31, 2024 Jan 31, 2024
LATEST

It works fine with Foxit Reader, web browsers are not PDF readers and therefore do not fully support this format.


Acrobate du PDF, InDesigner et Photoshoptographe
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