These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

automatic highlighting formfields in reader

woki_muc
Registered: Dec 10 2007
Posts: 2

I'm looking for a function to activate the highlight function of the acrobat reader automatically when opening our pdf-form.
Many of our users don't know about the highlight button at the reader for comfortably showing the formfields. Thanks a lot !

My Product Information:
Acrobat Pro 8.0999999999999996447286321199499070644378662109375, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Place this code into a document script.

app.runtimeHighlight = true;

Here's an article on document scripts

[url=http://www.acrobatusers.com/tutorials/2007/js_document_scripts/]http://www.acrobatusers.com/tutorials/2007/js_document_scripts/[/url]

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script