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

disable highlighted field on web browser

New Here ,
Mar 28, 2022 Mar 28, 2022

I have fillable pdf form created by Adobe Acrobat DC Pro. By default, the form fields are highlighted by a blue rectangular box which can be prevented by the following document level javascript:

app.runtimeHighlight = false;
By the above code, the form fields are not highlighted any more if viewed by a pdf reader (eg: Acrobat or Nitro pro). But the form fields are still highlighted if the form is viewed by a web browser like google chrome.

Is there any document level javascript code by which form fields will not be highlighted viewed by the web browser as well?

TOPICS
JavaScript
550
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 ,
Mar 28, 2022 Mar 28, 2022

May be that the PDF viewer of Chrome doesn't 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
New Here ,
Apr 05, 2022 Apr 05, 2022
LATEST

same problem with edge

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