(pg 210-211)Step 2: run this applescript on document open
Class: zoom
Plural zooms
Contains magnification options (for example, the zoom percentage) for a window or pane. To return a single zoom object for a window, use the zoom property of the view object. The following example sets the zoom percentage for the active window to 110 percent.
set percentage of zoom of view of active window to 110
To return a single zoom object for a pane, use the get zoom command. The following example sets the page layout magnification for the active window so that an entire page is visible.
set page fit of (get zoom active pane of active window zoom type page view) to page fit full page
posted by pmbuko at 7:45 AM on September 24, 2007