0
disable highlighted field on web browser
New Here
,
/t5/acrobat-discussions/disable-highlighted-field-on-web-browser/td-p/12841645
Mar 28, 2022
Mar 28, 2022
Copy link to clipboard
Copied
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/acrobat-discussions/disable-highlighted-field-on-web-browser/m-p/12841736#M356665
Mar 28, 2022
Mar 28, 2022
Copy link to clipboard
Copied
May be that the PDF viewer of Chrome doesn't support this.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
mehdi23782192dm48
AUTHOR
New Here
,
LATEST
/t5/acrobat-discussions/disable-highlighted-field-on-web-browser/m-p/12861431#M358128
Apr 05, 2022
Apr 05, 2022
Copy link to clipboard
Copied
same problem with edge
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

