Console object
Example: Executing this JavaScript on the keystroke event will change any input from the user to uppercase.
event.change = event.change.toUpperCase();
The console object supports all properties and methods included in the Acrobat JavaScript specification.
Last updated: July 23, 2025
Was this article helpful?
Thanks for your feedback. We're glad we could help.
Thank you. Your feedback will be used to make future improvements.