According to the Acrobat JavaScript Scripting Reference the zoom property of a pdf document can be set like so: this.zoom = 100; However, running this script in a f
this.zoom = 100;