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 form button doesn't change anything while running the same document in another pdf program (Bluebeam Revu) yields expected results. The property isn't restricted or require heightened permissions (according to the documentation). Has anyone had success in getting this to work in Adobe?
this.zoom = 100;
2.1m questions
2.1m answers
60 comments
57.0k users